Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify static buffer size via env var #1869

Merged
merged 14 commits into from
Aug 18, 2023
Merged

Modify static buffer size via env var #1869

merged 14 commits into from
Aug 18, 2023

Commits on Aug 7, 2023

  1. modify buffer size via env var

    SkymanOne committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cd25a65 View commit details
    Browse the repository at this point in the history
  2. fmt

    SkymanOne committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0441a0e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. add docs and tests

    SkymanOne committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c2aacd4 View commit details
    Browse the repository at this point in the history
  2. fmt

    SkymanOne committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4a954ae View commit details
    Browse the repository at this point in the history
  3. fix if-else statement in ci

    SkymanOne committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0230c20 View commit details
    Browse the repository at this point in the history
  4. do cargo clean before the running the test

    SkymanOne committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    338ac2a View commit details
    Browse the repository at this point in the history
  5. clean binaries the test too

    SkymanOne committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c73ae61 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. add changelog

    SkymanOne committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a698006 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. remove unused dependency and add an error message

    SkymanOne committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c99ac67 View commit details
    Browse the repository at this point in the history
  2. fmt

    SkymanOne committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6c9f6ea View commit details
    Browse the repository at this point in the history
  3. rename env var

    SkymanOne committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    612cd3c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. use const_env instead of build script

    SkymanOne committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6c4ee3b View commit details
    Browse the repository at this point in the history
  2. clean up dependencies

    SkymanOne committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5c86b18 View commit details
    Browse the repository at this point in the history
  3. comment fix

    SkymanOne committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    672fddf View commit details
    Browse the repository at this point in the history