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

grpc: Refactor decode method #32676

Merged
merged 19 commits into from
Mar 29, 2024
Merged

grpc: Refactor decode method #32676

merged 19 commits into from
Mar 29, 2024

Commits on Feb 22, 2024

  1. grpc: Add support for max frame length in gPRC frame decoding

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c941c7f View commit details
    Browse the repository at this point in the history
  2. add test

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    533aa90 View commit details
    Browse the repository at this point in the history
  3. remove blank line

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e4f0381 View commit details
    Browse the repository at this point in the history
  4. tweak

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    fa10c72 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. add a new test

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    26f2ade View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. update

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c27c51f View commit details
    Browse the repository at this point in the history
  2. test

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    fe130af View commit details
    Browse the repository at this point in the history
  3. test

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    eb8694c View commit details
    Browse the repository at this point in the history
  4. test

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    1723bff View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. grpc: Refactor decode method

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    76067fa View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4a85db2 View commit details
    Browse the repository at this point in the history
  3. more

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f260c69 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge branch 'main' of https://github.com/envoyproxy/envoy into grpc_…

    …codec_client
    
    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    fde9191 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    798768c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. update per review

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0184631 View commit details
    Browse the repository at this point in the history
  2. update

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b9e6047 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. update

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0ddf4ba View commit details
    Browse the repository at this point in the history
  2. typo

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    01b9091 View commit details
    Browse the repository at this point in the history
  3. typo

    Signed-off-by: tyxia <tyxia@google.com>
    tyxia committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    eb39425 View commit details
    Browse the repository at this point in the history