1. 90cbd57 CLEANUP: acl: Remove unused variable when releasing an acl expression by Christopher Faulet · 2 years, 10 months ago
  2. 45bb15f MINOR: arg: Be able to forbid unresolved args when building an argument list by Christopher Faulet · 2 years, 9 months ago
  3. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  4. 8043e83 MINOR: acl: Add HTTP_2.0 predefined macro by Christopher Faulet · 3 years, 3 months ago
  5. 779184e MINOR: No longer rely on deprecated sample fetches for predefined ACLs by Christopher Faulet · 3 years, 3 months ago
  6. 68fd7e4 REORG: global: move free acl/action in their related source files by Amaury Denoyelle · 3 years, 3 months ago
  7. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  8. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  9. a98b288 CLEANUP: pattern: remove pat_delete_fcts[] and pattern_head->delete() by Willy Tarreau · 3 years, 8 months ago
  10. 6ad7df4 MINOR: arg: Use chunk_destroy() to release string arguments by Christopher Faulet · 3 years, 11 months ago
  11. 9fa0df5 BUG/MINOR: acl: Fix freeing of expr->smp in prune_acl_expr by Tim Duesterhus · 4 years ago
  12. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · 4 years, 1 month ago
  13. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  14. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  15. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  18. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  19. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  20. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  21. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  22. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  23. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  24. ac13aea REORG: include: move auth.h to haproxy/auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  25. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  26. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  27. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  28. 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
  29. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  30. bd7212b CLEANUP: acl: remove unused assignment by Ilya Shipitsin · 4 years, 1 month ago
  31. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  32. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  33. 80b53ff MEDIUM: arg: make make_arg_list() stop after its own arguments by Willy Tarreau · 4 years, 5 months ago
  34. ed2c662 MINOR: sample/acl: use is_idchar() to locate the fetch/conv name by Willy Tarreau · 4 years, 5 months ago
  35. 361935a BUG/MINOR: acl: Fix memory leaks when an ACL expression is parsed by Christopher Faulet · 4 years, 10 months ago
  36. 78c5eec BUG/MINOR: acl: properly detect pattern type SMP_T_ADDR by Willy Tarreau · 5 years ago
  37. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  38. 6808279 CLEANUP: Fix typos in the acl subsystem by Joseph Herlant · 6 years ago
  39. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  40. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  41. 1b421ea MINOR: acl: Pass the ACLs as an explicit parameter of build_acl_cond by Christopher Faulet · 7 years ago
  42. 7d27f3c BUG/MEDIUM: map/acl: fix unwanted flags inheritance. by Emeric Brun · 7 years ago
  43. 54ceb04 BUG/MINOR: acls: Set the right refflag when patterns are loaded from a map by Christopher Faulet · 7 years ago
  44. bcfe23a BUG/MEDIUM: acl: proprely release unused args in prune_acl_expr() by Willy Tarreau · 7 years ago
  45. 145325e BUG/MEDIUM: acl: don't free unresolved args in prune_acl_expr() by Willy Tarreau · 7 years ago
  46. 97108e0 CLEANUP: sample: report "converter" instead of "conv method" in error messages by Willy Tarreau · 8 years ago
  47. 9ff96c7 MINOR: acl: Add predefined METH_DELETE, METH_PUT by Daniel Schneller · 8 years ago
  48. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  49. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 8 years ago
  50. 9bb49f6 BUG/MEDIUM: acl: always accept match "found" by Willy Tarreau · 9 years ago
  51. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  52. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  53. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  54. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  55. 315ec42 BUG/MEDIUM: pattern: don't load more than once a pattern list. by Thierry FOURNIER · 10 years ago
  56. aa4e32e CLEANUP: acl: cleanup some of the redundancy and spaghetti after last fix by Willy Tarreau · 10 years ago
  57. 6f0ddca BUG/MEDIUM: acl: correctly compute the output type when a converter is used by Willy Tarreau · 10 years ago
  58. 9fefbd5 MINOR: acl: set "str" as default match for strings by Thierry FOURNIER · 10 years ago
  59. 2039bba MEDIUM: acl: strenghten the option parser to report invalid options by Willy Tarreau · 10 years ago
  60. e47e4e2 BUG/MEDIUM: patterns: last fix was still not enough by Thierry FOURNIER · 10 years ago
  61. a631fc8 BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns by Willy Tarreau · 10 years ago
  62. c5a4e98 MEDIUM: acl: Change the acl register struct by Thierry FOURNIER · 10 years ago
  63. b7729c9 MINOR: pattern: forbid dns resolutions by Thierry FOURNIER · 10 years ago
  64. 66eb9bf MINOR: pattern: Remove the flag "PAT_F_FROM_FILE". by Thierry FOURNIER · 10 years ago
  65. 94580c9 MINOR: dumpstat/conf: display all the configuration lines that using pattern reference by Thierry FOURNIER · 10 years ago
  66. eeaa951 MINOR: configuration: File and line propagation by Thierry FOURNIER · 10 years ago
  67. 9860c41 MINOR: acl/pattern: Acl "-M" option force to load file as map file with two columns by Thierry FOURNIER · 10 years ago
  68. 39bef45 MINOR: pattern/map/acl: Centralization of the file parsers by Thierry FOURNIER · 10 years ago
  69. 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
  70. 0d6ba51 MINOR: pattern: store configuration reference for each acl or map pattern. by Thierry FOURNIER · 10 years ago
  71. 3534d88 MINOR: pattern/acl: Each pattern of each acl can be load with specified id by Thierry FOURNIER · 10 years ago
  72. af5a29d MINOR: pattern: Each pattern is identified by unique id. by Thierry FOURNIER · 10 years ago
  73. 5d34408 MEDIUM: pattern: The expected type is stored in the pattern head, and conversion is executed once. by Thierry FOURNIER · 10 years ago
  74. c5959fd MEDIUM: pattern: merge same pattern by Thierry FOURNIER · 10 years ago
  75. 1e00d38 MAJOR: pattern/map: Extends the map edition system in the patterns by Thierry FOURNIER · 10 years ago
  76. 55d0b10 MEDIUM: pattern: add sample lookup function. by Thierry FOURNIER · 10 years ago
  77. 6f7203d MEDIUM: pattern: add prune function by Thierry FOURNIER · 10 years ago
  78. b113650 MEDIUM: pattern: add delete functions by Thierry FOURNIER · 10 years ago
  79. 1794fdf MEDIUM: pattern: The function pattern_exec_match() returns "struct pattern" if the patten match. by Thierry FOURNIER · 10 years ago
  80. b9b0846 MEDIUM: pattern: add indexation function. by Thierry FOURNIER · 11 years ago
  81. 3ead5b9 MINOR: pattern: separe list element from the data part. by Thierry FOURNIER · 11 years ago
  82. 972028f MEDIUM: pattern: Change the prototype of the function pattern_register(). by Thierry FOURNIER · 10 years ago
  83. 511e947 MEDIUM: acl/pattern: standardisation "of pat_parse_int()" and "pat_parse_dotted_ver()" by Thierry FOURNIER · 10 years ago
  84. 9eec0a6 MAJOR: auth: Change the internal authentication system. by Thierry FOURNIER · 10 years ago
  85. 2049092 CLEANUP: acl: remove obsolete test in parse_acl_expr() by Willy Tarreau · 10 years ago
  86. 4bfa422 BUG/MINOR: acl: parser must also stop at comma on ACL-only keywords by Willy Tarreau · 11 years ago
  87. adaddc2 CLEANUP: acl: remove useless blind copy-paste from sample converters by Willy Tarreau · 11 years ago
  88. c37a3c7 MEDIUM: acl: fix the initialization order of the ACL expression by Willy Tarreau · 11 years ago
  89. 131b466 MEDIUM: acl: fix the argument parser to let the lower layer report detailed errors by Willy Tarreau · 11 years ago
  90. 975c178 MINOR: sample: make sample_parse_expr() use memprintf() to report parse errors by Willy Tarreau · 11 years ago
  91. 7609064 MINOR: pattern: make the pattern matching function return a pointer to the matched element by Thierry FOURNIER · 11 years ago
  92. 7148ce6 MEDIUM: pattern: Extract the index process from the pat_parse_*() functions by Thierry FOURNIER · 11 years ago
  93. f3489d2 MINOR: pattern: do not assign SMP_TYPES by default to patterns by Willy Tarreau · 11 years ago
  94. e3ded59 MEDIUM: acl: Last patch change the output type by Thierry FOURNIER · 11 years ago
  95. 3d536ac BUG/MINOR: acl: fix sample expression error reporting by Willy Tarreau · 11 years ago
  96. ab92cf3 BUG/MINOR: acl: acl parser does not recognize empty converter list by Thierry FOURNIER · 11 years ago
  97. 6f8fe31 MINOR: pattern: import acl_find_match_name() into pattern.h by Willy Tarreau · 11 years ago
  98. 0cba607 MINOR: acl/pattern: use types different from int to clarify who does what. by Willy Tarreau · 11 years ago
  99. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · 11 years ago
  100. d163e1c MEDIUM: pattern: create pattern expression by Thierry FOURNIER · 11 years ago