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

ext_time_quota_acl: remove -l option #1909

Merged
merged 4 commits into from
Oct 11, 2024
Merged

Commits on Oct 2, 2024

  1. ext_time_quota_acl: remove -l option

    Supporting logging to a file complicates upgrading helper code to use
    debugs() because DebugFile code calls commSetCloseOnExec(), and our
    comm/libminimal does not currently provide a functioning implementation
    for that API: The existing implementation is an unconditional assert.
    To save development time while upgrading helpers, we are dropping this
    feature. It can probably be emulated using shell redirection tricks.
    
    ----
    Backport of PR squid-cache#1872
    kinkie committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    10f5633 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Apply suggestions from code review

    Co-authored-by: Amos Jeffries <[email protected]>
    kinkie and yadij authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    09bd44a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    0632120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    102ca73 View commit details
    Browse the repository at this point in the history