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

7.1 #8

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

7.1 #8

wants to merge 9 commits into from

Commits on May 20, 2022

  1. Update autoconf & fix AC_ARG_WITH syntax

    to work with 2.71
    nigoroll committed May 20, 2022
    Configuration menu
    Copy the full SHA
    891dc5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338ad01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c797fe1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54f051c View commit details
    Browse the repository at this point in the history
  5. Quick fix for cache_param access

    Vmods are banned from cache_param for quite some time now, so the
    vmod should have its own parameter for the gzip buffer size.
    nigoroll committed May 20, 2022
    Configuration menu
    Copy the full SHA
    103350c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1e9243 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a8451e View commit details
    Browse the repository at this point in the history
  8. Adjustments for current varnish-cache: Misc & includes

    Much more can be done here to reduce the required varnish internal
    headers, but for now this commit concludes the required changes for
    varnish-cache master as of now (post 7.1)
    nigoroll committed May 20, 2022
    Configuration menu
    Copy the full SHA
    b441c2e View commit details
    Browse the repository at this point in the history
  9. Remove superfluous mutex

    varnish-cache serializes the vmod events, so, unless the vmod itself has
    any concurent access, no mutex is required.
    nigoroll committed May 20, 2022
    Configuration menu
    Copy the full SHA
    47ccd3e View commit details
    Browse the repository at this point in the history