1. 10 Jun, 2021 3 commits
    • Dridi Boukelmoune's avatar
      vtc: Spurious "\T" sequence in u3 · cb44f348
      Dridi Boukelmoune authored
      It is interpreted as "T" by pcre but pcre2 is stricter and treats it as
      a syntax error. While there may be a bit flag to ignore unknown escape
      sequences, it is probably worth hardening instead.
      
      Refs #3559
      cb44f348
    • Dridi Boukelmoune's avatar
      build: Always build vxp_test · cdca08cb
      Dridi Boukelmoune authored
      To make sure it is always readily available without an extra step, and
      that it doesn't rot away missing build flags or triggerring developer
      warnings like GCC's -Wtautological-constant-out-of-range-compare.
      cdca08cb
    • Dridi Boukelmoune's avatar
      build: Only link PCRE where it is used · 12bbe31f
      Dridi Boukelmoune authored
      Otherwise we get it from either libvarnish or libvarnishapi.
      
      Refs #3559
      12bbe31f
  2. 09 Jun, 2021 5 commits
  3. 04 Jun, 2021 4 commits
  4. 03 Jun, 2021 4 commits
  5. 02 Jun, 2021 13 commits
  6. 01 Jun, 2021 7 commits
  7. 31 May, 2021 4 commits