1. d786931 MINOR: cli: correct commentary and replace 'set global-key' name by Erwan Le Goas · Thu Sep 29 10:36:11 2022 +0200
  2. f30c5d7 MINOR: config: Add option line when the configuration file is dumped by Erwan Le Goas · Thu Sep 29 10:34:04 2022 +0200
  3. 5eef158 MINOR: tools: modify hash_ipanon in order to use it in cli by Erwan Le Goas · Thu Sep 29 10:25:31 2022 +0200
  4. 56ac2cb CLEANUP: list: fix again some style issues in the recent comments by Willy Tarreau · Tue Sep 27 07:42:28 2022 +0200
  5. 0a0512f MINOR: mworker/cli: the mcli_reload bind_conf only send the reload status by William Lallemand · Sat Sep 24 16:14:50 2022 +0200
  6. 56f73b2 MINOR: mworker: stores the mcli_reload bind_conf by William Lallemand · Sat Sep 24 15:56:25 2022 +0200
  7. 21623b5 MINOR: mworker: mworker_cli_proxy_new_listener() returns a bind_conf by William Lallemand · Sat Sep 24 15:51:27 2022 +0200
  8. 4558437 CLEANUP: list: Fix mt_list_for_each_entry_safe indentation by Christopher Faulet · Wed Sep 21 15:44:54 2022 +0200
  9. 60cffba MINOR: list: documenting mt_list_for_each_entry_safe() macro by Aurelien DARRAGON · Wed Sep 21 10:43:15 2022 +0200
  10. a700420 MINOR: clock: split local and global date updates by Willy Tarreau · Wed Sep 21 07:37:27 2022 +0200
  11. ae1e14d CLEANUP: tools: removing escape_chunk() function by Aurelien DARRAGON · Tue Sep 20 14:41:38 2022 +0200
  12. c5bff8e BUG/MINOR: log: improper behavior when escaping log data by Aurelien DARRAGON · Tue Sep 20 14:33:18 2022 +0200
  13. 0ed617a BUG/MEDIUM: mux-quic: properly trim HTX buffer on snd_buf reset by Amaury Denoyelle · Tue Sep 20 14:46:40 2022 +0200
  14. 9534e59 MINOR: mux-quic: refactor snd_buf by Amaury Denoyelle · Mon Sep 19 17:14:27 2022 +0200
  15. d80fbca REORG: mux-quic: export HTTP related function in a dedicated file by Amaury Denoyelle · Mon Sep 19 17:02:28 2022 +0200
  16. 36d50bf REORG: mux-quic: extract traces in a dedicated source file by Amaury Denoyelle · Mon Sep 19 16:12:38 2022 +0200
  17. afb7b9d BUG/MEDIUM: mux-quic: fix nb_hreq decrement by Amaury Denoyelle · Mon Sep 19 11:58:24 2022 +0200
  18. b0c0501 MINOR: config: add command-line -dC to dump the configuration file by Erwan Le Goas · Wed Sep 14 17:51:55 2022 +0200
  19. 54966df MINOR: anon: store the anonymizing key in the CLI's appctx by Erwan Le Goas · Wed Sep 14 17:24:22 2022 +0200
  20. fad9da8 MINOR: anon: store the anonymizing key in the global structure by Erwan Le Goas · Wed Sep 14 17:24:22 2022 +0200
  21. 9c76637 MINOR: anon: add new macros and functions to anonymize contents by Erwan Le Goas · Wed Sep 14 17:40:24 2022 +0200
  22. 8d4ac48 CLEANUP: mux-quic: remove stconn usage in h3/hq by Amaury Denoyelle · Thu Sep 15 11:22:32 2022 +0200
  23. 7c4b2ec MINOR: flags/mux-h1: decode H1C and H1S flags by Christopher Faulet · Thu Sep 15 10:54:36 2022 +0200
  24. 18ad15f REORG: mux-h1: extract flags and enums into mux_h1-t.h by Christopher Faulet · Thu Sep 15 10:51:26 2022 +0200
  25. f8aaf8b BUG/MEDIUM: mux-quic: fix crash on early app-ops release by Amaury Denoyelle · Wed Sep 14 16:23:47 2022 +0200
  26. 95fc737 MEDIUM: quic: separate path for rx and tx with set_encryption_secrets by William Lallemand · Wed Sep 14 17:54:05 2022 +0200
  27. 1c8f3b3 MINOR: httpclient: export httpclient_create_proxy() by William Lallemand · Wed Sep 14 14:34:39 2022 +0200
  28. 992ad62 MEDIUM: httpclient: allow to use another proxy by William Lallemand · Mon Sep 12 17:39:04 2022 +0200
  29. 54aec5f MEDIUM: httpclient: httpclient_create_proxy() creates a proxy for httpclient by William Lallemand · Mon Sep 12 16:46:35 2022 +0200
  30. d6e581d BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring. by Emeric Brun · Tue Sep 13 16:16:30 2022 +0200
  31. 439be58 MINOR: flags/mux-h2: decode H2C and H2S flags by Willy Tarreau · Mon Sep 12 19:20:23 2022 +0200
  32. 6c0fadf REORG: mux-h2: extract flags and enums into mux_h2-t.h by Willy Tarreau · Mon Sep 12 19:07:51 2022 +0200
  33. 799e541 MINOR: flags/fd: decode FD flags states by Willy Tarreau · Mon Sep 12 18:53:06 2022 +0200
  34. 62bde43 BUILD: flags: fix the fallback macros for missing stdio by Willy Tarreau · Fri Sep 09 17:46:45 2022 +0200
  35. 233c0a5 BUILD: flags: fix build warning in some macros used by show_flags by Willy Tarreau · Fri Sep 09 17:35:05 2022 +0200
  36. d46f437 MINOR: proxy/listener: support for additional PAUSED state by Aurelien DARRAGON · Fri Sep 09 15:51:37 2022 +0200
  37. 0013288 MINOR: listener: small API change by Aurelien DARRAGON · Fri Sep 09 15:32:57 2022 +0200
  38. 6edae6f MINOR: flags/http_ana: use flag dumping to show http msg states by Willy Tarreau · Fri Sep 09 17:18:57 2022 +0200
  39. 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
  40. e2afad0 MINOR: flags/http_ana: use flag dumping for txn flags by Willy Tarreau · Fri Sep 09 16:31:37 2022 +0200
  41. 92a2d3c MINOR: flags/task: use flag dumping for task state by Willy Tarreau · Fri Sep 09 16:19:33 2022 +0200
  42. e9d1283 MINOR: flags/stream: use flag dumping for stream flags by Willy Tarreau · Fri Sep 09 16:10:40 2022 +0200
  43. f4cb98c MINOR: flags/stream: use flag dumping for stream error type by Willy Tarreau · Fri Sep 09 15:38:30 2022 +0200
  44. 4bab7d8 MINOR: flags/stconn: use flag dumping for stconn and sedesc flags by Willy Tarreau · Fri Sep 09 15:26:38 2022 +0200
  45. 9d9e101 MINOR: flags/connection: use flag dumping for connection flags by Willy Tarreau · Fri Sep 09 15:04:32 2022 +0200
  46. cdc9ddc MINOR: flags/channel: use flag dumping for channel flags and analysers by Willy Tarreau · Fri Sep 09 14:51:57 2022 +0200
  47. 7a955b5 MINOR: flags: implement a macro used to dump enums inside masks by Willy Tarreau · Fri Sep 09 16:05:10 2022 +0200
  48. 77acaf5 MINOR: flags: add a new file to host flag dumping macros by Willy Tarreau · Fri Sep 09 14:34:12 2022 +0200
  49. 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
  50. 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
  51. 3d4cdb1 MEDIUM: tasks/activity: combine the called function with the caller by Willy Tarreau · Wed Sep 07 18:37:47 2022 +0200
  52. a342387 CLEANUP: activity: make the number of sched activity entries more configurable by Willy Tarreau · Wed Sep 07 18:49:55 2022 +0200
  53. e0e6d81 CLEANUP: task: move tid and wake_date into the common part by Willy Tarreau · Wed Sep 07 16:43:01 2022 +0200
  54. 2830d28 DEBUG: task: simplify the caller recording in DEBUG_TASK by Willy Tarreau · Tue Sep 06 11:11:47 2022 +0200
  55. 8d71abf DEBUG: applet: instrument appctx_wakeup() to log the caller's location by Willy Tarreau · Tue Sep 06 14:45:55 2022 +0200
  56. e08af9a DEBUG: task: use struct ha_caller instead of arrays of file:line by Willy Tarreau · Tue Sep 06 10:25:49 2022 +0200
  57. d2b2ad9 DEBUG: task: define a series of wakeup types for tasks and tasklets by Willy Tarreau · Tue Sep 06 15:01:55 2022 +0200
  58. d96d214 CLEANUP: debug: use struct ha_caller for memstat by Willy Tarreau · Tue Sep 06 08:05:59 2022 +0200
  59. 7f2f1f2 MINOR: debug: add struct ha_caller to describe a calling location by Willy Tarreau · Tue Sep 06 07:55:44 2022 +0200
  60. 4a39076 MINOR: tools: add generic pointer hashing functions by Willy Tarreau · Wed Sep 07 10:56:03 2022 +0200
  61. 6a28a30 MINOR: tasks: do not keep cpu and latency times in struct task by Willy Tarreau · Wed Sep 07 09:17:45 2022 +0200
  62. 1efddfa MINOR: sched: store the current profile entry in the thread context by Willy Tarreau · Wed Sep 07 16:16:39 2022 +0200
  63. 62b5b96 BUG/MINOR: sched: properly account for the CPU time of dying tasks by Willy Tarreau · Wed Sep 07 15:11:25 2022 +0200
  64. 04e50b3 CLEANUP: task: rename ->call_date to ->wake_date by Willy Tarreau · Wed Sep 07 14:49:50 2022 +0200
  65. 768c2c5 MINOR: task: permanently enable latency measurement on tasklets by Willy Tarreau · Tue Sep 06 19:17:45 2022 +0200
  66. 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
  67. f27acd9 BUG/MINOR: task: always reset a new tasklet's call date by Willy Tarreau · Tue Sep 06 19:06:52 2022 +0200
  68. 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
  69. d2be9d4 BUILD: quic: temporarly ignore chacha20_poly1305 for libressl by William Lallemand · Fri Sep 02 15:35:09 2022 +0200
  70. 844009d BUILD: ssl: fix ssl_sock_switchtx_cbk when no client_hello_cb by William Lallemand · Fri Sep 02 15:27:32 2022 +0200
  71. 6d74e17 BUILD: quic: add some ifdef around the SSL_ERROR_* for libressl by William Lallemand · Thu Sep 01 16:15:10 2022 +0200
  72. ce57777 MINOR: muxes: add a "show_sd" helper to complete "show sess" dumps by Willy Tarreau · Fri Sep 02 15:00:48 2022 +0200
  73. 178dda6 DEBUG: stream: minor rearrangement of a few fields in struct stream. by Willy Tarreau · Fri Sep 02 15:42:33 2022 +0200
  74. d8009a1 BUILD: debug: make sure debug macros are never empty by Willy Tarreau · Wed Aug 31 10:52:25 2022 +0200
  75. 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
  76. 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
  77. b10b119 MINOR: resolvers: shut the warning when "default" resolvers is implicit by William Lallemand · Wed Aug 24 14:50:32 2022 +0200
  78. 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
  79. 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
  80. 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
  81. 62c0b99 MINOR: ssl/cli: implement "add ssl ca-file" by William Lallemand · Fri Jul 29 17:50:58 2022 +0200
  82. d4774d3 MINOR: ssl: handle ca-file appending in cafile_entry by William Lallemand · Fri Jul 29 17:08:02 2022 +0200
  83. 86a53c5 MINOR: quic: Add reusable cipher contexts for header protection by Frédéric Lécaille · Fri Aug 19 18:18:13 2022 +0200
  84. 1cc08a3 MINOR: applet: add a function to reset the svcctx of an applet by Willy Tarreau · Thu Aug 18 18:13:34 2022 +0200
  85. 2c5a7ee REORG: h2: extract cookies concat function in http_htx by Amaury Denoyelle · Wed Aug 17 16:33:53 2022 +0200
  86. 7046756 BUG/MEDIUM: quic: fix crash on MUX send notification by Amaury Denoyelle · Wed Aug 17 16:33:13 2022 +0200
  87. b29a1dc BUG/MINOR: quic: do not notify MUX on frame retransmit by Amaury Denoyelle · Fri Aug 12 14:30:04 2022 +0200
  88. cc13047 MINOR: quic: refactor application send by Amaury Denoyelle · Wed Aug 17 10:08:16 2022 +0200
  89. bf3c208 BUG/MEDIUM: mux-quic: reject uni stream ID exceeding flow control by Amaury Denoyelle · Tue Aug 16 11:29:08 2022 +0200
  90. 26aa399 MINOR: qpack: report error on enc/dec stream close by Amaury Denoyelle · Tue Aug 16 17:42:47 2022 +0200
  91. cc1a2a1 MINOR: chunk: inline alloc_trash_chunk() by Willy Tarreau · Wed Aug 17 10:45:22 2022 +0200
  92. 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
  93. facfad2 MINOR: pool/memprof: report pool alloc/free in memory profiling by Willy Tarreau · Wed Aug 17 09:12:53 2022 +0200
  94. 219afa2 MINOR: memprof: export the minimum definitions for memory profiling by Willy Tarreau · Wed Aug 17 08:53:36 2022 +0200
  95. 0b8e9ce MINOR: ring: add support for a backing-file by Willy Tarreau · Thu Aug 11 16:38:20 2022 +0200
  96. 6df10d8 MINOR: ring: support creating a ring from a linear area by Willy Tarreau · Fri Aug 12 07:50:43 2022 +0200
  97. 8df098c BUILD: ring: forward-declare struct appctx to avoid a build warning by Willy Tarreau · Fri Aug 12 09:31:16 2022 +0200
  98. 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
  99. 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
  100. 4c9a164 MINOR: mux-quic: define new traces by Amaury Denoyelle · Wed Aug 10 16:58:01 2022 +0200