1. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · Fri Aug 09 11:21:01 2019 +0200
  2. 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
  3. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  4. 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
  5. 5ad57ea MINOR: stick-table: Add "server_name" new data type. by Frédéric Lécaille · Fri May 17 10:08:29 2019 +0200
  6. 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
  7. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · Wed Mar 20 15:06:55 2019 +0100
  8. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · Thu Mar 14 07:07:41 2019 +0100
  9. 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
  10. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  11. 5662fa4 CLEANUP: Fix typos in the stick_table subsystem by Joseph Herlant · Thu Nov 15 13:43:28 2018 -0800
  12. 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
  13. 52dabbc BUG/MEDIUM: Make sure stksess is properly aligned. by Olivier Houchard · Wed Nov 14 17:54:36 2018 +0100
  14. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · Tue Nov 06 18:46:37 2018 +0100
  15. 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
  16. ff57f1b CLEANUP: stick-tables: Remove unneeded double (()) around conditional clause by Dirkjan Bussink · Fri Sep 14 14:31:22 2018 +0200
  17. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  18. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  19. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  20. 43e9035 MINOR: stick-tables: make stktable_release() do nothing on NULL by Willy Tarreau · Wed Jun 27 06:25:57 2018 +0200
  21. 65189c1 BUG/MAJOR: stick_table: Complete incomplete SEGV fix by Tim Duesterhus · Tue Jun 26 15:57:29 2018 +0200
  22. ac1f3ed BUG/MAJOR: Stick-tables crash with segfault when the key is not in the stick-table by Thierry FOURNIER · Mon Jun 25 22:35:20 2018 +0200
  23. 3e60b11 BUG/MEDIUM: stick-tables: Decrement ref_cnt in table_* converters by Daniel Corbett · Sun May 27 09:47:12 2018 -0400
  24. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · Fri May 25 14:04:04 2018 +0200
  25. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · Wed Apr 18 13:26:46 2018 +0200
  26. 6e8a41d BUG/MINOR: cli: Ensure all command outputs end with a LF by Aurélien Nephtali · Thu Mar 15 21:48:50 2018 +0100
  27. 6778b27 MINOR: stick-tables: Adds support for new "gpc1" and "gpc1_rate" counters. by Frédéric Lécaille · Mon Jan 29 15:22:53 2018 +0100
  28. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  29. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · Fri Nov 24 16:54:05 2017 +0100
  30. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  31. 4d5f13c BUG/MEDIUM: threads/stick-tables: close a race condition on stktable_trash_expired() by Willy Tarreau · Sun Nov 05 11:04:47 2017 +0100
  32. f2fc1fd BUG/MINOR: freq: fix infinite loop on freq_ctr_period. by Emeric Brun · Thu Nov 02 17:32:43 2017 +0100
  33. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · Tue Jun 13 19:37:32 2017 +0200
  34. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  35. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  36. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · Thu Jul 20 16:49:14 2017 +0200
  37. ca20d02 MINOR: stick-tables: Make static_table_key a struct variable instead of a pointer by Christopher Faulet · Tue Aug 29 15:30:31 2017 +0200
  38. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · Mon Jul 24 17:55:20 2017 +0200
  39. 07a62f7 MINOR: cli: add ACCESS_LVL_MASK to store the access level by William Lallemand · Wed May 24 00:57:40 2017 +0200
  40. 401c64b BUG/MINOR: sample-fetches/stick-tables: bad type for the sample fetches sc*_get_gpt0 by Thierry FOURNIER · Thu Jan 05 11:44:09 2017 +0100
  41. a24bc78 CLEANUP: applet/table: add an "action" entry in ->table context by Willy Tarreau · Wed Dec 14 15:50:35 2016 +0100
  42. 7d56221 REORG: stkctr: move all the stick counters processing to stick-tables.c by Willy Tarreau · Fri Nov 25 16:10:05 2016 +0100
  43. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · Fri Nov 25 15:49:32 2016 +0100
  44. 30e5e18 CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers by Willy Tarreau · Thu Nov 24 16:45:53 2016 +0100
  45. 3b6e547 CLEANUP: cli: rename STAT_CLI_* to CLI_ST_* by Willy Tarreau · Thu Nov 24 15:53:53 2016 +0100
  46. f13ebdf REORG: cli: move table dump/clear/set to stick_table.c by Willy Tarreau · Tue Nov 22 18:00:53 2016 +0100
  47. 5179146 BUG/MEDIUM: stick-table: fix regression caused by recent fix for out-of-memory by Willy Tarreau · Fri Nov 18 18:21:39 2016 +0100
  48. ef8f4fe BUG/MINOR: stick-table: handle out-of-memory condition gracefully by Vincent Bernat · Thu Nov 17 15:42:40 2016 +0100
  49. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · Fri Oct 21 16:37:51 2016 +0200
  50. 523cc9e MEDIUM: peers: Fix a peer stick-tables synchronization issue. by Frédéric Lécaille · Wed Oct 12 17:30:30 2016 +0200
  51. f65c6c0 BUG/MEDIUM: stick-table: properly convert binary samples to keys by Willy Tarreau · Tue Aug 09 12:08:41 2016 +0200
  52. ce6955e BUG/MEDIUM: stick-tables: do not fail on string keys with no allocated size by Willy Tarreau · Tue Aug 09 11:59:12 2016 +0200
  53. 2d17db5 MINOR: stick-table: change all stick-table converters' inputs to SMP_T_ANY by Willy Tarreau · Wed May 25 17:16:38 2016 +0200
  54. f0c730a BUG/MEDIUM: stick-tables: fix breakage in table converters by Willy Tarreau · Wed May 25 17:07:56 2016 +0200
  55. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  56. 79c1e91 BUG/MINOR: counters: make the sc-inc-gpc0 and sc-set-gpt0 touch the table by Willy Tarreau · Mon Jan 25 14:54:45 2016 +0100
  57. 1c6235d BUG/MEDIUM: peers: old stick table updates could be repushed. by Emeric Brun · Wed Dec 16 15:28:12 2015 +0100
  58. 658b85b MEDIUM: actions: pass a new "flags" argument to custom actions by Willy Tarreau · Sun Sep 27 10:00:49 2015 +0200
  59. c703a9d BUG/MEDIUM: peers: some table updates are randomly not pushed. by Emeric Brun · Tue Sep 22 15:05:06 2015 +0200
  60. 4214873 MEDIUM: actions: remove ACTION_STOP by Thierry FOURNIER · Wed Sep 02 17:17:33 2015 +0200
  61. e0627bd MINOR: stick-tables: Add GPC0 actions by Thierry FOURNIER · Tue Aug 04 08:20:33 2015 +0200
  62. 236657b MINOR: stick-tables: Add GPT0 access by Thierry FOURNIER · Wed Aug 19 08:25:14 2015 +0200
  63. 3cf1111 MEDIUM: stick-tables: Add GPT0 in the stick tables by Thierry FOURNIER · Tue Jul 28 08:57:05 2015 +0200
  64. 7e25df3 MAJOR: stick-tables: remove key storage from the key struct by Thierry FOURNIER · Fri Jul 24 19:31:59 2015 +0200
  65. 5d24ebc MEDIUM: stick-tables: use the sample type names by Thierry FOURNIER · Fri Jul 24 08:46:42 2015 +0200
  66. bc8c404 MAJOR: stick-tables: use sample types in place of dedicated types by Thierry FOURNIER · Mon Aug 10 17:53:45 2015 +0200
  67. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · Tue Aug 04 19:35:46 2015 +0200
  68. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · Wed Aug 19 09:07:19 2015 +0200
  69. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · Wed Aug 19 09:00:18 2015 +0200
  70. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · Mon Jul 06 23:43:03 2015 +0200
  71. 31c5653 BUG/MAJOR: sample: regression on sample cast to stick table types. by Emeric Brun · Tue Jun 16 18:26:17 2015 +0200
  72. aaf5860 MINOR: peers: avoid re-scheduling of pending stick-table's updates still not pushed. by Emeric Brun · Mon Jun 15 17:23:30 2015 +0200
  73. e2dc1fa MEDIUM: stick-table: remove the now duplicate find_stktable() function by Willy Tarreau · Tue May 26 12:08:07 2015 +0200
  74. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · Mon May 11 15:20:49 2015 +0200
  75. c8b6791 MINOR: stick-table: don't attach to peers in stopped state by Willy Tarreau · Fri May 01 18:29:57 2015 +0200
  76. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · Sat Apr 04 01:47:55 2015 +0200
  77. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · Sat Apr 04 00:52:09 2015 +0200
  78. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  79. 68a556e MINOR: converters: give the session pointer as converter argument by Thierry FOURNIER · Mon Feb 23 15:11:11 2015 +0100
  80. 1edc971 MINOR: converters: add a "void *private" argument to converters by Thierry FOURNIER · Mon Dec 15 16:18:39 2014 +0100
  81. 6bcb0a8 BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc* by Willy Tarreau · Wed Jul 30 08:56:35 2014 +0200
  82. 9700e5c MINOR: sample: allow IP address to cast to binary by Willy Tarreau · Tue Jul 15 21:03:26 2014 +0200
  83. edee1d6 MEDIUM: stick-table: make it easier to register extra data types by Willy Tarreau · Tue Jul 15 16:44:27 2014 +0200
  84. d9f316a MEDIUM: stick-table: add new converters to fetch table data by Willy Tarreau · Thu Jul 10 14:03:38 2014 +0200
  85. 8fed903 MEDIUM: stick-table: implement lookup from a sample fetch by Willy Tarreau · Thu Jul 03 17:02:46 2014 +0200
  86. b5975de MINOR: stick-table: make stktable_fetch_key() indicate why it failed by Willy Tarreau · Wed Jun 25 16:20:53 2014 +0200
  87. 7654c9f MEDIUM: sample: Remove types SMP_T_CSTR and SMP_T_CBIN, replace it by SMP_F_CONST flags by Thierry FOURNIER · Tue Dec 17 00:20:33 2013 +0100
  88. 991610d MEDIUM: stick-table: lookup table names using trees. by Willy Tarreau · Sat Mar 15 08:03:57 2014 +0100
  89. 67ff7e0 BUG/MEDIUM: acl: fix regression introduced by latest converters support by Willy Tarreau · Thu Dec 05 02:19:58 2013 +0100
  90. b805f71 MEDIUM: sample: let the cast functions set their output type by Thierry FOURNIER · Tue Nov 26 20:47:54 2013 +0100
  91. 803685f MEDIUM: stick-tables: support automatic conversion from ipv4<->ipv6 by Willy Tarreau · Mon Dec 02 23:17:27 2013 +0100
  92. f73eb8f MINOR: stick-table: use smp_expr_output_type() to retrieve the output type of a "struct sample_expr" by Thierry FOURNIER · Wed Nov 27 15:30:55 2013 +0100
  93. 3a925c1 MEDIUM: stick-tables: flush old entries upon soft-stop by Willy Tarreau · Wed Sep 04 17:54:01 2013 +0200
  94. ba2ffd1 MEDIUM: counters: add a new "gpc0_rate" counter in stick-tables by Willy Tarreau · Wed May 29 15:54:14 2013 +0200
  95. a7b46b5 MINOR: stick-table: allow to allocate an entry without filling it by Willy Tarreau · Thu Apr 11 16:55:37 2013 +0200
  96. f22180f BUG/MEDIUM: stick-tables: conversions to strings were broken in dev13 by Willy Tarreau · Sun Dec 09 11:08:14 2012 +0100
  97. 0711541 MEDIUM: stick-table: allocate the table key of size buffer size by Willy Tarreau · Mon Oct 29 21:56:59 2012 +0100
  98. 8ac33d9 MINOR: sample: manage binary to string type convertion in stick-table and samples. by Emeric Brun · Wed Oct 17 13:36:06 2012 +0200
  99. cd3b094 REORG: rename "pattern" files by Willy Tarreau · Fri Apr 27 21:52:18 2012 +0200
  100. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · Fri Apr 27 21:37:17 2012 +0200