1. 01 Nov, 2021 1 commit
    • Nils Goroll's avatar
      Revert "Use the VCL_REGEX type" · 685aa25e
      Nils Goroll authored
      The VCL_REGEX type requires that the pattern consist of constant strings only.
      
      In contrast, with a STRING argument and compilation in this vmod, we can support
      patterns to be constructed dynamically in vcl_init {}, which is a relevant
      advantage.
      
      I did consider to support both a STRING and a VCL_REGEX argument (both being
      optional, requiring at least one to be set) but found no compelling reason
      for using the VCL_REGEX type, because the pattern is checked anyway and it
      does not make a relevant difference if that check happens at the VCC or
      the vcl_init stage.
      
      This reverts commit 0ee2f4ae.
      685aa25e
  2. 28 Oct, 2021 1 commit
  3. 26 Oct, 2021 1 commit
  4. 13 Sep, 2021 1 commit
  5. 03 Aug, 2021 1 commit
  6. 06 Jan, 2021 8 commits
  7. 09 Dec, 2020 1 commit
  8. 02 Mar, 2020 1 commit
  9. 13 Sep, 2019 2 commits
  10. 23 May, 2019 1 commit
  11. 16 May, 2019 3 commits
  12. 10 Apr, 2019 1 commit
  13. 07 Mar, 2019 2 commits
  14. 02 Feb, 2019 2 commits
  15. 07 Dec, 2018 1 commit
  16. 04 Dec, 2018 1 commit
  17. 03 Dec, 2018 1 commit
  18. 03 Jul, 2018 1 commit
  19. 02 Apr, 2018 2 commits
  20. 05 Mar, 2018 1 commit
  21. 27 Feb, 2018 4 commits
  22. 12 Feb, 2018 1 commit
  23. 28 Nov, 2017 1 commit
  24. 21 Nov, 2017 1 commit