1. 17 Jun, 2021 2 commits
  2. 14 Jun, 2021 3 commits
    • Dridi Boukelmoune's avatar
      req: New hash_ignore_vary flag · badee461
      Dridi Boukelmoune authored
      It works like the hash_ignore_busy flag: it is disabled by default
      and survives a restart, but as the name implies will skip vary checks
      for object candidates.
      badee461
    • Nils Goroll's avatar
      Fail the vcl for hard pcre errors · bd36ad4d
      Nils Goroll authored
      When a regex match failed with a hard error (anything which is not just
      a "no match"), we would log a VCL_Error but otherwise just fail the
      match.
      
      Thus, such failures were likely go remain unnoticed, which could have
      serious implications in particular with negated matches.
      
      Ref 6c663836
      bd36ad4d
    • Poul-Henning Kamp's avatar
      Always assert VSB_finish() · 5fd49a1b
      Poul-Henning Kamp authored
      Spotted by: Coverity
      5fd49a1b
  3. 13 Jun, 2021 1 commit
    • Federico G. Schwindt's avatar
      Fix compilation on macOS Big Sur · 2ac27056
      Federico G. Schwindt authored
      Fixes:
      
      In file included from vev.c:36:
       /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:328:6: error: macro expansion producing 'defined' has undefined behavior [-Werror,-Wexpansion-to-defined]
       #if !_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT
            ^
       /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:197:2: note: expanded from macro '_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'
               defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREAD_EPOCH) || (SWIFT_SDK_OVERLAY_PTHREAD_EPOCH < 1))
      2ac27056
  4. 11 Jun, 2021 5 commits
  5. 10 Jun, 2021 14 commits
  6. 09 Jun, 2021 5 commits
  7. 04 Jun, 2021 4 commits
  8. 03 Jun, 2021 4 commits
  9. 02 Jun, 2021 2 commits