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

quiche: use max header size configured in HCM #15912

Merged
merged 66 commits into from
Apr 29, 2021

Commits on Mar 9, 2021

  1. enable protocol integration test

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    bb02ae6 View commit details
    Browse the repository at this point in the history
  2. visibility

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    09fc660 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. make protocol test pass

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    6ed3c94 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. add more test

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    186a69d View commit details
    Browse the repository at this point in the history
  2. quic_pause_filter

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    66dbde0 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. address comments

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    d5cbd00 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. fix const reference

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    cf08311 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into addprotointegrationtest

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    97a3033 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Merge branch 'master' into addprotointegrationtest

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e00fd2b View commit details
    Browse the repository at this point in the history
  2. fix in filters

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    5682791 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into addprotointegrationtest

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    96c587e View commit details
    Browse the repository at this point in the history
  4. stop using udp_listener_name

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    725d93e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. fix IPv6 test failure

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    354a322 View commit details
    Browse the repository at this point in the history
  2. fix setSan

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    2b94626 View commit details
    Browse the repository at this point in the history
  3. fix asan and gcc

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    77cb937 View commit details
    Browse the repository at this point in the history
  4. test size to large

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    4e9e56a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. test size to large

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    88398b8 View commit details
    Browse the repository at this point in the history
  2. move config setup to config helper

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    5c11723 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into addprotointegrationtest

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    39e3f9a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. fix setSan

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    4c2b490 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. change send single request

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 22, 2021
    2 Configuration menu
    Copy the full SHA
    97292b2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into addprotointegrationtest

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    fdc6189 View commit details
    Browse the repository at this point in the history
  3. address comments

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    280fc25 View commit details
    Browse the repository at this point in the history
  4. fix comment

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    3c02978 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. comment about \0

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    c31225b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into addprotointegrationtest

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    e1fd5d7 View commit details
    Browse the repository at this point in the history
  3. fix typo

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    2dd1ae5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. plumb header size and underscore action

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    60015bf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into headersize

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    55da362 View commit details
    Browse the repository at this point in the history
  3. fail at QUICHE_CHECK

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    71eb14c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. fix filter initialize order

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4c45c9f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Merge branch 'master' into headersize

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    8da2e26 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. protocol test fail

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    852a392 View commit details
    Browse the repository at this point in the history
  2. test pass

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    ec6a58c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. close connection during filter initialization

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    cf32e9d View commit details
    Browse the repository at this point in the history
  2. enable upstream test

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    dd14732 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. fix format

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    8730535 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    f423074 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. use absl::string_view

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    87cd212 View commit details
    Browse the repository at this point in the history
  2. fix ClientCodec test

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    6c48a12 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. fix asan

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    59322e6 View commit details
    Browse the repository at this point in the history
  2. remove unused include

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    669ef78 View commit details
    Browse the repository at this point in the history
  3. fix clang-tidy

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    0396a8f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. split QuicFilterManagerConnection interface

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    fecd6ba View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. add client codec connect()

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    75e85ce View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into headersize

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    dbac8ea View commit details
    Browse the repository at this point in the history
  3. fix clang-tidy

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    1b9a3b2 View commit details
    Browse the repository at this point in the history
  4. reverted misfired replacement

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    836a6e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. address comments

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    a8297cb View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. address comments

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    885a7b9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into headersize

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    7953bc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. quic_header_size_limit_includes_overhead default to false

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    95561c4 View commit details
    Browse the repository at this point in the history
  2. initialize flag registry

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    6eefb38 View commit details
    Browse the repository at this point in the history
  3. register flags for client side

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    96aad88 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into headersize

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    f929456 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. NOLINT(namespace-envoy)

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    6c38879 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. typo

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    7b29d70 View commit details
    Browse the repository at this point in the history
  2. connected_called_ NDEBUG

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    b6e3ace View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into headersize

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    09aca06 View commit details
    Browse the repository at this point in the history
  4. remove DDEBUG

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    5d77b16 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into headersize

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    5d4469a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Merge branch 'master' into headersize

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    42c08af View commit details
    Browse the repository at this point in the history
  2. remove quic_includes_ignores

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    1677acc View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. delay close

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    0651906 View commit details
    Browse the repository at this point in the history
  2. disable ManyLargeRequestHeadersAccepted

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    55fd7b3 View commit details
    Browse the repository at this point in the history
  3. spell dict

    Signed-off-by: Dan Zhang <danzh@google.com>
    danzh1989 committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    874a4b0 View commit details
    Browse the repository at this point in the history