1. e0190c6 CLEANUP: quic: remove useless parameter 'key' from quic_packet_encrypt by Emeric Brun · Tue Jul 11 14:53:41 2023 +0200
  2. 7875f12 BUG/MEDIUM: quic: timestamp shared in token was using internal time clock by Emeric Brun · Tue Jul 11 16:13:19 2023 +0200
  3. 0ae0d74 BUG/MEDIUM: quic: missing check of dcid for init pkt including a token by Emeric Brun · Tue Jul 11 14:57:54 2023 +0200
  4. e397d86 BUG/MINOR: quic: retry token remove one useless intermediate expand by Emeric Brun · Tue Jul 04 14:56:08 2023 +0200
  5. 28f430c BUG/MEDIUM: quic: token IV was not computed using a strong secret by Emeric Brun · Mon Jul 03 12:14:41 2023 +0200
  6. 3e83b09 BUG/MINOR: config: Remove final '\n' in error messages by Thierry Fournier · Tue May 23 17:58:03 2023 +0200
  7. 4163036 BUG/MINOR: hlua_fcn/queue: use atomic load to fetch queue size by Aurelien DARRAGON · Tue Jul 11 15:42:00 2023 +0200
  8. 9da1f95 BUG/MINOR: sink/log: properly deinit srv in sink_new_from_logsrv() by Aurelien DARRAGON · Tue Jul 11 09:31:06 2023 +0200
  9. 2b8f7ab MINOR: hlua_fcn/mailers: handle timeout mail from mailers section by Aurelien DARRAGON · Fri Jul 07 16:55:43 2023 +0200
  10. 9a55efb BUG/MINOR: server: set rid default value in new_server() by Aurelien DARRAGON · Fri Jul 07 15:19:36 2023 +0200
  11. 727e396 BUG/MINOR: sink: fix errors handling in cfg_post_parse_ring() by Aurelien DARRAGON · Mon Jul 10 16:26:08 2023 +0200
  12. 6a366ea BUG/MINOR: sink: invalid sft free in sink_deinit() by Aurelien DARRAGON · Mon Jul 10 15:17:12 2023 +0200
  13. 791433e BUG/MINOR: log: free errmsg on error in cfg_parse_log_forward() by Aurelien DARRAGON · Tue Jul 04 15:36:45 2023 +0200
  14. 2a9dfb8 BUG/MINOR: log: fix multiple error paths in cfg_parse_log_forward() by Aurelien DARRAGON · Mon Jul 03 18:33:18 2023 +0200
  15. 53f080d BUG/MINOR: log: fix missing name error message in cfg_parse_log_forward() by Aurelien DARRAGON · Mon Jul 03 17:35:54 2023 +0200
  16. 7d4e87b BUG/MEDIUM: log: improper use of logsrv->maxlen for buffer targets by Aurelien DARRAGON · Mon Jun 26 17:15:48 2023 +0200
  17. 5bab37e MINOR: sink/api: pass explicit maxlen parameter to sink_write() by Aurelien DARRAGON · Mon Jun 26 16:44:41 2023 +0200
  18. a021134 BUG/MINOR: log: LF upsets maxlen for UDP targets by Aurelien DARRAGON · Tue Jun 27 11:32:06 2023 +0200
  19. 79504b9 BUG/MINOR: ring: maxlen warning reported as alert by Aurelien DARRAGON · Mon Jun 26 14:22:12 2023 +0200
  20. cad9ce5 BUG/MINOR: ring: size warning incorrectly reported as fatal error by Aurelien DARRAGON · Thu Jun 22 16:57:29 2023 +0200
  21. cc683cb BUG/MINOR: sink: missing sft free in sink_deinit() by Aurelien DARRAGON · Thu Jul 06 15:19:34 2023 +0200
  22. 4ecef9e BUG/MINOR: http_ext: unhandled ERR_ABORT in proxy_http_parse_7239() by Aurelien DARRAGON · Tue Jul 04 10:33:33 2023 +0200
  23. aff4ac2 BUG/MEDIUM: sink: invalid server list in sink_new_from_logsrv() by Aurelien DARRAGON · Thu Jul 06 14:57:32 2023 +0200
  24. 02f4724 BUG/MINOR: cache: A 'max-age=0' cache-control directive can be overriden by a s-maxage by Remi Tricot-Le Breton · Tue Jul 04 17:13:28 2023 +0200
  25. 35d5b5f BUG/MINOR: tcp_sample: bc_{dst,src} return IP not INT by Aurelien DARRAGON · Wed Jun 07 15:12:06 2023 +0200
  26. d939a2e CLEANUP: quic: Remove server specific about Initial packet number space by Frédéric Lécaille · Mon Jun 26 15:57:39 2023 +0200
  27. 2058f53 BUILD: debug: avoid a build warning related to epoll_wait() in debug code by Willy Tarreau · Sun Jul 02 10:49:49 2023 +0200
  28. 6fbf6d4 MINOR: compression/slz: add support for a pure flush of pending bytes by Willy Tarreau · Mon Jun 26 19:34:39 2023 +0200
  29. 3ffe11e IMPORT: slz: implement a synchronous flush() operation by Willy Tarreau · Mon Jun 26 19:24:55 2023 +0200
  30. 7619aa6 BUG/MINOR: quic: Wrong endianess for version field in Retry token by Frédéric Lécaille · Fri Jun 30 14:57:30 2023 +0200
  31. 966e468 BUG/MINOR: quic: Wrong Retry paquet version field endianess by Frédéric Lécaille · Fri Jun 30 14:41:31 2023 +0200
  32. 2b22054 BUG/MINOR: quic: Missing random bits in Retry packet header by Frédéric Lécaille · Fri Jun 30 12:17:36 2023 +0200
  33. c6c5125 BUG/MINOR: config: fix stick table duplicate name check by Patrick Hemmer · Mon Jun 26 14:14:47 2023 -0400
  34. a47f5cd BUG/MEDIUM: quic: error checking buffer large enought to receive the retry tag by Emeric Brun · Tue Jun 27 15:24:05 2023 +0200
  35. 8a58658 BUG/MINOR: quic: Prevent deadlock with CID tree lock by Frédéric Lécaille · Mon Jun 26 10:39:56 2023 +0200
  36. 8ee9a50 BUG/MINOR: mworker: leak of a socketpair during startup failure by William Lallemand · Wed Jun 21 09:44:18 2023 +0200
  37. ddeba27 BUG/MINOR: http_ext: fix if-none regression in forwardfor option by Aurelien DARRAGON · Tue Jun 20 14:55:11 2023 +0200
  38. 01505ae BUG/MINOR: quic: ticks comparison without ticks API use by Frédéric Lécaille · Mon Jun 19 10:47:24 2023 +0200
  39. 67bddbf BUG/MEDIUM: mworker: increase maxsock with each new worker by William Lallemand · Mon Jun 19 17:12:58 2023 +0200
  40. fd212a7 BUG/MINOR: quic: Possible endless loop in quic_lstnr_dghdlr() by Frédéric Lécaille · Fri Jun 16 16:10:58 2023 +0200
  41. 557d30a BUG/MINOR: quic: Possible crash in quic_conn_prx_cntrs_update() by Frédéric Lécaille · Wed Jun 14 18:09:54 2023 +0200
  42. d4a3892 BUG/MINOR: namespace: missing free in netns_sig_stop() by Aurelien DARRAGON · Wed Jun 14 10:11:13 2023 +0200
  43. 60d185d BUG/MINOR: server: inherit from netns in srv_settings_cpy() by Aurelien DARRAGON · Wed Jun 14 09:53:32 2023 +0200
  44. 8f8e3fa BUG/MINOR: quic: Address inversion in "show quic full" by Frédéric Lécaille · Wed Jun 14 09:17:20 2023 +0200
  45. b546193 BUG/MINOR: quic: Wrong encryption level flags checking by Frédéric Lécaille · Wed Jun 14 08:54:51 2023 +0200
  46. 4e23248 BUG/MINOR: ssl: log message non thread safe in SSL Hanshake failure by William Lallemand · Mon Jun 12 16:23:29 2023 +0200
  47. af27ada BUG/MINOR: peers: Improve detection of config errors in peers sections by Christopher Faulet · Fri Jun 02 14:10:36 2023 +0200
  48. c9e8a32 BUG/MEDIUM: hlua: Use front SC to detect EOI in HTTP applets' receive functions by Christopher Faulet · Mon Jun 12 09:16:27 2023 +0200
  49. 899b547 BUG/MINOR: proxy/server: free default-server on deinit by Aurelien DARRAGON · Thu Jun 01 12:07:43 2023 +0200
  50. 12d6b9a BUG/MINOR: proxy: add missing interface bind free in free_proxy by Aurelien DARRAGON · Thu Jun 01 10:58:44 2023 +0200
  51. 4c6adb0 BUG/MINOR: cfgparse-tcp: leak when re-declaring interface from bind line by Aurelien DARRAGON · Thu Jun 01 09:57:15 2023 +0200
  52. d4349b8 BUG/MINOR: spoe: Only skip sending new frame after a receive attempt by Christopher Faulet · Mon Jun 05 08:15:59 2023 +0200
  53. e418527 BUG/MINOR: quic: Possible crash when SSL session init fails by Frédéric Lécaille · Fri Jun 02 16:56:16 2023 +0200
  54. d7f1ce4 BUG/MINOR: stream: do not use client-fin/server-fin with HTX by Willy Tarreau · Fri Jun 02 16:19:51 2023 +0200
  55. 7a38d47 BUG/MINOR: stats: Fix Lua's `get_stats` function by Tim Duesterhus · Thu Jun 01 18:58:08 2023 +0200
  56. 6ccc862 MINOR: quic/cli: clarify the "show quic" help message by Willy Tarreau · Wed May 31 15:54:48 2023 +0200
  57. a73563b MINOR: quic: Add QUIC connection statistical counters values to "show quic" by Frédéric Lécaille · Thu May 25 16:10:03 2023 +0200
  58. f279a2f BUG/MINOR: mux-h2: refresh the idle_timer when the mux is empty by Willy Tarreau · Tue May 30 15:42:35 2023 +0200
  59. d68f8b5 CLEANUP: mux-quic: rename internal functions by Amaury Denoyelle · Tue May 30 15:04:46 2023 +0200
  60. 0f61e4f CLEANUP: mux-quic: rename functions for mux_ops by Amaury Denoyelle · Tue May 30 14:51:57 2023 +0200
  61. 8fc7073 BUG/MEDIUM: threads: fix a tiny race in thread_isolate() by Willy Tarreau · Sat May 27 13:45:01 2023 +0200
  62. bfddb42 BUG/MEDIUM: mux-quic: only set EOI on FIN by Amaury Denoyelle · Thu May 25 15:02:24 2023 +0200
  63. 6d6ee0d MINOR: quic: fix stats naming for flow control BLOCKED frames by Amaury Denoyelle · Thu May 25 10:36:04 2023 +0200
  64. 087c5f0 MINOR: mux-quic: remove nb_streams from qcc by Amaury Denoyelle · Thu May 25 10:16:19 2023 +0200
  65. 7b41dfd CLEANUP: mux-quic: remove unneeded fields in qcc by Amaury Denoyelle · Thu May 25 10:15:46 2023 +0200
  66. 33bbeec BUILD: init: print rlim_cur as regular integer by Aurelien DARRAGON · Fri May 26 14:04:18 2023 +0200
  67. ef667b1 BUG/MINOR: thread: add a check for pthread_create by eaglegai · Fri May 26 16:44:34 2023 +0800
  68. 15c3d20 BUG/MINOR: ssl_sock: add check for ha_meth by eaglegai · Fri May 26 16:42:47 2023 +0800
  69. 425d7ad MINOR: init: pre-allocate kernel data structures on init by Patrick Hemmer · Tue May 23 13:02:08 2023 -0400
  70. 535dd92 MINOR: compression: Improve the way Vary header is added by Christopher Faulet · Thu May 25 11:18:21 2023 +0200
  71. 1c07da4 BUG/MINOR: hlua: unsafe hlua_lua2smp() usage by Aurelien DARRAGON · Wed May 17 16:06:11 2023 +0200
  72. a3624cb DOC: hlua: document hlua_lua2smp() function by Aurelien DARRAGON · Wed May 17 15:44:45 2023 +0200
  73. 0aaf6c4 DOC: hlua: document hlua_lua2arg() function by Aurelien DARRAGON · Wed May 17 15:33:59 2023 +0200
  74. e5c048a MINOR: hlua: hlua_arg2lua() may LJMP by Aurelien DARRAGON · Wed May 17 10:51:50 2023 +0200
  75. 4121772 MINOR: hlua: hlua_smp2lua() may LJMP by Aurelien DARRAGON · Wed May 17 10:44:47 2023 +0200
  76. 742b1a8 MINOR: hlua: hlua_smp2lua_str() may LJMP by Aurelien DARRAGON · Wed May 17 10:38:50 2023 +0200
  77. 12a815a MINOR: quic: Add a counter for sent packets by Frédéric Lécaille · Wed May 24 15:55:14 2023 +0200
  78. bdd64fd MINOR: quic: Add some counters at QUIC connection level by Frédéric Lécaille · Wed May 24 11:10:19 2023 +0200
  79. 464281a CLEANUP: quic: Useless tests in qc_rx_pkt_handle() by Frédéric Lécaille · Wed May 24 10:24:42 2023 +0200
  80. ab3aa0f CLEANUP: quic: Indentation fix quic_rx_pkt_retrieve_conn() by Frédéric Lécaille · Wed May 24 09:06:06 2023 +0200
  81. 5fa633e MINOR: quic: Align "show quic" command help information by Frédéric Lécaille · Tue May 23 11:36:49 2023 +0200
  82. 35b6396 BUG/MINOR: quic: Missing Retry token length on receipt by Frédéric Lécaille · Mon May 15 18:11:21 2023 +0200
  83. 6d6ddb2 BUG/MINOR: quic: Wrong token length check (quic_generate_retry_token()) by Frédéric Lécaille · Mon May 15 17:40:00 2023 +0200
  84. aaf32f0 MINOR: quic: Add low level traces (addresses, DCID) by Frédéric Lécaille · Fri May 12 17:37:29 2023 +0200
  85. c2f1d0e BUG/MEDIUM: mux-h2: Propagate termination flags when frontend SC is created by Christopher Faulet · Wed May 24 11:34:45 2023 +0200
  86. 531dd05 MINOR: mux-h2: Add a function to propagate termination flags from h2s to SE by Christopher Faulet · Wed May 24 11:14:38 2023 +0200
  87. 1a60a66 MINOR: mux-h2: Set H2_SF_ES_RCVD flag when decoding the HEADERS frame by Christopher Faulet · Wed May 24 11:02:50 2023 +0200
  88. 78b1eb2 BUG/MINOR: mux-h2: Check H2_SF_BODY_TUNNEL on H2S flags and not demux frame ones by Christopher Faulet · Wed May 24 11:44:53 2023 +0200
  89. 152beee MINOR: mux-quic: report error on stream-endpoint earlier by Amaury Denoyelle · Wed May 24 14:43:43 2023 +0200
  90. 37d7899 MINOR: mux-quic: only set EOS on RESET_STREAM recv by Amaury Denoyelle · Wed May 24 10:49:44 2023 +0200
  91. 8de3592 MINOR: mux-quic: set both EOI EOS for stream fin by Amaury Denoyelle · Wed May 24 10:48:52 2023 +0200
  92. 2437377 MEDIUM: stconn/applet: Allow SF_SL_EOS flag alone by Christopher Faulet · Tue May 23 15:13:40 2023 +0200
  93. aa39cc9 MINOR: quic: fix alignment of oneline show quic by Amaury Denoyelle · Mon May 22 10:57:56 2023 +0200
  94. 7385ff3 BUG/MINOR: quic: handle Tx packet allocation failure properly by Amaury Denoyelle · Wed Apr 19 15:56:30 2023 +0200
  95. f8fbb0b MINOR: quic: use WARN_ON for encrypt failures by Amaury Denoyelle · Tue May 16 18:23:37 2023 +0200
  96. 5eadc27 MINOR: quic: remove return val of quic_aead_iv_build() by Amaury Denoyelle · Tue May 16 18:11:01 2023 +0200
  97. 8d6d246 CLEANUP: mux-quic/h3: complete BUG_ON with comments by Amaury Denoyelle · Thu May 11 16:55:30 2023 +0200
  98. b6a24a5 BUG/MINOR: debug: fix pointer check in debug_parse_cli_task() by Aurelien DARRAGON · Mon May 15 11:59:08 2023 +0200
  99. 7428ada BUG/MINOR: hlua: SET_SAFE_LJMP misuse in hlua_event_runner() by Aurelien DARRAGON · Mon May 15 18:46:44 2023 +0200
  100. 06e9c81 MEDIUM: resolvers: Stop scheduling resolution during stopping stage by Christopher Faulet · Tue May 16 18:28:57 2023 +0200