1. 20 Mar, 2017 5 commits
  2. 19 Mar, 2017 6 commits
  3. 14 Mar, 2017 1 commit
  4. 24 Feb, 2017 7 commits
  5. 23 Feb, 2017 6 commits
  6. 22 Feb, 2017 4 commits
  7. 21 Feb, 2017 1 commit
  8. 20 Feb, 2017 1 commit
  9. 19 Feb, 2017 2 commits
  10. 16 Feb, 2017 4 commits
  11. 14 Feb, 2017 3 commits
    • Geoff Simmons's avatar
      specify utf-8 encoding for compile.vtc · d8f1e87f
      Geoff Simmons authored
      d8f1e87f
    • Geoff Simmons's avatar
      remove a noisy parameter in match.vtc · 7164fcf1
      Geoff Simmons authored
      7164fcf1
    • Geoff Simmons's avatar
      Abandon the attempt to support the 16- and 32-bit pcre2 libraries. · f87e800c
      Geoff Simmons authored
      UTF-16 and -32 would require strings to include null bytes; this is
      the case for all code points that correspond to ASCII. But a VCL
      literal STRING by definition may not have a null byte (see vcl(3)).
      So we couldn't have a pattern in a literal STRING, and that's the
      show stopper. We also could not match regexen against literal strings;
      that might not happen much in production, but it could in principle,
      and the VMOD would have match against literal strings in the vtc tests.
      So, maybe some day when we support matching against BLOBs (although
      for that, we'd have to declare the pattern in a BLOB, which might
      be just too odd).
      f87e800c