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