1. 28 Feb, 2023 1 commit
  2. 08 Dec, 2022 1 commit
  3. 01 Dec, 2022 1 commit
  4. 11 Nov, 2022 1 commit
  5. 08 Nov, 2022 3 commits
  6. 26 Oct, 2022 4 commits
  7. 15 Sep, 2022 1 commit
  8. 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
  9. 28 Oct, 2021 1 commit
  10. 26 Oct, 2021 1 commit
  11. 13 Sep, 2021 1 commit
  12. 03 Aug, 2021 1 commit
  13. 06 Jan, 2021 8 commits
  14. 09 Dec, 2020 1 commit
  15. 02 Mar, 2020 1 commit
  16. 13 Sep, 2019 2 commits
  17. 23 May, 2019 1 commit
  18. 16 May, 2019 3 commits
  19. 10 Apr, 2019 1 commit
  20. 07 Mar, 2019 2 commits
  21. 02 Feb, 2019 2 commits
  22. 07 Dec, 2018 1 commit
  23. 04 Dec, 2018 1 commit