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

Issue #9554 - move common hpack/qpack code to jetty-http (jetty-10) #9634

Merged
merged 13 commits into from
May 8, 2023

Commits on Apr 11, 2023

  1. Issue #9554 - move common hpack/qpack code to jetty-http

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ebec7d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Issue #9554 - fix test expectations for hpack

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b6d89af View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Use ISO-8859-1 for encoding/decoding in huffman/hpack/qpack

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c3b6b47 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Issue #9554 - add javadoc for illegal vchar methods and move to HttpT…

    …okens
    
    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    09e6e6b View commit details
    Browse the repository at this point in the history
  2. Issue #9554 - add javadoc for huffman / n-bit integer classes and rem…

    …ove static decode methods
    
    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a7b0b72 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    fa32199 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Issue #9554 - additional cleanups and testing

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed May 1, 2023
    Configuration menu
    Copy the full SHA
    1ee79f5 View commit details
    Browse the repository at this point in the history
  2. Issue #9554 - changes from review

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed May 1, 2023
    Configuration menu
    Copy the full SHA
    d0294fc View commit details
    Browse the repository at this point in the history
  3. Issue #9554 - changes from review

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed May 1, 2023
    Configuration menu
    Copy the full SHA
    c2d2c1e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. align the vchar javadoc in HttpTokens.sanitizeFieldVchar

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed May 2, 2023
    Configuration menu
    Copy the full SHA
    0e5a8d6 View commit details
    Browse the repository at this point in the history
  2. fix test case

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed May 2, 2023
    Configuration menu
    Copy the full SHA
    6ad6dea View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Issue #9554 - changes from review

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2d935ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03d6afa View commit details
    Browse the repository at this point in the history