1. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · Wed May 18 16:10:52 2022 +0200
  2. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · Wed May 18 15:55:18 2022 +0200
  3. d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · Wed May 18 15:07:19 2022 +0200
  4. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
  5. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
  6. 0f154ed CLEANUP: stick-table/cli: remove the unneeded STATE_INIT for "show table" by Willy Tarreau · Tue May 03 12:02:36 2022 +0200
  7. 7849d4c CLEANUP: stick-table/cli: stop using appctx->st2 for the dump state by Willy Tarreau · Tue May 03 11:45:02 2022 +0200
  8. 3c69e08 CLEANUP: stick-table/cli: take the "show table" context definition out of the appctx by Willy Tarreau · Tue May 03 11:35:07 2022 +0200
  9. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  10. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · Mon Apr 04 07:51:21 2022 +0200
  11. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
  12. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · Mon Dec 20 17:09:39 2021 +0100
  13. b7c962b BUG/MINOR: stick-table/cli: Check for invalid ipv6 key by Christopher Faulet · Mon Nov 15 09:17:25 2021 +0100
  14. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
  15. db2ab82 MEDIUM: stick-table: never learn the "conn_cur" value from peers by Willy Tarreau · Fri Oct 08 17:53:12 2021 +0200
  16. 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · Wed Oct 06 16:18:40 2021 +0200
  17. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  18. ece4c4a BUG/MINOR: stick-table: fix the sc-set-gpt* parser when using expressions by Willy Tarreau · Tue Aug 24 14:57:28 2021 +0200
  19. 5b654ad BUILD: stick-table: shut up invalid "uninitialized" warning in gcc 8.3 by Willy Tarreau · Tue Jul 06 18:51:12 2021 +0200
  20. 726783d MEDIUM: stick-table: make the use of 'gpc' excluding the use of 'gpc0/1'' by Emeric Brun · Wed Jun 30 19:06:43 2021 +0200
  21. 4d7ada8 MEDIUM: stick-table: add the new arrays of gpc and gpc_rate by Emeric Brun · Wed Jun 30 19:04:16 2021 +0200
  22. f7ab0bf MEDIUM: stick-table: make the use of 'gpt' excluding the use of 'gpt0' by Emeric Brun · Wed Jun 30 18:58:22 2021 +0200
  23. 877b0b5 MEDIUM: stick-table: add the new array of gpt data_type by Emeric Brun · Wed Jun 30 18:57:49 2021 +0200
  24. c64a2a3 MEDIUM: stick-table: handle arrays of standard types into stick-tables by Emeric Brun · Wed Jun 30 18:01:02 2021 +0200
  25. 0e3457b MINOR: stick-table: make skttable_data_cast to use only std types by Emeric Brun · Wed Jun 30 17:18:28 2021 +0200
  26. 01928ae BUG/MINOR: stick-table: fix several printf sign errors dumping tables by Emeric Brun · Wed Jun 30 16:24:04 2021 +0200
  27. 208ff01 BUG/MINOR: peers: Missing calloc return value check in peers_register_table by Remi Tricot-Le Breton · Wed May 12 17:39:04 2021 +0200
  28. 4263f68 CLEANUP: stick-table: remove a leftover of an old keyword declaration by Willy Tarreau · Wed May 12 17:49:10 2021 +0200
  29. c460c70 BUG/MEDIUM: stick_table: fix crash when using tcp smp_fetch_src by Amaury Denoyelle · Wed May 12 10:17:47 2021 +0200
  30. 3b63ca2 REORG: stick-table: uninline stktable_alloc_data_type() by Willy Tarreau · Sat May 08 14:10:42 2021 +0200
  31. e4a617c MINOR: action: replace match_pfx by a keyword flags field by Amaury Denoyelle · Thu May 06 15:33:09 2021 +0200
  32. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · Fri May 07 11:38:37 2021 +0200
  33. fa1258f MINOR: freq_ctr: unify freq_ctr and freq_ctr_period into freq_ctr by Willy Tarreau · Sat Apr 10 23:00:53 2021 +0200
  34. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  35. 826f3ab MINOR: stick-tables/counters: add http_fail_cnt and http_fail_rate data types by Willy Tarreau · Wed Feb 10 12:07:15 2021 +0100
  36. bdbd5db BUG/MINOR: stick-table: Always call smp_fetch_src() with a valid arg list by Christopher Faulet · Fri Jan 29 10:27:47 2021 +0100
  37. 5c25daa MINOR: stick-tables: export process_table_expire() by Willy Tarreau · Fri Jan 29 12:39:32 2021 +0100
  38. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
  39. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · Fri Nov 20 01:28:26 2020 -0700
  40. dfe7925 BUG/MEDIUM: stick-table: limit the time spent purging old entries by Willy Tarreau · Tue Nov 03 17:47:41 2020 +0100
  41. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
  42. 478331d CLEANUP: tcp: stop exporting smp_fetch_src() by Willy Tarreau · Fri Aug 28 11:31:31 2020 +0200
  43. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jun 21 21:42:57 2020 +0500
  44. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  45. 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
  46. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  47. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  48. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  49. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  50. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  51. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  52. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
  53. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · Thu Jun 04 19:58:55 2020 +0200
  54. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · Thu Jun 04 18:46:44 2020 +0200
  55. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · Thu Jun 04 18:38:21 2020 +0200
  56. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · Thu Jun 04 17:42:48 2020 +0200
  57. fc77454 REORG: include: move proto_tcp.h to haproxy/proto_tcp.h by Willy Tarreau · Thu Jun 04 17:31:04 2020 +0200
  58. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  59. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  60. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  61. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · Thu Jun 04 11:40:28 2020 +0200
  62. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · Thu Jun 04 10:19:23 2020 +0200
  63. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  64. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · Tue Jun 02 16:48:09 2020 +0200
  65. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · Tue Jun 02 09:38:52 2020 +0200
  66. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  67. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
  68. 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
  69. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · Wed May 27 10:58:19 2020 +0200
  70. d425950 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Apr 08 01:07:56 2020 +0500
  71. 6cde5d8 CLEANUP: stick-tables: use read_u32() to display a node's key by Willy Tarreau · Tue Feb 25 09:41:22 2020 +0100
  72. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · Fri Feb 14 16:50:14 2020 +0100
  73. d0142e7 MINOR: cli: Report location of errors or any extra data for "show table" by Adis Nezirovic · Wed Jan 22 16:50:27 2020 +0100
  74. 56dd354 BUG/MINOR: cli: Missing arg offset for filter data values. by Adis Nezirovic · Wed Jan 22 16:16:48 2020 +0100
  75. 2b64a35 BUILD: stick-table: fix build errors introduced by last stick-table change by Willy Tarreau · Wed Jan 22 17:09:47 2020 +0100
  76. 1a693fc MEDIUM: cli: Allow multiple filter entries for "show table" by Adis Nezirovic · Thu Jan 16 15:19:29 2020 +0100
  77. 28436e2 BUG/MINOR: stick-table: Use MAX_SESS_STKCTR as the max track ID during parsing by Christopher Faulet · Wed Dec 18 10:25:46 2019 +0100
  78. 0d7712d MINOR: stick-table: allow sc-set-gpt0 to set value from an expression by Cédric Dufour · Wed Nov 06 18:38:53 2019 +0100
  79. 28c63c1 BUG/MINOR: stick-table: fix an incorrect 32 to 64 bit key conversion by Willy Tarreau · Wed Oct 23 06:21:05 2019 +0200
  80. a9fa88a BUG/MINOR: stick-table: Never exceed (MAX_SESS_STKCTR-1) when fetching a stkctr by Christopher Faulet · Mon Oct 21 10:53:34 2019 +0200
  81. 4e9a833 BUG/MEDIUM: stick-table: Properly handle "show table" with a data type argument by Christopher Faulet · Fri Sep 13 15:15:56 2019 +0200
  82. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · Fri Aug 09 11:21:01 2019 +0200
  83. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
  84. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  85. 16b4f54 MINOR: stick-table: Make the CLI stick-table handler support dictionary entry data type. by Frédéric Lécaille · Thu May 23 12:15:04 2019 +0200
  86. 5ad57ea MINOR: stick-table: Add "server_name" new data type. by Frédéric Lécaille · Fri May 17 10:08:29 2019 +0200
  87. 7d61a33 BUG/MEDIUM: stick-table: fix regression caused by a change in proxy struct by Dragan Dosen · Tue May 07 14:16:18 2019 +0200
  88. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · Wed Mar 20 15:06:55 2019 +0100
  89. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · Thu Mar 14 07:07:41 2019 +0100
  90. d456aa4 MINOR: config: Extract the code of "stick-table" line parsing. by Frédéric Lécaille · Fri Mar 08 14:47:00 2019 +0100
  91. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  92. 5662fa4 CLEANUP: Fix typos in the stick_table subsystem by Joseph Herlant · Thu Nov 15 13:43:28 2018 -0800
  93. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · Thu Nov 15 11:08:52 2018 +0100
  94. 52dabbc BUG/MEDIUM: Make sure stksess is properly aligned. by Olivier Houchard · Wed Nov 14 17:54:36 2018 +0100
  95. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · Tue Nov 06 18:46:37 2018 +0100
  96. 848522f BUILD: stick-table: make sure not to fail on task_new() during initialization by Willy Tarreau · Mon Oct 15 11:12:15 2018 +0200
  97. ff57f1b CLEANUP: stick-tables: Remove unneeded double (()) around conditional clause by Dirkjan Bussink · Fri Sep 14 14:31:22 2018 +0200
  98. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  99. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  100. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200