1. 9e1f83d BUG/MINOR: regex: Properly handle PCRE2 lib compiled without JIT support by Christopher Faulet · 1 year, 10 months ago
  2. 7adf8f3 OPTIM: regex: PCRE2 use JIT match when JIT optimisation occured. by David Carlier · 3 years, 11 months ago
  3. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  4. f278eec BUILD: tree-wide: cast arguments to tolower/toupper to unsigned char by Willy Tarreau · 4 years ago
  5. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  6. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  12. 39bd740 CLEANUP: regex: remove outdated support for regex actions by Willy Tarreau · 4 years, 1 month ago
  13. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 5 years ago
  14. 8071338 MINOR: initcall: apply initcall to all register_build_opts() calls by Willy Tarreau · 6 years ago
  15. eda7548 CLEANUP: Fix typos in the regex subsystem by Joseph Herlant · 6 years ago
  16. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  17. 272e252 MINOR: threads/regex: Change Regex trash buffer into a thread local variable by Emeric Brun · 7 years ago
  18. f2592b2 MEDIUM: regex: pcre2 support by David Carlier · 8 years ago
  19. 7a9ac6d CLEANUP: regex: use the build options list to report the regex type by Willy Tarreau · 8 years ago
  20. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  21. 15a53a4 MEDIUM: regex: add support for passing regex flags to regex_exec_match() by Willy Tarreau · 9 years ago
  22. de89871 MEDIUM: regex: Use pcre_study always when PCRE is used, regardless of JIT by Christian Ruppert · 10 years ago
  23. 955f461 BUG/MEDIUM: regex: fix pcre_study error handling by Christian Ruppert · 10 years ago
  24. 2620276 MINOR: regex: Use native PCRE API. by Thierry FOURNIER · 10 years ago
  25. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · 10 years ago
  26. b8f980c MINOR: regex: Create JIT compatible function that return match strings by Thierry FOURNIER · 10 years ago
  27. c874653 BUILD: don't use type "uint" which is not portable by Willy Tarreau · 10 years ago
  28. c600204 BUG/MEDIUM: regex: fix risk of buffer overrun in exp_replace() by Sasha Pachev · 10 years ago
  29. 0b6d15f MINOR: regex: The pointer regstr in the struc regex is no longer used. by Thierry FOURNIER · 10 years ago
  30. 39e258f MINOR: regex: Copy the original regex expression into string. by Thierry FOURNIER · 11 years ago
  31. 799c042 MINOR: regex: Change the struct containing regex by Thierry FOURNIER · 11 years ago
  32. ed5a4ae CLEANUP: regex: Create regex_comp function that compiles regex using compilation options by Thierry FOURNIER · 11 years ago
  33. f4f0412 [MINOR] prepare req_*/rsp_* to receive a condition by Willy Tarreau · 14 years ago
  34. 8f8e645 [CLEANUP] shut warnings 'is*' macros from ctype.h on solaris by Willy Tarreau · 17 years ago
  35. b17916e [CLEANUP] add a few "const char *" where appropriate by Willy Tarreau · 18 years ago
  36. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  37. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  38. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago