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

Client-Decompression support #123

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Nov 16, 2022

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

Commits on Nov 17, 2022

  1. add Tests

    MahdiBM committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    49bc530 View commit details
    Browse the repository at this point in the history
  2. fixes and improvements

    MahdiBM committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    7239cae View commit details
    Browse the repository at this point in the history
  3. fix linux compile

    MahdiBM committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9fc1e19 View commit details
    Browse the repository at this point in the history
  4. fix api breakage?

    MahdiBM committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    8045aef View commit details
    Browse the repository at this point in the history
  5. fix api breakage

    MahdiBM committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a43978a View commit details
    Browse the repository at this point in the history
  6. better reserve capacity

    MahdiBM committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    ac9c4e2 View commit details
    Browse the repository at this point in the history
  7. better reserve capacity

    MahdiBM committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    90051db View commit details
    Browse the repository at this point in the history
  8. remove unneeded import

    MahdiBM committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d5cc050 View commit details
    Browse the repository at this point in the history
  9. better configuration

    MahdiBM committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    07ec835 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0f66cf View commit details
    Browse the repository at this point in the history
  11. cleanup

    MahdiBM committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    da6fd79 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. remove testing-left-over

    MahdiBM committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0954614 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. add tests for onTextBuffer

    MahdiBM committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    7c87942 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. remove gzip support for now

    RFC 7692 doesn't mention gzip. It appears deflate is the main algorithm and implementing deflate should suffice for now
    MahdiBM committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f1cd76e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e90c3d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32b517b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. minor changes

    MahdiBM committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8e3a62a View commit details
    Browse the repository at this point in the history