1. 3a56137 MINOR: quic: Add a trace to distinguish the datagram from the packets inside by Frédéric Lécaille · Mon Aug 29 18:05:44 2022 +0200
  2. 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
  3. c6fc774 MINOR: raw-sock: don't try to send if an error was already reported by Willy Tarreau · Mon Aug 29 16:48:14 2022 +0200
  4. 2c30de3 BUG/MINOR: epoll: do not actively poll for Rx after an error by Willy Tarreau · Mon Aug 29 18:15:11 2022 +0200
  5. cad42a7 BUG/MEDIUM: mux-h1: do not refrain from signaling errors after end of input by Willy Tarreau · Mon Aug 29 10:22:56 2022 +0200
  6. 4a20972 BUG/MINOR: hlua: Rely on CF_EOI to detect end of message in HTTP applets by Christopher Faulet · Mon Aug 29 15:37:16 2022 +0200
  7. b372f16 BUG/MEDIUM: peers: Don't start resync on reload if local peer is not up-to-date by Christopher Faulet · Fri Aug 26 18:46:16 2022 +0200
  8. 19a82b9 BUG/MEDIUM: peers: Don't use resync timer when local resync is in progress by Christopher Faulet · Fri Aug 26 18:40:46 2022 +0200
  9. 13db4bd BUG/MEDIUM: peers: Add connect and server timeut to peers proxy by Christopher Faulet · Mon Aug 29 11:32:26 2022 +0200
  10. 42a0662 BUG/MEDIUM: spoe: Properly update streams waiting for a ACK in async mode by Christopher Faulet · Thu Aug 25 18:50:18 2022 +0200
  11. 149c531 BUG/MINOR: quic: Frames added to packets even if not built. by Frédéric Lécaille · Sat Aug 27 15:51:30 2022 +0200
  12. e35463c BUG/MINOR: quic: Null packet dereferencing from qc_dup_pkt_frms() trace by Frédéric Lécaille · Sat Aug 27 10:19:42 2022 +0200
  13. b5c2cd4 DOC: configuration.txt: do-resolve must use host_only to remove its port. by William Lallemand · Fri Aug 26 16:48:07 2022 +0200
  14. d78dfe7 BUG/MINOR: httpclient: fix resolution with port by William Lallemand · Fri Aug 26 16:45:13 2022 +0200
  15. dd754cb MINOR: sample: add the host_only and port_only converters by William Lallemand · Fri Aug 26 16:21:28 2022 +0200
  16. 1ef2460 DOC: configuration: do-resolve doesn't work with a port in the string by William Lallemand · Fri Aug 26 16:38:43 2022 +0200
  17. eba9088 Revert "MINOR: quic: Remove useless traces about references to TX packets" by Frédéric Lécaille · Thu Aug 25 16:06:48 2022 +0200
  18. f61398a MINOR: quic: Remove useless traces about references to TX packets by Frédéric Lécaille · Thu Aug 25 07:13:33 2022 +0200
  19. 560ddfa CLEANUP: quic: Remove a useless check in qc_lstnr_pkt_rcv() by Frédéric Lécaille · Wed Aug 24 18:59:23 2022 +0200
  20. 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
  21. 15773f2 BUG/MINOR: quic: Stalled connections (missing I/O handler wakeup) by Frédéric Lécaille · Wed Aug 24 17:57:09 2022 +0200
  22. 277c462 BUG/MINOR: quic: Leak in qc_release_lost_pkts() for non in flight TX packets by Frédéric Lécaille · Wed Aug 24 17:06:04 2022 +0200
  23. 5f6c25e Revert "BUG/MINOR: quix: Memleak for non in flight TX packets" by Frédéric Lécaille · Wed Aug 24 16:23:44 2022 +0200
  24. b10b119 MINOR: resolvers: shut the warning when "default" resolvers is implicit by William Lallemand · Wed Aug 24 14:50:32 2022 +0200
  25. 529b6a3 REGTESTS: Fix prometheus script to perform HTTP health-checks by Christopher Faulet · Wed Aug 24 12:17:31 2022 +0200
  26. 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
  27. 6020c4e BUG/MINOR: mworker: does not create the "default" resolvers in wait mode by William Lallemand · Wed Aug 24 11:15:08 2022 +0200
  28. 866b88b BUG/MINOR: resolvers: return the correct value in resolvers_finalize_config() by William Lallemand · Wed Aug 24 09:58:31 2022 +0200
  29. 02fd3ca BUILD: tcp_sample: fix build of get_tcp_info() on OpenBSD by Brad Smith · Fri Aug 12 22:23:13 2022 -0400
  30. 8bd146d MEDIUM: peers: limit the number of updates sent at once by Willy Tarreau · Tue Jul 19 20:17:38 2022 +0200
  31. df3cab1 BUG/MINOR: applet: make the call_rate only count the no-progress calls by Willy Tarreau · Tue Jul 19 20:36:15 2022 +0200
  32. 8a3f582 BUG/MEDIUM: applet: fix incorrect check for abnormal return condition from handler by Willy Tarreau · Tue Aug 23 09:01:30 2022 +0200
  33. 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
  34. b8047de BUG/MINOR: quic: Safer QUIC frame builders by Frédéric Lécaille · Tue Aug 23 17:40:09 2022 +0200
  35. a8a6043 BUG/MINOR: quic: Wrong list_for_each_entry() use when building packets from qc_do_build_pkt() by Frédéric Lécaille · Tue Aug 23 11:42:48 2022 +0200
  36. da9c441 BUG/MINOR: quix: Memleak for non in flight TX packets by Frédéric Lécaille · Mon Aug 22 18:47:51 2022 +0200
  37. 16972e1 REGTESTS: launch http_reuse_always in mworker mode by William Lallemand · Mon Aug 22 12:59:50 2022 +0200
  38. 8032a27 BUG/MAJOR: mworker: fix infinite loop on master with no proxies. by Emeric Brun · Mon Aug 22 10:25:11 2022 +0200
  39. f1cfd9b MINOR: cpu-map: remove obsolete diag warning about combined ranges by Willy Tarreau · Mon Aug 22 10:46:13 2022 +0200
  40. 3cd71ac BUG/MEDIUM: cpu-map: fix thread 1's affinity affecting all threads by Willy Tarreau · Mon Aug 22 10:38:00 2022 +0200
  41. 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
  42. f532019 [RELEASE] Released version 2.7-dev4 by Willy Tarreau · Sat Aug 20 15:56:31 2022 +0200
  43. 62c0b99 MINOR: ssl/cli: implement "add ssl ca-file" by William Lallemand · Fri Jul 29 17:50:58 2022 +0200
  44. d4774d3 MINOR: ssl: handle ca-file appending in cafile_entry by William Lallemand · Fri Jul 29 17:08:02 2022 +0200
  45. ec7eb59 BUG/MINOR: ssl/cli: error when the ca-file is empty by William Lallemand · Thu Aug 18 15:53:02 2022 +0200
  46. 86a53c5 MINOR: quic: Add reusable cipher contexts for header protection by Frédéric Lécaille · Fri Aug 19 18:18:13 2022 +0200
  47. a8942cd BUG/MAJOR: log-forward: Fix ssl layer not initialized on bind even if configured by Emeric Brun · Fri Aug 19 15:16:26 2022 +0200
  48. 3b68b60 BUG/MAJOR: log-forward: Fix log-forward proxies not fully initialized by Emeric Brun · Thu Aug 18 15:53:21 2022 +0200
  49. a846a17 MINOR: quic: Trace fix in qc_release_frm() by Frédéric Lécaille · Fri Aug 19 12:08:13 2022 +0200
  50. e4c3074 MINOR: quic: Add the QUIC connection to mux traces by Frédéric Lécaille · Fri Aug 19 12:02:29 2022 +0200
  51. b827840 BUG/MINOR: quic: Wrong splitted duplicated frames handling by Frédéric Lécaille · Fri Aug 19 09:32:14 2022 +0200
  52. 2f16348 MINOR: quic: Add frame addresses to QUIC_EV_CONN_PRSAFRM event traces by Frédéric Lécaille · Fri Aug 19 09:23:15 2022 +0200
  53. 1ba25c2 BUG/MINOR: quic: Possible crashes when dereferencing ->pkt quic_frame struct member by Frédéric Lécaille · Thu Aug 18 17:21:19 2022 +0200
  54. 473e0e5 BUG/MINOR: mux-h2: send a CANCEL instead of ES on truncated writes by Willy Tarreau · Thu Aug 18 16:12:15 2022 +0200
  55. 4877045 MINOR: mux-h2: make streams know if they need to send more data by Willy Tarreau · Thu Aug 18 16:03:51 2022 +0200
  56. ed2b9d9 MINOR: mux-h2/traces: report transition to SETTINGS1 before not after by Willy Tarreau · Thu Aug 18 15:30:41 2022 +0200
  57. 0f45871 BUG/MEDIUM: mux-h2: do not fiddle with ->dsi to indicate demux is idle by Willy Tarreau · Thu Aug 18 11:19:57 2022 +0200
  58. 1addf8b BUG/MEDIUM: cli: always reset the service context between commands by Willy Tarreau · Thu Aug 18 18:04:37 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. 115ccce MEDIUM: h3: concatenate multiple cookie headers by Amaury Denoyelle · Wed Aug 17 18:02:47 2022 +0200
  61. d23435d REGTESTS: add test for HTTP/2 cookies concatenation by Amaury Denoyelle · Wed Aug 17 16:34:13 2022 +0200
  62. 2c5a7ee REORG: h2: extract cookies concat function in http_htx by Amaury Denoyelle · Wed Aug 17 16:33:53 2022 +0200
  63. 7046756 BUG/MEDIUM: quic: fix crash on MUX send notification by Amaury Denoyelle · Wed Aug 17 16:33:13 2022 +0200
  64. 4173a39 BUG/MINOR: quic: Missing initializations for ducplicated frames. by Frédéric Lécaille · Thu Aug 18 08:20:47 2022 +0200
  65. 4b85a96 BUG/MEDIUM: http-ana: fix crash or wrong header deletion by http-restrict-req-hdr-names by Mateusz Malek · Wed Aug 17 14:22:09 2022 +0200
  66. b29a1dc BUG/MINOR: quic: do not notify MUX on frame retransmit by Amaury Denoyelle · Fri Aug 12 14:30:04 2022 +0200
  67. cc13047 MINOR: quic: refactor application send by Amaury Denoyelle · Wed Aug 17 10:08:16 2022 +0200
  68. 3baab74 MINOR: mux-quic: add missing args on some traces by Amaury Denoyelle · Thu Aug 11 18:35:55 2022 +0200
  69. fd79ddb MINOR: mux-quic: adjust traces on stream init by Amaury Denoyelle · Tue Aug 16 11:13:45 2022 +0200
  70. bf3c208 BUG/MEDIUM: mux-quic: reject uni stream ID exceeding flow control by Amaury Denoyelle · Tue Aug 16 11:29:08 2022 +0200
  71. 26aa399 MINOR: qpack: report error on enc/dec stream close by Amaury Denoyelle · Tue Aug 16 17:42:47 2022 +0200
  72. 6b02c6b MINOR: h3: report error on control stream close by Amaury Denoyelle · Tue Aug 16 17:16:47 2022 +0200
  73. f372e74 MINOR: quic: adjust quic_frame flag manipulation by Amaury Denoyelle · Tue Aug 16 14:41:57 2022 +0200
  74. 7b8f477 CLEANUP: exclude haring with .gitignore by Amaury Denoyelle · Tue Aug 16 11:13:59 2022 +0200
  75. bbeec37 MINOR: stick-table: Add table_expire() and table_idle() new converters by Frédéric Lécaille · Tue Aug 16 18:11:25 2022 +0200
  76. cc1a2a1 MINOR: chunk: inline alloc_trash_chunk() by Willy Tarreau · Wed Aug 17 10:45:22 2022 +0200
  77. 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
  78. facfad2 MINOR: pool/memprof: report pool alloc/free in memory profiling by Willy Tarreau · Wed Aug 17 09:12:53 2022 +0200
  79. 219afa2 MINOR: memprof: export the minimum definitions for memory profiling by Willy Tarreau · Wed Aug 17 08:53:36 2022 +0200
  80. 11a6f40 BUG/MINOR: quic: Wrong status returned by qc_pkt_decrypt() by Frédéric Lécaille · Tue Aug 16 14:48:59 2022 +0200
  81. ebb1070 BUG/MINOR: quic: MIssing check when building TX packets by Frédéric Lécaille · Tue Aug 16 12:03:00 2022 +0200
  82. 35a66c0 BUG/MINOR: mux-quic: fix crash with traces in qc_detach() by Amaury Denoyelle · Fri Aug 12 15:56:21 2022 +0200
  83. ded77cc MINOR: ring: archive a previous file-backed ring on startup by Willy Tarreau · Fri Aug 12 15:38:20 2022 +0200
  84. 8e87705 BUILD: sink: replace S_IRUSR, S_IWUSR with their octal value by Willy Tarreau · Fri Aug 12 15:03:12 2022 +0200
  85. bfb077a BUG/MINOR: quic: memleak on wrong datagram receipt by Frédéric Lécaille · Fri Aug 12 11:55:20 2022 +0200
  86. cc51c9a DEV: haring: support remapping LF in contents with CR VT by Willy Tarreau · Fri Aug 12 12:09:41 2022 +0200
  87. 75014fc DEV: haring: add a simple utility to read file-backed rings by Willy Tarreau · Fri Aug 12 11:23:59 2022 +0200
  88. 0b8e9ce MINOR: ring: add support for a backing-file by Willy Tarreau · Thu Aug 11 16:38:20 2022 +0200
  89. 6df10d8 MINOR: ring: support creating a ring from a linear area by Willy Tarreau · Fri Aug 12 07:50:43 2022 +0200
  90. 8df098c BUILD: ring: forward-declare struct appctx to avoid a build warning by Willy Tarreau · Fri Aug 12 09:31:16 2022 +0200
  91. 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
  92. 18d1306 BUG/MEDIUM: ring: fix too lax 'size' parser by Willy Tarreau · Thu Aug 11 16:12:11 2022 +0200
  93. 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
  94. 6bdf936 BUG/MEDIUM: mux-quic: fix crash due to invalid trace arg by Amaury Denoyelle · Thu Aug 11 18:22:22 2022 +0200
  95. 4c9a164 MINOR: mux-quic: define new traces by Amaury Denoyelle · Wed Aug 10 16:58:01 2022 +0200
  96. 047d86a CLEANUP: mux-quic: adjust traces level by Amaury Denoyelle · Wed Aug 10 16:42:35 2022 +0200
  97. c7fb0d2 MINOR: mux-quic: define protocol error traces by Amaury Denoyelle · Wed Aug 10 16:39:54 2022 +0200
  98. f0b67f9 MINOR: mux-quic: adjust enter/leave traces by Amaury Denoyelle · Wed Aug 10 16:14:32 2022 +0200
  99. 59507de CLEANUP: quic: Remove trailing spaces by Frédéric Lécaille · Thu Aug 11 12:14:07 2022 +0200
  100. 96d08d3 BUG/MINOR: quic: Possible infinite loop in quic_build_post_handshake_frames() by Frédéric Lécaille · Thu Aug 11 12:04:07 2022 +0200