1. 0960b52 MINOR: quic: Move packet number space related functions by Frédéric Lécaille · Tue Jun 13 08:17:23 2023 +0200
  2. ac73baa MINOR: quic: Move QUIC encryption level structure definition by Frédéric Lécaille · Mon Jun 12 18:19:17 2023 +0200
  3. 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
  4. 6fbf6d4 MINOR: compression/slz: add support for a pure flush of pending bytes by Willy Tarreau · Mon Jun 26 19:34:39 2023 +0200
  5. 3ffe11e IMPORT: slz: implement a synchronous flush() operation by Willy Tarreau · Mon Jun 26 19:24:55 2023 +0200
  6. 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
  7. 966e468 BUG/MINOR: quic: Wrong Retry paquet version field endianess by Frédéric Lécaille · Fri Jun 30 14:41:31 2023 +0200
  8. 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
  9. c6c5125 BUG/MINOR: config: fix stick table duplicate name check by Patrick Hemmer · Mon Jun 26 14:14:47 2023 -0400
  10. 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
  11. 8a58658 BUG/MINOR: quic: Prevent deadlock with CID tree lock by Frédéric Lécaille · Mon Jun 26 10:39:56 2023 +0200
  12. 8ee9a50 BUG/MINOR: mworker: leak of a socketpair during startup failure by William Lallemand · Wed Jun 21 09:44:18 2023 +0200
  13. ddeba27 BUG/MINOR: http_ext: fix if-none regression in forwardfor option by Aurelien DARRAGON · Tue Jun 20 14:55:11 2023 +0200
  14. e3ebe0e DOC: Attempt to fix dconv parsing error for tune.h2.fe.initial-window-size by Tim Duesterhus · Tue Jun 13 15:15:47 2023 +0200
  15. 725d547 REGTESTS: h1_host_normalization : Add a barrier to not mix up log messages by Christopher Faulet · Mon Jun 19 19:00:52 2023 +0200
  16. bf7493e DOC: Add tune.h2.max-frame-size option to table of contents by Tim Duesterhus · Tue Jun 13 15:08:47 2023 +0200
  17. 3ca274b DOC: Add tune.h2.be.* and tune.h2.fe.* options to table of contents by Tim Duesterhus · Tue Jun 13 15:07:34 2023 +0200
  18. 01505ae BUG/MINOR: quic: ticks comparison without ticks API use by Frédéric Lécaille · Mon Jun 19 10:47:24 2023 +0200
  19. 67bddbf BUG/MEDIUM: mworker: increase maxsock with each new worker by William Lallemand · Mon Jun 19 17:12:58 2023 +0200
  20. 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
  21. 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
  22. e111b72 BUG/MINOR: quic: Missing initialization (packet number space probing) by Frédéric Lécaille · Wed Jun 14 11:34:47 2023 +0200
  23. d4a3892 BUG/MINOR: namespace: missing free in netns_sig_stop() by Aurelien DARRAGON · Wed Jun 14 10:11:13 2023 +0200
  24. 60d185d BUG/MINOR: server: inherit from netns in srv_settings_cpy() by Aurelien DARRAGON · Wed Jun 14 09:53:32 2023 +0200
  25. 8f8e3fa BUG/MINOR: quic: Address inversion in "show quic full" by Frédéric Lécaille · Wed Jun 14 09:17:20 2023 +0200
  26. b546193 BUG/MINOR: quic: Wrong encryption level flags checking by Frédéric Lécaille · Wed Jun 14 08:54:51 2023 +0200
  27. 4e23248 BUG/MINOR: ssl: log message non thread safe in SSL Hanshake failure by William Lallemand · Mon Jun 12 16:23:29 2023 +0200
  28. fcc0a05 REG-TESTS: stickiness: Delay haproxys start to properly resolv variables by Christopher Faulet · Mon Jun 05 08:09:40 2023 +0200
  29. af27ada BUG/MINOR: peers: Improve detection of config errors in peers sections by Christopher Faulet · Fri Jun 02 14:10:36 2023 +0200
  30. 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
  31. 899b547 BUG/MINOR: proxy/server: free default-server on deinit by Aurelien DARRAGON · Thu Jun 01 12:07:43 2023 +0200
  32. 12d6b9a BUG/MINOR: proxy: add missing interface bind free in free_proxy by Aurelien DARRAGON · Thu Jun 01 10:58:44 2023 +0200
  33. 4c6adb0 BUG/MINOR: cfgparse-tcp: leak when re-declaring interface from bind line by Aurelien DARRAGON · Thu Jun 01 09:57:15 2023 +0200
  34. 06d8aad DOC: config: fix rfc7239 converter examples (again) by Aurelien DARRAGON · Fri Jun 02 15:29:17 2023 +0200
  35. 4761b0d DOC: config: fix jwt_verify() example using var() by Aurelien DARRAGON · Fri May 26 14:29:58 2023 +0200
  36. e6ca418 DOC: quic: fix misspelled tune.quic.socket-owner by Artur Pydo · Tue Jun 06 11:49:59 2023 +0200
  37. d4349b8 BUG/MINOR: spoe: Only skip sending new frame after a receive attempt by Christopher Faulet · Mon Jun 05 08:15:59 2023 +0200
  38. 9131513 CONTRIB: Add vi file extensions to .gitignore by Frédéric Lécaille · Fri Jun 02 17:09:37 2023 +0200
  39. 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
  40. d7f1ce4 BUG/MINOR: stream: do not use client-fin/server-fin with HTX by Willy Tarreau · Fri Jun 02 16:19:51 2023 +0200
  41. 7a38d47 BUG/MINOR: stats: Fix Lua's `get_stats` function by Tim Duesterhus · Thu Jun 01 18:58:08 2023 +0200
  42. fdd8154 [RELEASE] Released version 2.8.0 by Willy Tarreau · Wed May 31 16:24:38 2023 +0200
  43. b9b6e94 MINOR: version: mention that it's LTS now. by Willy Tarreau · Wed May 31 16:23:56 2023 +0200
  44. 6ccc862 MINOR: quic/cli: clarify the "show quic" help message by Willy Tarreau · Wed May 31 15:54:48 2023 +0200
  45. 3ce3959 EXAMPLES: update the basic-config-edge file for 2.8 by Willy Tarreau · Wed May 31 16:08:57 2023 +0200
  46. 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
  47. 9afc417 DOC: install: clarify a few points on the wolfSSL build method by Willy Tarreau · Wed May 31 15:35:29 2023 +0200
  48. 4f634a2 DOC: install: mention the common strict-aliasing warning on older compilers by Willy Tarreau · Wed May 31 15:27:01 2023 +0200
  49. 431c62c CLEANUP: doc: remove 21 totally obsolete docs by Willy Tarreau · Wed May 31 15:13:29 2023 +0200
  50. 7663301 BUILD: Makefile: use -pthread not -lpthread when threads are enabled by Willy Tarreau · Wed May 31 12:03:33 2023 +0200
  51. 76a98b4 DOC: config: Fix bind/server/peer documentation in the peers section by Christopher Faulet · Wed May 31 11:55:23 2023 +0200
  52. 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
  53. d68f8b5 CLEANUP: mux-quic: rename internal functions by Amaury Denoyelle · Tue May 30 15:04:46 2023 +0200
  54. 0f61e4f CLEANUP: mux-quic: rename functions for mux_ops by Amaury Denoyelle · Tue May 30 14:51:57 2023 +0200
  55. fa86706 DOC: quic: remove experimental status for QUIC by Amaury Denoyelle · Tue May 30 14:36:40 2023 +0200
  56. ac456ab DOC: config: fix rfc7239 converter examples by Aurelien DARRAGON · Tue May 30 09:47:53 2023 +0200
  57. 8fc7073 BUG/MEDIUM: threads: fix a tiny race in thread_isolate() by Willy Tarreau · Sat May 27 13:45:01 2023 +0200
  58. bfddb42 BUG/MEDIUM: mux-quic: only set EOI on FIN by Amaury Denoyelle · Thu May 25 15:02:24 2023 +0200
  59. 6d6ee0d MINOR: quic: fix stats naming for flow control BLOCKED frames by Amaury Denoyelle · Thu May 25 10:36:04 2023 +0200
  60. 087c5f0 MINOR: mux-quic: remove nb_streams from qcc by Amaury Denoyelle · Thu May 25 10:16:19 2023 +0200
  61. 7b41dfd CLEANUP: mux-quic: remove unneeded fields in qcc by Amaury Denoyelle · Thu May 25 10:15:46 2023 +0200
  62. f9c0bca DOC: install: specify the minimum openssl version recommended by William Lallemand · Fri May 26 14:44:33 2023 +0200
  63. 33bbeec BUILD: init: print rlim_cur as regular integer by Aurelien DARRAGON · Fri May 26 14:04:18 2023 +0200
  64. ef667b1 BUG/MINOR: thread: add a check for pthread_create by eaglegai · Fri May 26 16:44:34 2023 +0800
  65. 15c3d20 BUG/MINOR: ssl_sock: add check for ha_meth by eaglegai · Fri May 26 16:42:47 2023 +0800
  66. 44c73ce DOC: install: add details about WolfSSL by William Lallemand · Thu May 25 17:17:29 2023 +0200
  67. 425d7ad MINOR: init: pre-allocate kernel data structures on init by Patrick Hemmer · Tue May 23 13:02:08 2023 -0400
  68. 6626195 BUILD: makefile: search for SSL_INC/wolfssl before SSL_INC by Willy Tarreau · Thu May 25 20:17:27 2023 +0200
  69. 535dd92 MINOR: compression: Improve the way Vary header is added by Christopher Faulet · Thu May 25 11:18:21 2023 +0200
  70. c8bb9ae [RELEASE] Released version 2.8-dev13 by Willy Tarreau · Wed May 24 22:53:55 2023 +0200
  71. f9b04bd SCRIPTS: publish-release: update the umask to keep group write access by Willy Tarreau · Wed May 24 22:48:14 2023 +0200
  72. 3098540 DOC: install: update reference to known supported versions by Willy Tarreau · Wed May 24 22:32:46 2023 +0200
  73. b298882 BUILD: compiler: systematically set USE_OBSOLETE_LINKER with TCC by Willy Tarreau · Wed May 24 21:37:06 2023 +0200
  74. eced142 BUILD: ist: use the literal declaration for ist_lc/ist_uc under TCC by Willy Tarreau · Wed May 24 21:31:21 2023 +0200
  75. 4e8720a BUILD: ist: do not put a cast in an array declaration by Willy Tarreau · Wed May 24 21:27:39 2023 +0200
  76. 6777357 BUILD: makefile: fix build options when building tools first by Willy Tarreau · Wed May 24 17:23:45 2023 +0200
  77. af26361 BUILD: makefile: commit the tiny FreeBSD makefile stub by Willy Tarreau · Wed May 24 17:06:30 2023 +0200
  78. 1c07da4 BUG/MINOR: hlua: unsafe hlua_lua2smp() usage by Aurelien DARRAGON · Wed May 17 16:06:11 2023 +0200
  79. a3624cb DOC: hlua: document hlua_lua2smp() function by Aurelien DARRAGON · Wed May 17 15:44:45 2023 +0200
  80. 0aaf6c4 DOC: hlua: document hlua_lua2arg() function by Aurelien DARRAGON · Wed May 17 15:33:59 2023 +0200
  81. e5c048a MINOR: hlua: hlua_arg2lua() may LJMP by Aurelien DARRAGON · Wed May 17 10:51:50 2023 +0200
  82. 4121772 MINOR: hlua: hlua_smp2lua() may LJMP by Aurelien DARRAGON · Wed May 17 10:44:47 2023 +0200
  83. 742b1a8 MINOR: hlua: hlua_smp2lua_str() may LJMP by Aurelien DARRAGON · Wed May 17 10:38:50 2023 +0200
  84. 12a815a MINOR: quic: Add a counter for sent packets by Frédéric Lécaille · Wed May 24 15:55:14 2023 +0200
  85. bdd64fd MINOR: quic: Add some counters at QUIC connection level by Frédéric Lécaille · Wed May 24 11:10:19 2023 +0200
  86. 464281a CLEANUP: quic: Useless tests in qc_rx_pkt_handle() by Frédéric Lécaille · Wed May 24 10:24:42 2023 +0200
  87. ab3aa0f CLEANUP: quic: Indentation fix quic_rx_pkt_retrieve_conn() by Frédéric Lécaille · Wed May 24 09:06:06 2023 +0200
  88. 5fa633e MINOR: quic: Align "show quic" command help information by Frédéric Lécaille · Tue May 23 11:36:49 2023 +0200
  89. 35b6396 BUG/MINOR: quic: Missing Retry token length on receipt by Frédéric Lécaille · Mon May 15 18:11:21 2023 +0200
  90. 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
  91. aaf32f0 MINOR: quic: Add low level traces (addresses, DCID) by Frédéric Lécaille · Fri May 12 17:37:29 2023 +0200
  92. 9577a15 BUILD: makefile: do not erase build options for some build options by Willy Tarreau · Wed May 24 16:18:39 2023 +0200
  93. 0607698 CLEANUP: makefile: don't display a dummy features list without a target by Willy Tarreau · Wed May 24 15:59:04 2023 +0200
  94. f1df006 DEV: add a Lua helper script for SSL keys logging by Amaury Denoyelle · Wed May 24 16:02:17 2023 +0200
  95. c2f1d0e BUG/MEDIUM: mux-h2: Propagate termination flags when frontend SC is created by Christopher Faulet · Wed May 24 11:34:45 2023 +0200
  96. 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
  97. 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
  98. 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
  99. 1e1c288 BUILD: makefile: fix build issue on GNU make < 3.82 by Willy Tarreau · Wed May 24 15:23:34 2023 +0200
  100. 152beee MINOR: mux-quic: report error on stream-endpoint earlier by Amaury Denoyelle · Wed May 24 14:43:43 2023 +0200