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

feat(tonic): compression support #692

Merged
merged 29 commits into from
Jul 2, 2021
Merged

feat(tonic): compression support #692

merged 29 commits into from
Jul 2, 2021

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    b4fb623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ffb8d5 View commit details
    Browse the repository at this point in the history
  3. Minor clean up

    davidpdrsn committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    a807ddc View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. Configuration menu
    Copy the full SHA
    46a12f6 View commit details
    Browse the repository at this point in the history
  2. Clean up some todos

    davidpdrsn committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    3ba2858 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

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

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    bd3ab36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50aa2e2 View commit details
    Browse the repository at this point in the history
  3. Clean up a bit

    davidpdrsn committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    6cb6fe2 View commit details
    Browse the repository at this point in the history
  4. Compress server streams

    davidpdrsn committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    6b1946d View commit details
    Browse the repository at this point in the history
  5. Compress client streams

    davidpdrsn committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    82c2297 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab10667 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91ff0f7 View commit details
    Browse the repository at this point in the history
  8. Clean up

    davidpdrsn committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    1d23673 View commit details
    Browse the repository at this point in the history
  9. Add note to future self

    davidpdrsn committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    cc6b91f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    cf81479 View commit details
    Browse the repository at this point in the history
  2. Add docs

    davidpdrsn committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    4276697 View commit details
    Browse the repository at this point in the history
  3. Add compression examples

    davidpdrsn committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    5db1d6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    755967d View commit details
    Browse the repository at this point in the history
  5. Add some docs

    davidpdrsn committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    9c230ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f048f87 View commit details
    Browse the repository at this point in the history
  7. Fix docs wording

    davidpdrsn committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    ab1e953 View commit details
    Browse the repository at this point in the history
  8. Format

    davidpdrsn committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    ed62228 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f726acb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    00f6989 View commit details
    Browse the repository at this point in the history
  2. Fix lints

    davidpdrsn committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    1a78480 View commit details
    Browse the repository at this point in the history
  3. Use separate counters

    davidpdrsn committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    9eaffb8 View commit details
    Browse the repository at this point in the history
  4. Don't make a long stream

    davidpdrsn committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e1e13a1 View commit details
    Browse the repository at this point in the history
  5. Address review feedback

    davidpdrsn committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    5458db1 View commit details
    Browse the repository at this point in the history