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

[fuzz] add fuzz tests for hpack encoding and decoding #13315

Merged
merged 13 commits into from
Dec 21, 2020

Commits on Sep 29, 2020

  1. add fuzz test

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    b33f075 View commit details
    Browse the repository at this point in the history
  2. fixup

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    55c4590 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. don't ignore statuses and compare with vector

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    844f98f View commit details
    Browse the repository at this point in the history
  2. fixup

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    c909e82 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. fix spelling

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    a9b2344 View commit details
    Browse the repository at this point in the history
  2. fix another spelling

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    f99ca68 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. fix compilation error

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    c89915d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Merge remote-tracking branch 'upstream/master' into hpack-tests

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    fa4614c View commit details
    Browse the repository at this point in the history
  2. fix compilation

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    c1a512a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Merge remote-tracking branch 'upstream/master' into hpack-tests

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    9ec6761 View commit details
    Browse the repository at this point in the history
  2. address clang tidy

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    e68ad9c View commit details
    Browse the repository at this point in the history
  3. address comments

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    f30ec09 View commit details
    Browse the repository at this point in the history
  4. make flags const

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    fd7af21 View commit details
    Browse the repository at this point in the history