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

feat(test): add fuzz test for range_reader #2609

Merged
merged 14 commits into from
Jul 17, 2023

Commits on Jul 6, 2023

  1. test: add fuzz target for fs reader

    Signed-off-by: dqhl76 <[email protected]>
    dqhl76 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2bb23bf View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. fix: add different seek modes

    Signed-off-by: dqhl76 <[email protected]>
    dqhl76 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    f29acf8 View commit details
    Browse the repository at this point in the history
  2. fix: add missing license header

    Signed-off-by: dqhl76 <[email protected]>
    dqhl76 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    8922d94 View commit details
    Browse the repository at this point in the history
  3. fix: fix format problems and rewrite seekfrom

    Signed-off-by: dqhl76 <[email protected]>
    dqhl76 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    27d5bd0 View commit details
    Browse the repository at this point in the history
  4. fix: make clippy happy

    Signed-off-by: dqhl76 <[email protected]>
    dqhl76 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    d923a89 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. feat: add service env setting

    Signed-off-by: dqhl76 <[email protected]>
    dqhl76 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d683bde View commit details
    Browse the repository at this point in the history
  2. fix: README

    Signed-off-by: dqhl76 <[email protected]>
    dqhl76 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    336ade8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. fix: README

    Signed-off-by: dqhl76 <[email protected]>
    dqhl76 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    01adcd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    5572c67 View commit details
    Browse the repository at this point in the history
  2. feat: add checker

    Signed-off-by: dqhl76 <[email protected]>
    dqhl76 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    05c7384 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. feat: finish checker

    Signed-off-by: dqhl76 <[email protected]>
    dqhl76 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    cbb0886 View commit details
    Browse the repository at this point in the history
  2. fix: make clippy happy

    Signed-off-by: dqhl76 <[email protected]>
    dqhl76 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    c05a81a View commit details
    Browse the repository at this point in the history
  3. fix: continue fight with clippy

    Signed-off-by: dqhl76 <[email protected]>
    dqhl76 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    8022cd7 View commit details
    Browse the repository at this point in the history
  4. polish

    Signed-off-by: dqhl76 <[email protected]>
    dqhl76 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    6b681c2 View commit details
    Browse the repository at this point in the history