1. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  2. 478331d CLEANUP: tcp: stop exporting smp_fetch_src() by Willy Tarreau · 3 years, 10 months ago
  3. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  4. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month 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. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  7. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 1 month ago
  17. fc77454 REORG: include: move proto_tcp.h to haproxy/proto_tcp.h by Willy Tarreau · 4 years, 1 month ago
  18. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  19. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  20. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  21. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  22. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  23. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  24. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · 4 years, 1 month ago
  25. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  26. 92b4f13 REORG: include: move time.h from common/ to haproxy/ 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. d425950 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  31. 6cde5d8 CLEANUP: stick-tables: use read_u32() to display a node's key by Willy Tarreau · 4 years, 4 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. d0142e7 MINOR: cli: Report location of errors or any extra data for "show table" by Adis Nezirovic · 4 years, 5 months ago
  34. 56dd354 BUG/MINOR: cli: Missing arg offset for filter data values. by Adis Nezirovic · 4 years, 5 months ago
  35. 2b64a35 BUILD: stick-table: fix build errors introduced by last stick-table change by Willy Tarreau · 4 years, 5 months ago
  36. 1a693fc MEDIUM: cli: Allow multiple filter entries for "show table" by Adis Nezirovic · 4 years, 6 months ago
  37. 28436e2 BUG/MINOR: stick-table: Use MAX_SESS_STKCTR as the max track ID during parsing by Christopher Faulet · 4 years, 7 months ago
  38. 0d7712d MINOR: stick-table: allow sc-set-gpt0 to set value from an expression by Cédric Dufour · 4 years, 8 months ago
  39. 28c63c1 BUG/MINOR: stick-table: fix an incorrect 32 to 64 bit key conversion by Willy Tarreau · 4 years, 9 months ago
  40. a9fa88a BUG/MINOR: stick-table: Never exceed (MAX_SESS_STKCTR-1) when fetching a stkctr by Christopher Faulet · 4 years, 9 months ago
  41. 4e9a833 BUG/MEDIUM: stick-table: Properly handle "show table" with a data type argument by Christopher Faulet · 4 years, 10 months ago
  42. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 5 years ago
  43. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  44. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  45. 16b4f54 MINOR: stick-table: Make the CLI stick-table handler support dictionary entry data type. by Frédéric Lécaille · 5 years ago
  46. 5ad57ea MINOR: stick-table: Add "server_name" new data type. by Frédéric Lécaille · 5 years ago
  47. 7d61a33 BUG/MEDIUM: stick-table: fix regression caused by a change in proxy struct by Dragan Dosen · 5 years ago
  48. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · 5 years ago
  49. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · 5 years ago
  50. d456aa4 MINOR: config: Extract the code of "stick-table" line parsing. by Frédéric Lécaille · 5 years ago
  51. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  52. 5662fa4 CLEANUP: Fix typos in the stick_table subsystem by Joseph Herlant · 6 years ago
  53. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  54. 52dabbc BUG/MEDIUM: Make sure stksess is properly aligned. by Olivier Houchard · 6 years ago
  55. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  56. 848522f BUILD: stick-table: make sure not to fail on task_new() during initialization by Willy Tarreau · 6 years ago
  57. ff57f1b CLEANUP: stick-tables: Remove unneeded double (()) around conditional clause by Dirkjan Bussink · 6 years ago
  58. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  59. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  60. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  61. 43e9035 MINOR: stick-tables: make stktable_release() do nothing on NULL by Willy Tarreau · 6 years ago
  62. 65189c1 BUG/MAJOR: stick_table: Complete incomplete SEGV fix by Tim Duesterhus · 6 years ago
  63. ac1f3ed BUG/MAJOR: Stick-tables crash with segfault when the key is not in the stick-table by Thierry FOURNIER · 6 years ago
  64. 3e60b11 BUG/MEDIUM: stick-tables: Decrement ref_cnt in table_* converters by Daniel Corbett · 6 years ago
  65. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  66. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  67. 6e8a41d BUG/MINOR: cli: Ensure all command outputs end with a LF by Aurélien Nephtali · 6 years ago
  68. 6778b27 MINOR: stick-tables: Adds support for new "gpc1" and "gpc1_rate" counters. by Frédéric Lécaille · 6 years ago
  69. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  70. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  71. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  72. 4d5f13c BUG/MEDIUM: threads/stick-tables: close a race condition on stktable_trash_expired() by Willy Tarreau · 7 years ago
  73. f2fc1fd BUG/MINOR: freq: fix infinite loop on freq_ctr_period. by Emeric Brun · 7 years ago
  74. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · 7 years ago
  75. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · 7 years ago
  76. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  77. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · 7 years ago
  78. ca20d02 MINOR: stick-tables: Make static_table_key a struct variable instead of a pointer by Christopher Faulet · 7 years ago
  79. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · 7 years ago
  80. 07a62f7 MINOR: cli: add ACCESS_LVL_MASK to store the access level by William Lallemand · 7 years ago
  81. 401c64b BUG/MINOR: sample-fetches/stick-tables: bad type for the sample fetches sc*_get_gpt0 by Thierry FOURNIER · 7 years ago
  82. a24bc78 CLEANUP: applet/table: add an "action" entry in ->table context by Willy Tarreau · 8 years ago
  83. 7d56221 REORG: stkctr: move all the stick counters processing to stick-tables.c by Willy Tarreau · 8 years ago
  84. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · 8 years ago
  85. 30e5e18 CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers by Willy Tarreau · 8 years ago
  86. 3b6e547 CLEANUP: cli: rename STAT_CLI_* to CLI_ST_* by Willy Tarreau · 8 years ago
  87. f13ebdf REORG: cli: move table dump/clear/set to stick_table.c by Willy Tarreau · 8 years ago
  88. 5179146 BUG/MEDIUM: stick-table: fix regression caused by recent fix for out-of-memory by Willy Tarreau · 8 years ago
  89. ef8f4fe BUG/MINOR: stick-table: handle out-of-memory condition gracefully by Vincent Bernat · 8 years ago
  90. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · 8 years ago
  91. 523cc9e MEDIUM: peers: Fix a peer stick-tables synchronization issue. by Frédéric Lécaille · 8 years ago
  92. f65c6c0 BUG/MEDIUM: stick-table: properly convert binary samples to keys by Willy Tarreau · 8 years ago
  93. ce6955e BUG/MEDIUM: stick-tables: do not fail on string keys with no allocated size by Willy Tarreau · 8 years ago
  94. 2d17db5 MINOR: stick-table: change all stick-table converters' inputs to SMP_T_ANY by Willy Tarreau · 8 years ago
  95. f0c730a BUG/MEDIUM: stick-tables: fix breakage in table converters by Willy Tarreau · 8 years ago
  96. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 8 years ago
  97. 79c1e91 BUG/MINOR: counters: make the sc-inc-gpc0 and sc-set-gpt0 touch the table by Willy Tarreau · 8 years ago
  98. 1c6235d BUG/MEDIUM: peers: old stick table updates could be repushed. by Emeric Brun · 9 years ago
  99. 658b85b MEDIUM: actions: pass a new "flags" argument to custom actions by Willy Tarreau · 9 years ago
  100. c703a9d BUG/MEDIUM: peers: some table updates are randomly not pushed. by Emeric Brun · 9 years ago