1. 95fc737 MEDIUM: quic: separate path for rx and tx with set_encryption_secrets by William Lallemand · Wed Sep 14 17:54:05 2022 +0200
  2. 1c8f3b3 MINOR: httpclient: export httpclient_create_proxy() by William Lallemand · Wed Sep 14 14:34:39 2022 +0200
  3. 992ad62 MEDIUM: httpclient: allow to use another proxy by William Lallemand · Mon Sep 12 17:39:04 2022 +0200
  4. 54aec5f MEDIUM: httpclient: httpclient_create_proxy() creates a proxy for httpclient by William Lallemand · Mon Sep 12 16:46:35 2022 +0200
  5. d6e581d BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring. by Emeric Brun · Tue Sep 13 16:16:30 2022 +0200
  6. 439be58 MINOR: flags/mux-h2: decode H2C and H2S flags by Willy Tarreau · Mon Sep 12 19:20:23 2022 +0200
  7. 6c0fadf REORG: mux-h2: extract flags and enums into mux_h2-t.h by Willy Tarreau · Mon Sep 12 19:07:51 2022 +0200
  8. 799e541 MINOR: flags/fd: decode FD flags states by Willy Tarreau · Mon Sep 12 18:53:06 2022 +0200
  9. 62bde43 BUILD: flags: fix the fallback macros for missing stdio by Willy Tarreau · Fri Sep 09 17:46:45 2022 +0200
  10. 233c0a5 BUILD: flags: fix build warning in some macros used by show_flags by Willy Tarreau · Fri Sep 09 17:35:05 2022 +0200
  11. d46f437 MINOR: proxy/listener: support for additional PAUSED state by Aurelien DARRAGON · Fri Sep 09 15:51:37 2022 +0200
  12. 0013288 MINOR: listener: small API change by Aurelien DARRAGON · Fri Sep 09 15:32:57 2022 +0200
  13. 6edae6f MINOR: flags/http_ana: use flag dumping to show http msg states by Willy Tarreau · Fri Sep 09 17:18:57 2022 +0200
  14. 5349779 MINOR: flags/htx: use flag dumping to show htx and start-line flags by Willy Tarreau · Fri Sep 09 16:59:29 2022 +0200
  15. e2afad0 MINOR: flags/http_ana: use flag dumping for txn flags by Willy Tarreau · Fri Sep 09 16:31:37 2022 +0200
  16. 92a2d3c MINOR: flags/task: use flag dumping for task state by Willy Tarreau · Fri Sep 09 16:19:33 2022 +0200
  17. e9d1283 MINOR: flags/stream: use flag dumping for stream flags by Willy Tarreau · Fri Sep 09 16:10:40 2022 +0200
  18. f4cb98c MINOR: flags/stream: use flag dumping for stream error type by Willy Tarreau · Fri Sep 09 15:38:30 2022 +0200
  19. 4bab7d8 MINOR: flags/stconn: use flag dumping for stconn and sedesc flags by Willy Tarreau · Fri Sep 09 15:26:38 2022 +0200
  20. 9d9e101 MINOR: flags/connection: use flag dumping for connection flags by Willy Tarreau · Fri Sep 09 15:04:32 2022 +0200
  21. cdc9ddc MINOR: flags/channel: use flag dumping for channel flags and analysers by Willy Tarreau · Fri Sep 09 14:51:57 2022 +0200
  22. 7a955b5 MINOR: flags: implement a macro used to dump enums inside masks by Willy Tarreau · Fri Sep 09 16:05:10 2022 +0200
  23. 77acaf5 MINOR: flags: add a new file to host flag dumping macros by Willy Tarreau · Fri Sep 09 14:34:12 2022 +0200
  24. 3dd79d3 MINOR: h3: Send the h3 settings with others streams (requests) by Frédéric Lécaille · Thu Sep 08 17:53:36 2022 +0200
  25. bb995ea BUG/MINOR: quic: Speed up the handshake completion only one time by Frédéric Lécaille · Wed Sep 07 17:34:18 2022 +0200
  26. 3d4cdb1 MEDIUM: tasks/activity: combine the called function with the caller by Willy Tarreau · Wed Sep 07 18:37:47 2022 +0200
  27. a342387 CLEANUP: activity: make the number of sched activity entries more configurable by Willy Tarreau · Wed Sep 07 18:49:55 2022 +0200
  28. e0e6d81 CLEANUP: task: move tid and wake_date into the common part by Willy Tarreau · Wed Sep 07 16:43:01 2022 +0200
  29. 2830d28 DEBUG: task: simplify the caller recording in DEBUG_TASK by Willy Tarreau · Tue Sep 06 11:11:47 2022 +0200
  30. 8d71abf DEBUG: applet: instrument appctx_wakeup() to log the caller's location by Willy Tarreau · Tue Sep 06 14:45:55 2022 +0200
  31. e08af9a DEBUG: task: use struct ha_caller instead of arrays of file:line by Willy Tarreau · Tue Sep 06 10:25:49 2022 +0200
  32. d2b2ad9 DEBUG: task: define a series of wakeup types for tasks and tasklets by Willy Tarreau · Tue Sep 06 15:01:55 2022 +0200
  33. d96d214 CLEANUP: debug: use struct ha_caller for memstat by Willy Tarreau · Tue Sep 06 08:05:59 2022 +0200
  34. 7f2f1f2 MINOR: debug: add struct ha_caller to describe a calling location by Willy Tarreau · Tue Sep 06 07:55:44 2022 +0200
  35. 4a39076 MINOR: tools: add generic pointer hashing functions by Willy Tarreau · Wed Sep 07 10:56:03 2022 +0200
  36. 6a28a30 MINOR: tasks: do not keep cpu and latency times in struct task by Willy Tarreau · Wed Sep 07 09:17:45 2022 +0200
  37. 1efddfa MINOR: sched: store the current profile entry in the thread context by Willy Tarreau · Wed Sep 07 16:16:39 2022 +0200
  38. 62b5b96 BUG/MINOR: sched: properly account for the CPU time of dying tasks by Willy Tarreau · Wed Sep 07 15:11:25 2022 +0200
  39. 04e50b3 CLEANUP: task: rename ->call_date to ->wake_date by Willy Tarreau · Wed Sep 07 14:49:50 2022 +0200
  40. 768c2c5 MINOR: task: permanently enable latency measurement on tasklets by Willy Tarreau · Tue Sep 06 19:17:45 2022 +0200
  41. 0fae3a0 BUG/MINOR: task: make task_instant_wakeup() work on a task not a tasklet by Willy Tarreau · Tue Sep 06 16:31:30 2022 +0200
  42. f27acd9 BUG/MINOR: task: always reset a new tasklet's call date by Willy Tarreau · Tue Sep 06 19:06:52 2022 +0200
  43. 3122c75 BUG/MINOR: quic: Wrong connection ID to thread ID association by Frédéric Lécaille · Wed Sep 07 15:06:52 2022 +0200
  44. d2be9d4 BUILD: quic: temporarly ignore chacha20_poly1305 for libressl by William Lallemand · Fri Sep 02 15:35:09 2022 +0200
  45. 844009d BUILD: ssl: fix ssl_sock_switchtx_cbk when no client_hello_cb by William Lallemand · Fri Sep 02 15:27:32 2022 +0200
  46. 6d74e17 BUILD: quic: add some ifdef around the SSL_ERROR_* for libressl by William Lallemand · Thu Sep 01 16:15:10 2022 +0200
  47. ce57777 MINOR: muxes: add a "show_sd" helper to complete "show sess" dumps by Willy Tarreau · Fri Sep 02 15:00:48 2022 +0200
  48. 178dda6 DEBUG: stream: minor rearrangement of a few fields in struct stream. by Willy Tarreau · Fri Sep 02 15:42:33 2022 +0200
  49. d8009a1 BUILD: debug: make sure debug macros are never empty by Willy Tarreau · Wed Aug 31 10:52:25 2022 +0200
  50. c242832 BUG/MINOR: quic: Missing header protection AES cipher context initialisations (draft-v2) by Frédéric Lécaille · Mon Aug 29 16:42:06 2022 +0200
  51. f34c1c9 CLEANUP: quic: No more use ->rx_list MT_LIST entry point (quic_rx_packet) by Frédéric Lécaille · Wed Aug 24 18:17:13 2022 +0200
  52. b10b119 MINOR: resolvers: shut the warning when "default" resolvers is implicit by William Lallemand · Wed Aug 24 14:50:32 2022 +0200
  53. 871dd82 BUG/MINOR: tcpcheck: Disable QUICKACK only if data should be sent after connect by Christopher Faulet · Wed Aug 24 11:38:03 2022 +0200
  54. a2d8ad2 MINOR: quic: Replace MT_LISTs by LISTs for RX packets. by Frédéric Lécaille · Tue Aug 23 17:45:52 2022 +0200
  55. ea4a5cb BUG/MINOR: mux-quic: Fix memleak on QUIC stream buffer for unacknowledged data by Frédéric Lécaille · Sat Aug 20 18:59:36 2022 +0200
  56. 62c0b99 MINOR: ssl/cli: implement "add ssl ca-file" by William Lallemand · Fri Jul 29 17:50:58 2022 +0200
  57. d4774d3 MINOR: ssl: handle ca-file appending in cafile_entry by William Lallemand · Fri Jul 29 17:08:02 2022 +0200
  58. 86a53c5 MINOR: quic: Add reusable cipher contexts for header protection by Frédéric Lécaille · Fri Aug 19 18:18:13 2022 +0200
  59. 1cc08a3 MINOR: applet: add a function to reset the svcctx of an applet by Willy Tarreau · Thu Aug 18 18:13:34 2022 +0200
  60. 2c5a7ee REORG: h2: extract cookies concat function in http_htx by Amaury Denoyelle · Wed Aug 17 16:33:53 2022 +0200
  61. 7046756 BUG/MEDIUM: quic: fix crash on MUX send notification by Amaury Denoyelle · Wed Aug 17 16:33:13 2022 +0200
  62. b29a1dc BUG/MINOR: quic: do not notify MUX on frame retransmit by Amaury Denoyelle · Fri Aug 12 14:30:04 2022 +0200
  63. cc13047 MINOR: quic: refactor application send by Amaury Denoyelle · Wed Aug 17 10:08:16 2022 +0200
  64. bf3c208 BUG/MEDIUM: mux-quic: reject uni stream ID exceeding flow control by Amaury Denoyelle · Tue Aug 16 11:29:08 2022 +0200
  65. 26aa399 MINOR: qpack: report error on enc/dec stream close by Amaury Denoyelle · Tue Aug 16 17:42:47 2022 +0200
  66. cc1a2a1 MINOR: chunk: inline alloc_trash_chunk() by Willy Tarreau · Wed Aug 17 10:45:22 2022 +0200
  67. 42b180d MINOR: pools/memprof: store and report the pool's name in each bin by Willy Tarreau · Wed Aug 17 09:35:16 2022 +0200
  68. facfad2 MINOR: pool/memprof: report pool alloc/free in memory profiling by Willy Tarreau · Wed Aug 17 09:12:53 2022 +0200
  69. 219afa2 MINOR: memprof: export the minimum definitions for memory profiling by Willy Tarreau · Wed Aug 17 08:53:36 2022 +0200
  70. 0b8e9ce MINOR: ring: add support for a backing-file by Willy Tarreau · Thu Aug 11 16:38:20 2022 +0200
  71. 6df10d8 MINOR: ring: support creating a ring from a linear area by Willy Tarreau · Fri Aug 12 07:50:43 2022 +0200
  72. 8df098c BUILD: ring: forward-declare struct appctx to avoid a build warning by Willy Tarreau · Fri Aug 12 09:31:16 2022 +0200
  73. 7629f5d BUG/MEDIUM: quic: Wrong use of <token_odcid> in qc_lsntr_pkt_rcv() by Frédéric Lécaille · Thu Aug 11 18:54:26 2022 +0200
  74. e9325e9 BUG/MEDIUM: quic: Possible use of uninitialized <odcid> variable in qc_lstnr_params_init() by Frédéric Lécaille · Thu Aug 11 17:24:38 2022 +0200
  75. 4c9a164 MINOR: mux-quic: define new traces by Amaury Denoyelle · Wed Aug 10 16:58:01 2022 +0200
  76. a6920a2 MINOR: quic: Remove useless lock for RX packets by Frédéric Lécaille · Thu Aug 11 11:40:01 2022 +0200
  77. a8b2f84 MEDIUM: quic: xprt traces rework by Frédéric Lécaille · Wed Aug 10 17:56:45 2022 +0200
  78. 341ac99 BUG/MEDIUM: task: relax one thread consistency check in task_unlink_wq() by Willy Tarreau · Wed Aug 10 18:03:11 2022 +0200
  79. f247605 MINOR: quic: replace custom buf on Tx by default struct buffer by Amaury Denoyelle · Thu Aug 04 16:19:57 2022 +0200
  80. db3716b MINOR: debug/memstats: permit to pass the size to free() by Willy Tarreau · Tue Aug 09 09:08:18 2022 +0200
  81. 17200dd MINOR: debug: also store the function name in struct mem_stats by Willy Tarreau · Tue Aug 09 08:40:08 2022 +0200
  82. 55c950b MINOR: debug: store and report the pool's name in struct mem_stats by Willy Tarreau · Tue Aug 09 08:15:27 2022 +0200
  83. 4bc3708 MINOR: debug: make the mem_stats section aligned to void* by Willy Tarreau · Tue Aug 09 08:09:24 2022 +0200
  84. 3b64a28 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Jul 29 22:26:53 2022 +0500
  85. 693688e MINOR: config: automatically preset MAX_THREADS based on MAX_TGROUPS by Willy Tarreau · Sat Aug 06 16:37:27 2022 +0200
  86. 6715cbf BUG/MINOR: quic: adjust errno handling on sendto by Amaury Denoyelle · Fri Aug 05 11:56:36 2022 +0200
  87. 8ecb736 MINOR: quic: Add two new stats counters for sendto() errors by Frédéric Lécaille · Thu Aug 04 12:00:00 2022 +0200
  88. 30e260e MEDIUM: mux-quic: implement http-request timeout by Amaury Denoyelle · Wed Aug 03 11:17:57 2022 +0200
  89. 8d818c6 MINOR: h3: support HTTP request framing state by Amaury Denoyelle · Tue Aug 02 11:32:45 2022 +0200
  90. 8ddde4f BUG/MINOR: quic: Missing in flight ack eliciting packet counter decrement by Frédéric Lécaille · Mon Aug 01 14:07:50 2022 +0200
  91. b32cb9b REORG: server: Export srv_settings_cpy() function by Christopher Faulet · Wed Aug 03 11:28:08 2022 +0200
  92. bd6ec1b MEDIUM: mux-quic: implement http-keep-alive timeout by Amaury Denoyelle · Mon Jul 25 11:53:18 2022 +0200
  93. c603de4 MINOR: mux-quic: count in-progress requests by Amaury Denoyelle · Mon Jul 25 11:21:46 2022 +0200
  94. 07bf8f4 MINOR: mux-quic: save proxy instance into qcc by Amaury Denoyelle · Fri Jul 22 16:16:03 2022 +0200
  95. 4ea5090 CLEANUP: mux-quic: remove useless app_ops is_active callback by Amaury Denoyelle · Mon Aug 01 11:42:48 2022 +0200
  96. 81f3b80 MINOR: ebtree: add ebmb_lookup_shorter() to pursue lookups by Willy Tarreau · Mon Aug 01 10:37:29 2022 +0200
  97. 0dc9e6d DEBUG: tools: provide a tree dump function for ebmbtrees as well by Willy Tarreau · Mon Aug 01 11:55:57 2022 +0200
  98. 688709d MAJOR: threads/plock: update the embedded library by Willy Tarreau · Fri Jul 29 17:53:31 2022 +0200
  99. 43910a9 MINOR: quic: New "quic-cc-algo" bind keyword by Frédéric Lécaille · Mon Jul 11 10:24:21 2022 +0200
  100. 1c9c2f6 MEDIUM: quic: Cubic congestion control algorithm implementation by Frédéric Lécaille · Wed Jun 01 15:06:58 2022 +0200