1. 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · Mon Feb 28 09:09:05 2022 +0100
  2. c72d2c7 BUILD: stream: fix build warning with older compilers by Willy Tarreau · Thu Feb 24 19:35:05 2022 +0100
  3. 2da02ae BUILD: tree-wide: Avoid warnings about undefined entities retrieved from a CS by Christopher Faulet · Thu Feb 24 13:45:27 2022 +0100
  4. 14fd99a MINOR: stream: Don't destroy conn-streams but detach app and endp by Christopher Faulet · Thu Jan 06 08:45:51 2022 +0100
  5. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  6. 5c8b47f MINOR: stream: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:21:18 2021 +0100
  7. 0dd566b MINOR: stream: Slightly rework stream_new to separate CS/SI initialization by Christopher Faulet · Thu Dec 23 12:06:45 2021 +0100
  8. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · Wed Dec 22 14:22:03 2021 +0100
  9. f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream by Christopher Faulet · Tue Dec 21 14:35:17 2021 +0100
  10. 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
  11. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  12. 897d612 MEDIUM: conn-stream: No longer access connection field directly by Christopher Faulet · Fri Dec 17 17:28:35 2021 +0100
  13. e2b38b3 MEDIUM: stream: Allocate backend CS when the stream is created by Christopher Faulet · Thu Dec 16 16:11:28 2021 +0100
  14. e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · Thu Dec 16 14:44:31 2021 +0100
  15. a742293 MINOR: stream: Handle appctx case first when creating a new stream by Christopher Faulet · Wed Dec 15 11:42:23 2021 +0100
  16. 0256da1 MINOR: connection: Be prepared to handle conn-stream with no connection by Christopher Faulet · Wed Dec 15 09:50:17 2021 +0100
  17. 686501c BUG/MEDIUM: stream: Abort processing if response buffer allocation fails by Christopher Faulet · Tue Feb 01 18:53:53 2022 +0100
  18. 6c539c4 BUG/MINOR: stream: make the call_rate only count the no-progress calls by Willy Tarreau · Thu Jan 20 18:42:16 2022 +0100
  19. 88bc800 BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types by Willy Tarreau · Mon Dec 06 07:01:02 2021 +0000
  20. 90ac605 MINOR: stream/mux: implement websocket stream flag by Amaury Denoyelle · Mon Oct 18 14:45:49 2021 +0200
  21. e8f3596 MINOR: stream: Improve dump of bogus streams by Christopher Faulet · Tue Nov 02 17:18:15 2021 +0100
  22. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · Wed Oct 27 09:34:56 2021 +0200
  23. 859ff84 MINOR: stream-int: Add src and dst addresses to the stream-interface by Christopher Faulet · Fri Oct 22 17:25:58 2021 +0200
  24. 6878f80 MEDIUM: resolvers: remove the last occurrences of the "safe" argument by Willy Tarreau · Wed Oct 20 14:07:31 2021 +0200
  25. 813f913 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
  26. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
  27. 8c67ece CLEANUP: stream: Properly indent current_rule line in "show sess all" by Christopher Faulet · Tue Oct 12 11:10:31 2021 +0200
  28. d4762b8 MINOR: stream: report the current filter in "show sess all" when known by Christopher Faulet · Tue Oct 12 11:02:48 2021 +0200
  29. 1274e10 MINOR: stream: report the current rule in "show sess all" when known by Willy Tarreau · Mon Oct 11 09:49:03 2021 +0200
  30. b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · Thu Sep 30 19:02:18 2021 +0200
  31. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  32. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · Wed Sep 15 13:58:44 2021 +0200
  33. b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · Tue Aug 31 08:13:25 2021 +0200
  34. 03fb1b2 MINOR: filters/lua: Release filters before the lua context by Christopher Faulet · Mon Feb 24 16:26:55 2020 +0100
  35. 6fcd2d3 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
  36. 4c6986a CLEANUP: applet: remove unused thread_mask by Willy Tarreau · Tue Jul 13 18:01:46 2021 +0200
  37. 0e3457b MINOR: stick-table: make skttable_data_cast to use only std types by Emeric Brun · Wed Jun 30 17:18:28 2021 +0200
  38. 1da374a MINOR: http-act/tcp-act: Add "set-nice" for tcp content rules by Christopher Faulet · Fri Jun 25 14:46:02 2021 +0200
  39. 551a641 MINOR: http-act/tcp-act: Add "set-log-level" for tcp content rules by Christopher Faulet · Fri Jun 25 14:35:29 2021 +0200
  40. 9ab7829 MEDIUM: queue: simplify again the process_srv_queue() API (v2) by Willy Tarreau · Tue Jun 22 18:47:51 2021 +0200
  41. ccd85a3 Revert "MEDIUM: queue: simplify again the process_srv_queue() API" by Willy Tarreau · Thu Jun 24 07:22:18 2021 +0200
  42. c83e45e MEDIUM: queue: simplify again the process_srv_queue() API by Willy Tarreau · Tue Jun 22 18:47:51 2021 +0200
  43. 5941ef0 MINOR: lb/api: remove the locked argument from take_conn/drop_conn by Willy Tarreau · Fri Jun 18 18:29:25 2021 +0200
  44. 0274286 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · Fri Jun 18 11:11:36 2021 +0200
  45. 9f5382e Revert "MEDIUM: http-ana: Deal with L7 retries in HTTP analysers" by Christopher Faulet · Fri May 21 13:46:14 2021 +0200
  46. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · Fri May 07 11:38:37 2021 +0200
  47. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  48. 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
  49. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  50. 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · Tue Apr 06 11:57:41 2021 +0200
  51. 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
  52. ae863c6 MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade by Christopher Faulet · Mon Mar 15 12:03:44 2021 +0100
  53. 6c1fd98 MINOR: stream: Handle stream HTTP upgrade in a dedicated function by Christopher Faulet · Mon Mar 15 10:42:02 2021 +0100
  54. 75f619a MINOR: http-ana: Simplify creation/destruction of HTTP transactions by Christopher Faulet · Mon Mar 08 19:12:58 2021 +0100
  55. c2ac5e4 MINOR: filters/http-ana: Decide to filter HTTP headers in HTTP analysers by Christopher Faulet · Mon Mar 08 18:20:09 2021 +0100
  56. 1bb6afa MINOR: stream: Use stream type instead of proxy mode when appropriate by Christopher Faulet · Mon Mar 08 17:57:53 2021 +0100
  57. 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
  58. f0d7eb2 MINOR: stream: Don't trigger errors on destructive HTTP upgrades by Christopher Faulet · Mon Mar 22 15:07:51 2021 +0100
  59. d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · Mon Mar 22 14:44:31 2021 +0100
  60. 0efc099 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · Thu Mar 11 18:09:53 2021 +0100
  61. e89fae3 CLEANUP: stream: rename a few remaining occurrences of "stream *sess" by Willy Tarreau · Tue Mar 09 15:43:32 2021 +0100
  62. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  63. 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
  64. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  65. 49de685 MEDIUM: streams: do not use the streams lock anymore by Willy Tarreau · Wed Feb 24 13:46:12 2021 +0100
  66. a698eb6 MINOR: streams: use one list per stream instead of a global one by Willy Tarreau · Wed Feb 24 10:37:01 2021 +0100
  67. 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
  68. b981318 MINOR: stream: add an "epoch" to figure which streams appeared when by Willy Tarreau · Wed Feb 24 11:29:51 2021 +0100
  69. 3f5dd29 BUG/MEDIUM: cli/shutdown sessions: make it thread-safe by Willy Tarreau · Wed Feb 24 11:11:06 2021 +0100
  70. 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
  71. 90f366b MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · Sat Feb 20 11:49:49 2021 +0100
  72. e8e5091 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · Sat Feb 20 11:38:56 2021 +0100
  73. 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
  74. 751153e OPTIM: server: switch the actconn list to an mt-list by Willy Tarreau · Wed Feb 17 13:33:24 2021 +0100
  75. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · Fri Feb 12 19:42:55 2021 +0100
  76. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · Wed Dec 23 18:49:16 2020 +0100
  77. 21fbeed MINOR: resolvers: renames some dns prefixed types using resolv prefix. by Emeric Brun · Wed Dec 23 18:01:04 2020 +0100
  78. 08622d3 MINOR: resolvers: renames some resolvers specific types to not use dns prefix by Emeric Brun · Wed Dec 23 17:41:43 2020 +0100
  79. 750fe79 MINOR: resolvers: renames type dns_resolvers to resolvers. by Emeric Brun · Wed Dec 23 16:51:12 2020 +0100
  80. 5b82cc5 MEDIUM: http-ana: Deal with L7 retries in HTTP analysers by Christopher Faulet · Mon Oct 12 15:18:50 2020 +0200
  81. 4ef84c9 MINOR: stream: Add a function to validate TCP to H1 upgrades by Christopher Faulet · Thu Jan 21 17:36:12 2021 +0100
  82. 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
  83. aabde71 MINOR: reg-tests: add a way to add service dependency by William Dauchy · Sat Jan 09 17:26:20 2021 +0100
  84. b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Jan 06 21:20:16 2021 +0500
  85. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · Fri Nov 20 01:28:26 2020 -0700
  86. f7719a2 MINOR: stream: add timeout sample fetches by Amaury Denoyelle · Thu Dec 10 13:43:58 2020 +0100
  87. 12bada5 MINOR: stream: add sample fetches by Amaury Denoyelle · Thu Dec 10 13:43:57 2020 +0100
  88. fb50443 MEDIUM: stream: support a dynamic tunnel timeout by Amaury Denoyelle · Thu Dec 10 13:43:53 2020 +0100
  89. 90d3d88 MEDIUM: stream: support a dynamic server timeout by Amaury Denoyelle · Thu Dec 10 13:43:52 2020 +0100
  90. b715078 MINOR: stream: prepare the hot refresh of timeouts by Amaury Denoyelle · Thu Dec 10 13:43:51 2020 +0100
  91. c43fca0 BUG/MINOR: stream: Don't use input buffer after the ownership xfer by Christopher Faulet · Fri Dec 04 17:22:49 2020 +0100
  92. 16df178 BUG/MEDIUM: stream: Xfer the input buffer to a fully created stream by Christopher Faulet · Fri Dec 04 16:47:41 2020 +0100
  93. 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
  94. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · Mon Sep 14 11:40:13 2020 +0200
  95. 15e525f MINOR: stream: Don't retrieve anymore timing info from the mux csinfo by Christopher Faulet · Wed Sep 30 14:03:54 2020 +0200
  96. 7a6c513 MINOR: stream: Always get idle duration from the session by Christopher Faulet · Wed Sep 30 13:49:56 2020 +0200
  97. 87e5399 MINOR: actions: add a function returning a service pointer from its name by Thierry Fournier · Sat Nov 28 19:32:14 2020 +0100
  98. 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
  99. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
  100. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · Fri Aug 28 19:51:44 2020 +0200