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

node:zlib: Brotli #10722

Merged
merged 34 commits into from
May 7, 2024
Merged

node:zlib: Brotli #10722

merged 34 commits into from
May 7, 2024

Commits on May 1, 2024

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

    nektro committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b52beb0 View commit details
    Browse the repository at this point in the history
  3. update docs

    nektro committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8ea8bcc View commit details
    Browse the repository at this point in the history
  4. only load these once

    nektro committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b7ef27b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. reduce memory usage

    nektro committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2dc1959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    459edfe View commit details
    Browse the repository at this point in the history
  3. tidy

    nektro committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bfe9c1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56083a9 View commit details
    Browse the repository at this point in the history
  5. fix encoder output management

    nektro committed May 2, 2024
    Configuration menu
    Copy the full SHA
    37ee737 View commit details
    Browse the repository at this point in the history
  6. this assert was invalid

    nektro committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7537c2a View commit details
    Browse the repository at this point in the history
  7. destroy in deinit

    nektro committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8e55934 View commit details
    Browse the repository at this point in the history
  8. add a todo

    nektro committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2af09ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33db4e6 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    3035031 View commit details
    Browse the repository at this point in the history
  2. dead code remove

    nektro committed May 4, 2024
    Configuration menu
    Copy the full SHA
    4794736 View commit details
    Browse the repository at this point in the history
  3. add missing constants

    nektro committed May 4, 2024
    Configuration menu
    Copy the full SHA
    978f1b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed830a5 View commit details
    Browse the repository at this point in the history
  5. add another test

    nektro committed May 4, 2024
    Configuration menu
    Copy the full SHA
    931ce90 View commit details
    Browse the repository at this point in the history
  6. compress stream fix

    nektro committed May 4, 2024
    Configuration menu
    Copy the full SHA
    1520afa View commit details
    Browse the repository at this point in the history
  7. use the harness here

    nektro committed May 4, 2024
    Configuration menu
    Copy the full SHA
    605cc80 View commit details
    Browse the repository at this point in the history
  8. add an end-to-end test

    nektro committed May 4, 2024
    Configuration menu
    Copy the full SHA
    7670c9c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37bec3a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. avoid this dupe

    nektro committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5bf78c2 View commit details
    Browse the repository at this point in the history
  2. if true bad

    nektro committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9cd48ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68fde62 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. we always have brotli now

    nektro committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7a3f3a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9f6775 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcdc345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e41c69f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac4c4b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3b106e View commit details
    Browse the repository at this point in the history
  7. fix constructor check

    nektro authored May 7, 2024
    Configuration menu
    Copy the full SHA
    8e920db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a264d59 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a5cbe1 View commit details
    Browse the repository at this point in the history