1. cc2513a BUG/MINOR: stream/cli: report correct stream age in "show sess" by Willy Tarreau · Fri Nov 17 18:51:26 2023 +0100
  2. c4d03a1 BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented by Christopher Faulet · Tue Nov 14 19:18:53 2023 +0100
  3. 36b61af BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only by Christopher Faulet · Tue Nov 14 07:47:52 2023 +0100
  4. 2a3e1cd BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout by Christopher Faulet · Wed Sep 06 08:59:33 2023 +0200
  5. 32e8e9b BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists by Aurelien DARRAGON · Fri Nov 18 09:17:29 2022 +0100
  6. 2f6fed2 BUG/MAJOR: stick-table: don't process store-response rules for applets by Christopher Faulet · Tue Oct 25 16:45:38 2022 +0200
  7. 13f43a7 BUG/MINOR: stick-table: Use server_id instead of std_t_sint in process_store_rules() by Christopher Faulet · Tue Oct 25 16:28:13 2022 +0200
  8. 8c3cdf0 BUG/MAJOR: stick-tables: do not try to index a server name for applets by Willy Tarreau · Wed Oct 12 10:35:41 2022 +0200
  9. 9e68a35 BUG/MEDIUM: stream: do not abort connection setup too early by Willy Tarreau · Thu Apr 14 17:39:48 2022 +0200
  10. 0e9a128 BUG/MINOR: cli/stream: fix "shutdown session" to iterate over all threads by Willy Tarreau · Thu Mar 31 14:49:45 2022 +0200
  11. f675f09 BUG/MINOR: stream: make the call_rate only count the no-progress calls by Willy Tarreau · Thu Jan 20 18:42:16 2022 +0100
  12. a46c35c DEBUG: stream: Fix stream trace message to print response buffer state by Christopher Faulet · Tue Mar 08 15:48:55 2022 +0100
  13. d176ff5 DEBUG: stream: Add the missing descriptions for stream trace events by Christopher Faulet · Tue Mar 08 15:47:02 2022 +0100
  14. f389445 BUG/MINOR: cli: shows correct mode in "show sess" by William Lallemand · Tue Mar 08 12:05:31 2022 +0100
  15. 29078ad BUG/MEDIUM: stream: Abort processing if response buffer allocation fails by Christopher Faulet · Tue Feb 01 18:53:53 2022 +0100
  16. 6618259 BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types by Willy Tarreau · Mon Dec 06 07:01:02 2021 +0000
  17. ee7fcd5 MINOR: stream/mux: implement websocket stream flag by Amaury Denoyelle · Mon Oct 18 14:45:49 2021 +0200
  18. c86efe1 MINOR: stream: Improve dump of bogus streams by Christopher Faulet · Tue Nov 02 17:18:15 2021 +0100
  19. 3336087 MEDIUM: resolvers: remove the last occurrences of the "safe" argument by Willy Tarreau · Wed Oct 20 14:07:31 2021 +0200
  20. c94f727 BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream detects a channel error by Christopher Faulet · Mon Oct 18 15:06:20 2021 +0200
  21. 223f48e BUG/MINOR: stream: Don't release a stream if FLT_END is still registered by Christopher Faulet · Wed Nov 13 11:12:32 2019 +0100
  22. caaafd0 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · Fri Jun 18 11:11:36 2021 +0200
  23. 5bf8585 Revert "MEDIUM: http-ana: Deal with L7 retries in HTTP analysers" by Christopher Faulet · Fri May 21 13:46:14 2021 +0200
  24. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · Fri May 07 11:38:37 2021 +0200
  25. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  26. 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
  27. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  28. 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · Tue Apr 06 11:57:41 2021 +0200
  29. 3b6446f MINOR: config/proxy: Don't warn for HTTP rules in TCP if 'switch-mode http' set by Christopher Faulet · Mon Mar 15 15:10:38 2021 +0100
  30. ae863c6 MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade by Christopher Faulet · Mon Mar 15 12:03:44 2021 +0100
  31. 6c1fd98 MINOR: stream: Handle stream HTTP upgrade in a dedicated function by Christopher Faulet · Mon Mar 15 10:42:02 2021 +0100
  32. 75f619a MINOR: http-ana: Simplify creation/destruction of HTTP transactions by Christopher Faulet · Mon Mar 08 19:12:58 2021 +0100
  33. c2ac5e4 MINOR: filters/http-ana: Decide to filter HTTP headers in HTTP analysers by Christopher Faulet · Mon Mar 08 18:20:09 2021 +0100
  34. 1bb6afa MINOR: stream: Use stream type instead of proxy mode when appropriate by Christopher Faulet · Mon Mar 08 17:57:53 2021 +0100
  35. 57e4a1b MINOR: stream: Be sure to set HTTP analysers when creating an HTX stream by Christopher Faulet · Mon Mar 15 17:09:27 2021 +0100
  36. f0d7eb2 MINOR: stream: Don't trigger errors on destructive HTTP upgrades by Christopher Faulet · Mon Mar 22 15:07:51 2021 +0100
  37. d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · Mon Mar 22 14:44:31 2021 +0100
  38. 0efc099 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · Thu Mar 11 18:09:53 2021 +0100
  39. e89fae3 CLEANUP: stream: rename a few remaining occurrences of "stream *sess" by Willy Tarreau · Tue Mar 09 15:43:32 2021 +0100
  40. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  41. 2f67e54 MINOR: stream: use ABORT_NOW() and not abort() in stream_dump_and_crash() by Willy Tarreau · Tue Mar 02 19:19:41 2021 +0100
  42. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  43. 49de685 MEDIUM: streams: do not use the streams lock anymore by Willy Tarreau · Wed Feb 24 13:46:12 2021 +0100
  44. a698eb6 MINOR: streams: use one list per stream instead of a global one by Willy Tarreau · Wed Feb 24 10:37:01 2021 +0100
  45. 5d533e2 MINOR: cli/streams: make "show sess" dump all streams till the new epoch by Willy Tarreau · Wed Feb 24 11:53:17 2021 +0100
  46. b981318 MINOR: stream: add an "epoch" to figure which streams appeared when by Willy Tarreau · Wed Feb 24 11:29:51 2021 +0100
  47. 3f5dd29 BUG/MEDIUM: cli/shutdown sessions: make it thread-safe by Willy Tarreau · Wed Feb 24 11:11:06 2021 +0100
  48. 4d77bbf MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · Sat Feb 20 12:02:46 2021 +0100
  49. 90f366b MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · Sat Feb 20 11:49:49 2021 +0100
  50. e8e5091 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · Sat Feb 20 11:38:56 2021 +0100
  51. 59b0fec MINOR: lb/api: let callers of take_conn/drop_conn tell if they have the lock by Willy Tarreau · Wed Feb 17 16:01:37 2021 +0100
  52. 751153e OPTIM: server: switch the actconn list to an mt-list by Willy Tarreau · Wed Feb 17 13:33:24 2021 +0100
  53. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · Fri Feb 12 19:42:55 2021 +0100
  54. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · Wed Dec 23 18:49:16 2020 +0100
  55. 21fbeed MINOR: resolvers: renames some dns prefixed types using resolv prefix. by Emeric Brun · Wed Dec 23 18:01:04 2020 +0100
  56. 08622d3 MINOR: resolvers: renames some resolvers specific types to not use dns prefix by Emeric Brun · Wed Dec 23 17:41:43 2020 +0100
  57. 750fe79 MINOR: resolvers: renames type dns_resolvers to resolvers. by Emeric Brun · Wed Dec 23 16:51:12 2020 +0100
  58. 5b82cc5 MEDIUM: http-ana: Deal with L7 retries in HTTP analysers by Christopher Faulet · Mon Oct 12 15:18:50 2020 +0200
  59. 4ef84c9 MINOR: stream: Add a function to validate TCP to H1 upgrades by Christopher Faulet · Thu Jan 21 17:36:12 2021 +0100
  60. 341064e BUG/MINOR: stream: Don't update counters when TCP to H2 upgrades are performed by Christopher Faulet · Thu Jan 21 17:10:44 2021 +0100
  61. aabde71 MINOR: reg-tests: add a way to add service dependency by William Dauchy · Sat Jan 09 17:26:20 2021 +0100
  62. b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Jan 06 21:20:16 2021 +0500
  63. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · Fri Nov 20 01:28:26 2020 -0700
  64. f7719a2 MINOR: stream: add timeout sample fetches by Amaury Denoyelle · Thu Dec 10 13:43:58 2020 +0100
  65. 12bada5 MINOR: stream: add sample fetches by Amaury Denoyelle · Thu Dec 10 13:43:57 2020 +0100
  66. fb50443 MEDIUM: stream: support a dynamic tunnel timeout by Amaury Denoyelle · Thu Dec 10 13:43:53 2020 +0100
  67. 90d3d88 MEDIUM: stream: support a dynamic server timeout by Amaury Denoyelle · Thu Dec 10 13:43:52 2020 +0100
  68. b715078 MINOR: stream: prepare the hot refresh of timeouts by Amaury Denoyelle · Thu Dec 10 13:43:51 2020 +0100
  69. c43fca0 BUG/MINOR: stream: Don't use input buffer after the ownership xfer by Christopher Faulet · Fri Dec 04 17:22:49 2020 +0100
  70. 16df178 BUG/MEDIUM: stream: Xfer the input buffer to a fully created stream by Christopher Faulet · Fri Dec 04 16:47:41 2020 +0100
  71. 8460063 MINOR: stick-tables: Add functions to update some values of a tracked counter by Christopher Faulet · Tue Oct 06 13:52:40 2020 +0200
  72. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · Mon Sep 14 11:40:13 2020 +0200
  73. 15e525f MINOR: stream: Don't retrieve anymore timing info from the mux csinfo by Christopher Faulet · Wed Sep 30 14:03:54 2020 +0200
  74. 7a6c513 MINOR: stream: Always get idle duration from the session by Christopher Faulet · Wed Sep 30 13:49:56 2020 +0200
  75. 87e5399 MINOR: actions: add a function returning a service pointer from its name by Thierry Fournier · Sat Nov 28 19:32:14 2020 +0100
  76. 26a52af BUG/MEDIUM: lb: Always lock the server when calling server_{take,drop}_conn by Christopher Faulet · Fri Oct 16 16:27:17 2020 +0200
  77. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
  78. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · Fri Aug 28 19:51:44 2020 +0200
  79. 2747fbb MEDIUM: tcp-rules: Use a dedicated expiration date for tcp ruleset by Christopher Faulet · Tue Jul 28 11:56:13 2020 +0200
  80. 5098a08 BUG/MAJOR: dns: Make the do-resolve action thread-safe by Christopher Faulet · Wed Jul 22 11:46:32 2020 +0200
  81. 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · Fri Jul 10 08:22:26 2020 +0200
  82. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · Fri Jul 10 08:10:29 2020 +0200
  83. c6e7a1b MINOR: cli: make "show sess" stop at the last known session by Willy Tarreau · Sun Jun 28 01:24:12 2020 +0200
  84. 7af4fa9 MINOR: activity: rename the "stream" field to "stream_calls" by Willy Tarreau · Wed Jun 17 20:49:49 2020 +0200
  85. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  86. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  87. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  88. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  89. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · Thu Jun 04 22:59:39 2020 +0200
  90. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  91. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  92. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  93. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · Thu Jun 04 21:29:29 2020 +0200
  94. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  95. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
  96. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  97. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
  98. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · Thu Jun 04 19:58:55 2020 +0200
  99. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
  100. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · Thu Jun 04 19:11:43 2020 +0200