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