1. 38d4199 MEDIUM: pattern: turn the pattern chaining to single-linked list by Willy Tarreau · 3 years, 9 months ago
  2. 2994774 MINOR: pattern: store a generation number in the reference patterns by Willy Tarreau · 3 years, 9 months ago
  3. a98b288 CLEANUP: pattern: remove pat_delete_fcts[] and pattern_head->delete() by Willy Tarreau · 3 years, 9 months ago
  4. 78777ea MEDIUM: pattern: change the pat_del_* functions to delete from the references by Willy Tarreau · 3 years, 9 months ago
  5. 4bdd0a1 MEDIUM: pattern: link all final elements from the reference by Willy Tarreau · 3 years, 9 months ago
  6. 6d8a689 MINOR: pattern: make the delete and prune functions more generic by Willy Tarreau · 3 years, 9 months ago
  7. 9b5c8bb MINOR: pattern: new sflag PAT_SF_REGFREE indicates regex_free() is needed by Willy Tarreau · 3 years, 9 months ago
  8. 3ee0de1 MINOR: pattern: move the update revision to the pat_ref, not the expression by Willy Tarreau · 3 years, 9 months ago
  9. b706a3b CLEANUP: pattern: remove unused entry "tree" in pattern.val by Willy Tarreau · 3 years, 9 months ago
  10. e72a3f4 CLEANUP: tree-wide: reorder a few structures to plug some holes around locks by Willy Tarreau · 3 years, 9 months ago
  11. e579391 REORG: include: make list-t.h part of the base API by Willy Tarreau · 4 years, 1 month ago
  12. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 2 months ago
  13. 251c2aa CLEANUP: include: move sample_data out of sample-t.h by Willy Tarreau · 4 years, 2 months ago
  14. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 2 months ago
  15. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · 4 years, 2 months ago[Renamed (96%) from include/types/pattern.h]
  16. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 2 months ago
  17. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 2 months ago
  18. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 2 months ago
  19. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 2 months ago
  20. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 2 months ago
  21. 77e3b4a CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 5 months ago
  22. 2086365 CLEANUP: pattern: remove the pat_time definition by Willy Tarreau · 4 years, 6 months ago
  23. 6a0dd73 CLEANUP: Consistently `unsigned int` for bitfields by Tim Duesterhus · 4 years, 6 months ago
  24. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  25. b5997f7 MAJOR: threads/map: Make acls/maps thread safe by Emeric Brun · 7 years ago
  26. 8d85aa4 BUG/MAJOR: map: fix segfault during 'show map/acl' on cli. by Emeric Brun · 7 years ago
  27. 8feaa66 MINOR: map: Add regex matching replacement by Thierry Fournier · 8 years ago
  28. 503bb09 MINOR: samples: rename some struct member from "smp" to "data" by Thierry FOURNIER · 9 years ago
  29. 12ba0c2 MINOR: samples: rename a struct from sample_storage to sample_data by Thierry FOURNIER · 9 years ago
  30. 72f073b MEDIUM: pattern: add a revision to all pattern expressions by Willy Tarreau · 9 years ago
  31. e47e4e2 BUG/MEDIUM: patterns: last fix was still not enough by Thierry FOURNIER · 10 years ago
  32. b4a163a CLEANUP: pattern: move array definitions to proto/ and not types/ by Willy Tarreau · 10 years ago
  33. f6c22c8 BUG/MEDIUM: pattern: fix wrong definition of the pat_prune_fcts array by Willy Tarreau · 10 years ago
  34. b7729c9 MINOR: pattern: forbid dns resolutions by Thierry FOURNIER · 10 years ago
  35. 66eb9bf MINOR: pattern: Remove the flag "PAT_F_FROM_FILE". by Thierry FOURNIER · 10 years ago
  36. c0bd910 MINOR: pattern: Check if the file reference is not used with acl and map by Thierry FOURNIER · 10 years ago
  37. e369ca2 MEDIUM: pattern_find_smp: functions find_smp uses the pat_ref_elt to find the element to be removed by Thierry FOURNIER · 10 years ago
  38. 7acca4b MEDIUM: pattern: delete() function uses the pat_ref_elt to find the element to be removed by Thierry FOURNIER · 10 years ago
  39. 6bb53ff MINOR: pattern: Each pattern expression element store the reference struct. by Thierry FOURNIER · 10 years ago
  40. 0d6ba51 MINOR: pattern: store configuration reference for each acl or map pattern. by Thierry FOURNIER · 10 years ago
  41. af5a29d MINOR: pattern: Each pattern is identified by unique id. by Thierry FOURNIER · 10 years ago
  42. 5d34408 MEDIUM: pattern: The expected type is stored in the pattern head, and conversion is executed once. by Thierry FOURNIER · 10 years ago
  43. c5959fd MEDIUM: pattern: merge same pattern by Thierry FOURNIER · 11 years ago
  44. 1e00d38 MAJOR: pattern/map: Extends the map edition system in the patterns by Thierry FOURNIER · 10 years ago
  45. 8888635 MINOR: map/pattern: The sample parser is stored in the pattern by Thierry FOURNIER · 11 years ago
  46. 55d0b10 MEDIUM: pattern: add sample lookup function. by Thierry FOURNIER · 11 years ago
  47. 6f7203d MEDIUM: pattern: add prune function by Thierry FOURNIER · 11 years ago
  48. b113650 MEDIUM: pattern: add delete functions by Thierry FOURNIER · 11 years ago
  49. 33a7433 MEDIUM: pattern: Index IPv6 addresses in a tree. by Thierry FOURNIER · 11 years ago
  50. 5338eea MEDIUM: pattern: The match function browse itself the list or the tree. by Thierry FOURNIER · 11 years ago
  51. e1bcac5 MINOR: pattern: Rename "pat_idx_elt" to "pattern_tree" by Thierry FOURNIER · 11 years ago
  52. edc15c3 MEDIUM: pattern: The parse functions just return "struct pattern" without memory allocation by Thierry FOURNIER · 11 years ago
  53. b9b0846 MEDIUM: pattern: add indexation function. by Thierry FOURNIER · 11 years ago
  54. 3ead5b9 MINOR: pattern: separe list element from the data part. by Thierry FOURNIER · 11 years ago
  55. 580c32c MEDIUM: pattern: The pattern parser no more uses <opaque> and just takes one string. by Thierry FOURNIER · 11 years ago
  56. 9eec0a6 MAJOR: auth: Change the internal authentication system. by Thierry FOURNIER · 11 years ago
  57. 0b2fe4a MINOR: pattern: add support for compiling patterns for lookups by Thierry FOURNIER · 11 years ago
  58. 799c042 MINOR: regex: Change the struct containing regex by Thierry FOURNIER · 11 years ago
  59. 7148ce6 MEDIUM: pattern: Extract the index process from the pat_parse_*() functions by Thierry FOURNIER · 11 years ago
  60. e3ded59 MEDIUM: acl: Last patch change the output type by Thierry FOURNIER · 11 years ago
  61. cc0e0b3 MINOR: pattern: Each pattern sets the expected input type by Thierry FOURNIER · 11 years ago
  62. 0cba607 MINOR: acl/pattern: use types different from int to clarify who does what. by Willy Tarreau · 11 years ago
  63. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · 11 years ago
  64. d163e1c MEDIUM: pattern: create pattern expression by Thierry FOURNIER · 11 years ago
  65. ed66c29 REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c by Thierry FOURNIER · 11 years ago
  66. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago
  67. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  68. 7a777ed MINOR: acl: set SMP_OPT_ITERATE on fetch functions by Willy Tarreau · 12 years ago
  69. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  70. 342acb4 MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere by Willy Tarreau · 12 years ago
  71. b4a88f0 MINOR: pattern: replace struct pattern with struct sample by Willy Tarreau · 12 years ago
  72. 21e5b0e MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE by Willy Tarreau · 12 years ago
  73. 197e10a MEDIUM: acl: get rid of the SET_RES flags by Willy Tarreau · 12 years ago
  74. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · 12 years ago
  75. 16c31b0 MINOR: pattern: add a new 'sample' type to store fetched data by Willy Tarreau · 12 years ago
  76. 21d68a6 MEDIUM: pattern: add an argument validation callback to pattern descriptors by Willy Tarreau · 12 years ago
  77. 9fcb984 MEDIUM: pattern: use the standard arg parser by Willy Tarreau · 12 years ago
  78. f995410 MEDIUM: pattern: get rid of arg_i in all functions making use of arguments by Willy Tarreau · 12 years ago
  79. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · 12 years ago
  80. b666bc7 MEDIUM: pattern: change the pattern data integer from unsigned to signed by Willy Tarreau · 13 years ago
  81. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · 13 years ago
  82. b695a6e [BUILD] pattern: use 'int' instead of 'int32_t' by Willy Tarreau · 14 years ago
  83. 485479d [MEDIUM] Create new protected pattern types CONSTSTRING and CONSTDATA to force memcpy if data from protected areas need to be manipulated. by Emeric Brun · 14 years ago
  84. aea940e [CLEANUP] stick_table: add/clarify some comments by Willy Tarreau · 14 years ago
  85. 9e92d32 [MINOR] pattern: add support for argument parsers for converters by Willy Tarreau · 15 years ago
  86. 1a51b63 [MINOR] pattern: make the converter more flexible by supporting void* and int args by Willy Tarreau · 15 years ago
  87. 107ca30 [MEDIUM] Add pattern fetch management types and functions by Emeric Brun · 15 years ago