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

Correct increased memory usage #7

Merged
merged 47 commits into from
Jul 31, 2023
Merged

Correct increased memory usage #7

merged 47 commits into from
Jul 31, 2023

Commits on Jul 5, 2023

  1. move to serde bytes

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9e0f0da View commit details
    Browse the repository at this point in the history
  2. quick warnings fix

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6278cb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d91024 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2218f70 View commit details
    Browse the repository at this point in the history
  5. cleanup

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    10be743 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90883bf View commit details
    Browse the repository at this point in the history
  7. wip refactor cmds routing

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8585019 View commit details
    Browse the repository at this point in the history
  8. fix remaining

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c11ebec View commit details
    Browse the repository at this point in the history
  9. remove commented code

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2ff4020 View commit details
    Browse the repository at this point in the history
  10. Handle parsing errors

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0a6946c View commit details
    Browse the repository at this point in the history
  11. Reduce clone() use

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c5da480 View commit details
    Browse the repository at this point in the history
  12. Reduce clone() use (2)

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    953607b View commit details
    Browse the repository at this point in the history
  13. Change error to suit tests

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    feffdcd View commit details
    Browse the repository at this point in the history
  14. Cargo fmt

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    38bc12d View commit details
    Browse the repository at this point in the history
  15. auto clippy

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8a8c330 View commit details
    Browse the repository at this point in the history
  16. auto clippy for usbip

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d924f4a View commit details
    Browse the repository at this point in the history
  17. clear the right buffer

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e30aad3 View commit details
    Browse the repository at this point in the history
  18. cargo fmt and cleanup

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    49e7ab2 View commit details
    Browse the repository at this point in the history
  19. Routing refactor

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f3c3469 View commit details
    Browse the repository at this point in the history
  20. use refrence directly

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1eabe15 View commit details
    Browse the repository at this point in the history
  21. cleanup

    szszszsz committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    52ee05f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Move to slices cont.

    szszszsz committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2ee0ce3 View commit details
    Browse the repository at this point in the history
  2. Go back to bigger buffer

    szszszsz committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4508248 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c55c0dd View commit details
    Browse the repository at this point in the history
  4. Another inline

    szszszsz committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    92f1a35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9791997 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c447cca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18f2753 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8b0faa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0386795 View commit details
    Browse the repository at this point in the history
  10. cargo fmt

    szszszsz committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    098ab60 View commit details
    Browse the repository at this point in the history
  11. Clippy autofix

    szszszsz committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4717d71 View commit details
    Browse the repository at this point in the history
  12. Fix more warnings

    szszszsz committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0000bb1 View commit details
    Browse the repository at this point in the history
  13. cleanup

    szszszsz committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    218d55a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Update src/lib/commands.rs

    Co-authored-by: sosthene-nitrokey <109070476+sosthene-nitrokey@users.noreply.github.com>
    szszszsz and sosthene-nitrokey authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8928843 View commit details
    Browse the repository at this point in the history
  2. fixup

    szszszsz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    59d5186 View commit details
    Browse the repository at this point in the history
  3. Fix clippy warnings

    szszszsz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    bdf3695 View commit details
    Browse the repository at this point in the history
  4. Review feedback

    szszszsz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a3503dc View commit details
    Browse the repository at this point in the history
  5. Review feedback

    szszszsz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2f0461d View commit details
    Browse the repository at this point in the history
  6. Todo comments

    szszszsz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8dc2d71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc2d1db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09a394c View commit details
    Browse the repository at this point in the history
  9. Remove git_version dep

    szszszsz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4ebbcd4 View commit details
    Browse the repository at this point in the history
  10. Remove commented code

    szszszsz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f314426 View commit details
    Browse the repository at this point in the history
  11. Cargo lock update

    szszszsz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    19e14af View commit details
    Browse the repository at this point in the history
  12. Restore log calls

    szszszsz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6a48acb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    101095b View commit details
    Browse the repository at this point in the history