1. 88b1ec9 BUG/MEDIUM: pattern: don't trim pools under lock in pat_ref_purge_range() by Willy Tarreau · 1 year, 1 month ago
  2. 208c712 MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONE by Christopher Faulet · 1 year, 8 months ago
  3. 7faac7c MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directly by Christopher Faulet · 1 year, 8 months ago
  4. 87633c3 MEDIUM: tree-wide: Move flags about shut from the channel to the SC by Christopher Faulet · 1 year, 8 months ago
  5. da89e9b MINOR: channel/applets: Stop to test CF_WRITE_ERROR flag if CF_SHUTW is enough by Christopher Faulet · 1 year, 11 months ago
  6. ab42dc3 BUILD: map: use __fallthrough in cli_io_handler_*() by Willy Tarreau · 2 years, 1 month ago
  7. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · 2 years, 6 months ago
  8. 475e463 CLEANUP: cli: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  9. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  10. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
  11. 4164eb9 MINOR: stconn: start to rename cs_rx_endp_{more,done}() to se_have_{no_,}more_data() by Willy Tarreau · 2 years, 6 months ago
  12. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 7 months ago
  13. d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · 2 years, 7 months ago
  14. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 7 months ago
  15. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
  16. c7e9706 CLEANUP: map/cli: always detach the backref from the list after "show map" by Willy Tarreau · 2 years, 7 months ago
  17. a0d6280 CLEANUP: map/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
  18. 76f771e CLEANUP: map/cli: stop using cli.i0/i1 to store the generation numbers by Willy Tarreau · 2 years, 7 months ago
  19. 0fcecc6 CLEANUP: map/cli: take the "show map" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  20. 1ae0c43 BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init by Willy Tarreau · 2 years, 7 months ago
  21. 2edaace BUG/MINOR: map/cli: protect the backref list during "show map" errors by Willy Tarreau · 2 years, 7 months ago
  22. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  23. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
  24. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
  25. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
  26. a75eea7 MINOR: map/acl: print the count of all the map/acl entries in "show map/acl" by Dragan Dosen · 3 years, 6 months ago
  27. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
  28. 2920201 CLEANUP: map/cli: properly align the map/acl help by Willy Tarreau · 3 years, 7 months ago
  29. bb51c44 MINOR: map/acl: make "add map/acl" support an optional version number by Willy Tarreau · 3 years, 7 months ago
  30. 7a562ca MINOR: map/acl: add the "commit map/acl" CLI command by Willy Tarreau · 3 years, 7 months ago
  31. 97218ce MINOR: map/acl: add the "prepare map/acl" CLI command by Willy Tarreau · 3 years, 7 months ago
  32. ff3feeb MINOR: map/acl: add the possibility to specify the version in "clear map/acl" by Willy Tarreau · 3 years, 7 months ago
  33. 95f753e MINOR: map/acl: add the possibility to specify the version in "show map/acl" by Willy Tarreau · 3 years, 7 months ago
  34. e3a42a6 MINOR: map: show the current and next pattern version in "show map" by Willy Tarreau · 3 years, 7 months ago
  35. 4053b03 MINOR: map: get rid of map_add_key_value() by Willy Tarreau · 3 years, 7 months ago
  36. f7dd0e8 CLEANUP: map: slightly reorder the add map function by Willy Tarreau · 3 years, 7 months ago
  37. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  38. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
  39. c93da69 MEDIUM: pattern: only match patterns that match the current generation by Willy Tarreau · 4 years, 1 month ago
  40. a98b288 CLEANUP: pattern: remove pat_delete_fcts[] and pattern_head->delete() by Willy Tarreau · 4 years, 1 month ago
  41. 6ad7df4 MINOR: arg: Use chunk_destroy() to release string arguments by Christopher Faulet · 4 years, 4 months ago
  42. 9591713 BUG/MINOR: arg: Fix leaks during arguments validation for fetches/converters by Christopher Faulet · 4 years, 4 months ago
  43. 0eb967d BUG/MEDIUM: map/lua: Return an error if a map is loaded during runtime by Christopher Faulet · 4 years, 4 months ago
  44. d1d005d MEDIUM: map: make the "clear map" operation yield by Willy Tarreau · 5 years ago
  45. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
  46. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  47. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  48. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  49. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  50. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  51. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  52. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  53. 2cd5809 REORG: include: move map to haproxy/map{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  54. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  55. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  56. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  57. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  58. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
  59. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 5 years ago
  60. aa5801b BUG/MEDIUM: maps: only try to parse the default value when it's present by Willy Tarreau · 6 years ago
  61. 646b774 BUG/MEDIUM: map: Fix memory leak in the map converter by Nenad Merdanovic · 6 years ago
  62. f43b88b CLEANUP: Fix typos in the map management functions by Joseph Herlant · 6 years ago
  63. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  64. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  65. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  66. 2842e05 BUG/MEDIUM: map: don't store exp_replace() result in the trash's length by Willy Tarreau · 6 years ago
  67. 2710221 BUG/MINOR: map: fix map_regm with backref by Emeric Brun · 6 years ago
  68. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  69. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  70. 336a11f BUG/MINOR: map: correctly track reference to the last ref_elt being dumped by Dragan Dosen · 7 years ago
  71. 25650ce MINOR: map: Add payload support to "add map" by Aurélien Nephtali · 7 years ago
  72. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 7 years ago
  73. 9a4da68 MINOR: cli: Ensure the CLI always outputs an error when it should by Aurélien Nephtali · 7 years ago
  74. f93f093 CLEANUP: map, stream: remove duplicate code in src/map.c, src/stream.c by Ilya Shipitsin · 7 years ago
  75. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  76. b5997f7 MAJOR: threads/map: Make acls/maps thread safe by Emeric Brun · 7 years ago
  77. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  78. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · 7 years ago
  79. 8d85aa4 BUG/MAJOR: map: fix segfault during 'show map/acl' on cli. by Emeric Brun · 7 years ago
  80. 96c1571 BUG/MINOR: Fix "get map <map> <value>" CLI command by Nenad Merdanovic · 8 years ago
  81. 24f45d8 BUG/MEDIUM: cli: Prevent double free in CLI ACL lookup by Nenad Merdanovic · 8 years ago
  82. 30e5e18 CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers by Willy Tarreau · 8 years ago
  83. 3b6e547 CLEANUP: cli: rename STAT_CLI_* to CLI_ST_* by Willy Tarreau · 8 years ago
  84. ad8be61 REORG: cli: move map and acl code to map.c by William Lallemand · 8 years ago
  85. 78f3595 CLEANUP: map: Avoid memory leak in out-of-memory condition. by Andreas Seltenreich · 9 years ago
  86. 8feaa66 MINOR: map: Add regex matching replacement by Thierry Fournier · 9 years ago
  87. b2f8f08 MINOR: map: The map can return IPv4 and IPv6 by Thierry FOURNIER · 9 years ago
  88. 5cc18d4 MINOR: samples: data assignation simplification by Thierry FOURNIER · 9 years ago
  89. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  90. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  91. 503bb09 MINOR: samples: rename some struct member from "smp" to "data" by Thierry FOURNIER · 9 years ago
  92. 12ba0c2 MINOR: samples: rename a struct from sample_storage to sample_data by Thierry FOURNIER · 9 years ago
  93. bf65cd4 MAJOR: arg: converts uint and sint in sint by Thierry FOURNIER · 9 years ago
  94. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  95. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · 10 years ago
  96. 3def393 MINOR: lua: map system integration in Lua by Thierry FOURNIER · 10 years ago
  97. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 10 years ago
  98. 933e5de MEDIUM: map: uses HAProxy facilities to store default value by Thierry FOURNIER · 10 years ago
  99. 68a556e MINOR: converters: give the session pointer as converter argument by Thierry FOURNIER · 10 years ago
  100. 1edc971 MINOR: converters: add a "void *private" argument to converters by Thierry FOURNIER · 10 years ago