1. 39bd740 CLEANUP: regex: remove outdated support for regex actions by Willy Tarreau · 4 years, 2 months ago
  2. 5778fea CLEANUP: remove THREAD_LOCAL from config.h by Willy Tarreau · 4 years, 3 months ago
  3. 77e3b4a CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 5 months ago
  4. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 5 years ago
  5. 272e252 MINOR: threads/regex: Change Regex trash buffer into a thread local variable by Emeric Brun · 7 years ago
  6. f2592b2 MEDIUM: regex: pcre2 support by David Carlier · 8 years ago
  7. ec9a58c BUILD/MINOR: regex: missing header by Thierry FOURNIER · 9 years ago
  8. 98d0485 MAJOR: config: remove the deprecated reqsetbe / reqisetbe actions by Willy Tarreau · 9 years ago
  9. 15a53a4 MEDIUM: regex: add support for passing regex flags to regex_exec_match() by Willy Tarreau · 10 years ago
  10. de89871 MEDIUM: regex: Use pcre_study always when PCRE is used, regardless of JIT by Christian Ruppert · 10 years ago
  11. 2620276 MINOR: regex: Use native PCRE API. by Thierry FOURNIER · 10 years ago
  12. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · 10 years ago
  13. b8f980c MINOR: regex: Create JIT compatible function that return match strings by Thierry FOURNIER · 10 years ago
  14. c874653 BUILD: don't use type "uint" which is not portable by Willy Tarreau · 10 years ago
  15. c600204 BUG/MEDIUM: regex: fix risk of buffer overrun in exp_replace() by Sasha Pachev · 10 years ago
  16. 0b6d15f MINOR: regex: The pointer regstr in the struc regex is no longer used. by Thierry FOURNIER · 10 years ago
  17. 39e258f MINOR: regex: Copy the original regex expression into string. by Thierry FOURNIER · 11 years ago
  18. 799c042 MINOR: regex: Change the struct containing regex by Thierry FOURNIER · 11 years ago
  19. ef37a66 CLEANUP: The function "regex_exec" needs the string length but in many case they expect null terminated char. by Thierry FOURNIER · 11 years ago
  20. ed5a4ae CLEANUP: regex: Create regex_comp function that compiles regex using compilation options by Thierry FOURNIER · 11 years ago
  21. e28f1ec BUILD/MINOR: missing header file by Thierry FOURNIER · 11 years ago
  22. dd11293 BUG/MINOR: acl: fix a double free during exit when using PCRE_JIT by Willy Tarreau · 11 years ago
  23. 7035132 MEDIUM: regex: Use PCRE JIT in acl by Hiroaki Nakamura · 12 years ago
  24. f4f0412 [MINOR] prepare req_*/rsp_* to receive a condition by Willy Tarreau · 14 years ago
  25. a496b60 [MAJOR] merged the 'setbe' actions to switch the backend on a regex by Willy Tarreau · 18 years ago
  26. b17916e [CLEANUP] add a few "const char *" where appropriate by Willy Tarreau · 18 years ago
  27. b8750a8 [MEDIUM] added the "reqtarpit" and "reqitarpit" features by Willy Tarreau · 18 years ago
  28. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  29. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago[Renamed (92%) from include/haproxy/regex.h]
  30. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago