1. 29698e3 [RELEASE] Released version 2.7-dev0 by Willy Tarreau · 2 years, 6 months ago
  2. 6391bb2 MINOR: version: it's development again by Willy Tarreau · 2 years, 6 months ago
  3. a1efc04 [RELEASE] Released version 2.6.0 by Willy Tarreau · 2 years, 6 months ago
  4. b2c1e08 MINOR: version: mention that it's LTS now. by Willy Tarreau · 2 years, 6 months ago
  5. e68e7e8 DOC: intro: adjust the numbering of paragrams to keep the output ordered by Willy Tarreau · 2 years, 6 months ago
  6. 5869cb6 BUG/MINOR: qpack: do not consider empty enc/dec stream as error by Amaury Denoyelle · 2 years, 6 months ago
  7. 9f17a5a CLEANUP: quic: remove useless check on local UNI stream reception by Amaury Denoyelle · 2 years, 6 months ago
  8. fdc1b96 BUG/MINOR: quic: Fix QUIC_EV_CONN_PRSAFRM event traces by Frédéric Lécaille · 2 years, 6 months ago
  9. 417c7c0 BUG/MEDIUM: h3: fix H3_EXCESSIVE_LOAD when receiving H3 frame header only by Amaury Denoyelle · 2 years, 6 months ago
  10. 88d5dd1 BUG/MINOR: h3: fix frame demuxing by Amaury Denoyelle · 2 years, 6 months ago
  11. 1194db2 MINOR: ncbuf: adjust ncb_data with NCBUF_NULL by Amaury Denoyelle · 2 years, 6 months ago
  12. cd50e76 DOC: install: update supported OpenSSL versions in the INSTALL doc by Willy Tarreau · 2 years, 6 months ago
  13. 5e349e7 DOC: gpc/gpt: add commments of gpc/gpt array definitions on stick tables. by Emeric Brun · 2 years, 8 months ago
  14. e77984f DOC: peers: fix port number and addresses on new peers section format by Emeric Brun · 2 years, 6 months ago
  15. 423ed38 DOC: peers: clarify when entry expiration date is renewed. by Emeric Brun · 2 years, 6 months ago
  16. 0f4a02b DOC: peers: indicate that some server settings are not usable by Willy Tarreau · 2 years, 6 months ago
  17. 824c8c5 BUG/MINOR: peers: detect and warn on init_addr/resolvers/check/agent-check by Willy Tarreau · 2 years, 6 months ago
  18. 245721b MINOR: server: indicate when no address was expected for a server by Willy Tarreau · 2 years, 6 months ago
  19. 356866a BUG/MINOR: peers: set the proxy's name to the peers section name by Willy Tarreau · 2 years, 6 months ago
  20. 50e77b2 CLEANUP: peers/cli: make peers_dump_peer() take an appctx instead of an stconn by Willy Tarreau · 2 years, 6 months ago
  21. fc50599 CLEANUP: peers/cli: stop misusing the appctx local variable by Willy Tarreau · 2 years, 6 months ago
  22. ccea010 BUG/MEDIUM: peers/cli: fix "show peers" crash by Willy Tarreau · 2 years, 6 months ago
  23. 55b9689 DOC: fix a few spelling mistakes in the docs by Willy Tarreau · 2 years, 6 months ago
  24. 453d60b BUILD: makefile: reorder objects by build time by Willy Tarreau · 2 years, 6 months ago
  25. cc01730 EXAMPLES: remove completely outdated acl-content-sw.cfg by Willy Tarreau · 2 years, 6 months ago
  26. d5581d5 MINOR: h3: add traces on h3s init/end by Amaury Denoyelle · 2 years, 6 months ago
  27. a717eb7 MINOR: h3: add traces on frame send by Amaury Denoyelle · 2 years, 6 months ago
  28. 494512d MINOR: h3: add traces on frame recv by Amaury Denoyelle · 2 years, 6 months ago
  29. 016aa93 MINOR: h3: define h3 trace module by Amaury Denoyelle · 2 years, 6 months ago
  30. 6d98dbc DOC: add maintainers for QUIC and HTTP/3 by Amaury Denoyelle · 2 years, 6 months ago
  31. 550101d DOC: remove the outdated ROADMAP file by Willy Tarreau · 2 years, 6 months ago
  32. a80f3b5 DOC: internal: remove totally outdated diagrams by Willy Tarreau · 2 years, 6 months ago
  33. 91a8791 BUILD: quic: use inttypes.h instead of stdint.h by Willy Tarreau · 2 years, 6 months ago
  34. d46b5b9 BUILD: htx: use the unchecked version of htx_get_head_blk() where needed by Willy Tarreau · 2 years, 6 months ago
  35. 771483d MINOR: htx: add an unchecked version of htx_get_head_blk() by Willy Tarreau · 2 years, 6 months ago
  36. 8e9f915 SCRIPTS: make publish-release try to launch make-releases-json by Willy Tarreau · 2 years, 6 months ago
  37. f1c6ccf SCRIPTS: add make-releases-json to recreate a releases.json file in download dirs by Willy Tarreau · 2 years, 6 months ago
  38. b93399a BUG/MINOR: h3: do not report bug on unknown method by Amaury Denoyelle · 2 years, 6 months ago
  39. 11f5a79 BUG/MINOR: qpack: support bigger prefix-integer encoding by Amaury Denoyelle · 2 years, 6 months ago
  40. 5f6de8d BUG/MINOR: qpack: fix buffer API usage on prefix integer encoding by Amaury Denoyelle · 2 years, 6 months ago
  41. e06ca65 MINOR: quic: Do not drop packets with RESET_STREAM frames by Frédéric Lécaille · 2 years, 6 months ago
  42. 4df2fe9 MINOR: quic: Send STOP_SENDING frames if mux is released by Frédéric Lécaille · 2 years, 6 months ago
  43. 6f7607e MINOR: h3: Add a statistics module for h3 by Frédéric Lécaille · 2 years, 6 months ago
  44. 38dea05 MINOR: quic: Connection TX buffer setting renaming. by Frédéric Lécaille · 2 years, 6 months ago
  45. f717a4b DOC: quic: Documentation update for QUIC by Frédéric Lécaille · 2 years, 6 months ago
  46. eb79145 MINOR: quic_stats: Add transport new counters (lost, stateless reset, drop) by Frédéric Lécaille · 2 years, 6 months ago
  47. 91a211f BUG/MINOR: quic: Largest RX packet numbers mixing by Frédéric Lécaille · 2 years, 6 months ago
  48. 3ccea6d MINOIR: quic_stats: add QUIC connection errors counters by Frédéric Lécaille · 2 years, 6 months ago
  49. aee6757 MINOR: quic: Clarifications about transport parameters value by Frédéric Lécaille · 2 years, 6 months ago
  50. 2674098 MINOR: quic: Tunable "initial_max_streams_bidi" transport parameter by Frédéric Lécaille · 2 years, 6 months ago
  51. 1d96d6e MINOR: quic: Tunable "max_idle_timeout" transport parameter by Frédéric Lécaille · 2 years, 6 months ago
  52. aa8daed DOC: quic: Update documentation for QUIC Retry by Frédéric Lécaille · 2 years, 6 months ago
  53. c7785b5 MINOR: quic: Transport parameters dump by Frédéric Lécaille · 2 years, 6 months ago
  54. 748ece6 MINOR: quic: QUIC transport parameters split. by Frédéric Lécaille · 2 years, 6 months ago
  55. 57ac3fa CLEANUP: quic: No more used handshake output buffer by Frédéric Lécaille · 2 years, 6 months ago
  56. 56f61b6 CLEANUP: quic: Useless QUIC_CONN_TX_BUF_SZ definition by Frédéric Lécaille · 2 years, 6 months ago
  57. f6954c5 MINOR: quic: Ignore out of packet padding. by Frédéric Lécaille · 2 years, 6 months ago
  58. 186367f CLEANUP: muxes: Consider stream's sd as defined in .show_fd callback functions by Christopher Faulet · 2 years, 6 months ago
  59. 560b8da CLEANUP: tcpcheck: Remove useless test on the stream-connector in tcpcheck_main by Christopher Faulet · 2 years, 6 months ago
  60. 4641937 DOC: Fix formatting in configuration.txt to fix dconv by Tim Duesterhus · 2 years, 6 months ago
  61. 0edb997 [RELEASE] Released version 2.6-dev12 by Willy Tarreau · 2 years, 6 months ago
  62. de5b33e DOC: internal: add a description of the stream connectors and descriptors by Willy Tarreau · 2 years, 6 months ago
  63. a577bc2 DEV: flags: reorder a few SC/SE flags by Willy Tarreau · 2 years, 6 months ago
  64. 2bacf4e DEV: flags: rename the "endp" shortcut to "sd" for "stream descriptor" by Willy Tarreau · 2 years, 6 months ago
  65. 0cf0a04 DEV: flags: fix "siet" shortcut name by Willy Tarreau · 2 years, 6 months ago
  66. da59c89 CLEANUP: stconn: remove the new unneeded SE_FL_APP_MASK by Willy Tarreau · 2 years, 6 months ago
  67. 369d5aa CLEANUP: stream: remove unneeded test on appctx during initialization by Willy Tarreau · 2 years, 6 months ago
  68. e4ebe26 MINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CONSUME by Willy Tarreau · 2 years, 6 months ago
  69. 3121928 CLEANUP: stconn: rename a few "endp" arguments and variables to "sd" by Willy Tarreau · 2 years, 6 months ago
  70. 9e00da1 CLEANUP: mux-pt: rename the "endp" field to "sd" by Willy Tarreau · 2 years, 6 months ago
  71. 5aa5e77 CLEANUP: mux-fcgi: rename the "endp" field to "sd" by Willy Tarreau · 2 years, 6 months ago
  72. 95acc8b CLEANUP: mux-h2: rename the "endp" field to "sd" by Willy Tarreau · 2 years, 6 months ago
  73. 1a0d9ac CLEANUP: mux-h1: rename the "endp" field to "sd" by Willy Tarreau · 2 years, 6 months ago
  74. d7b7e0d CLEANUP: mux-quic: rename the "endp" field to "sd" by Willy Tarreau · 2 years, 6 months ago
  75. 92c2e93 DOC: internal: update the muxes doc to mention the stconn by Willy Tarreau · 2 years, 6 months ago
  76. e68bc61 CLEANUP: stconn: replace a few remaining occurrences of CS in comments or traces by Willy Tarreau · 2 years, 6 months ago
  77. 1d2c79a CLEANUP: obj_type: rename OBJ_TYPE_CS to OBJ_TYPE_SC by Willy Tarreau · 2 years, 6 months ago
  78. df1a2fc CLEANUP: stream: rename stream_upgrade_from_cs() to stream_upgrade_from_sc() by Willy Tarreau · 2 years, 6 months ago
  79. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · 2 years, 6 months ago
  80. b52d4d2 CLEANUP: sslsock: remove only occurrence of local variable "cs" by Willy Tarreau · 2 years, 6 months ago
  81. 0eca539 CLEANUP: sink: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  82. da30490 CLEANUP: peers: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  83. 7577d9d CLEANUP: mux-pt: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  84. 36c2232 CLEANUP: mux-h2: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  85. 000d63c CLEANUP: mux-h1: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  86. c92a6ca CLEANUP: mux-fcgi: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  87. b89f872 CLEANUP: http-client: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  88. 270a457 CLEANUP: log-forward: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  89. 3e7be36 CLEANUP: hlua: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  90. 9002a2e CLEANUP: spoe: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  91. d7950ad CLEANUP: dns: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  92. c5ddd9f CLEANUP: cache: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  93. 07ee044 CLEANUP: applet: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  94. 475e463 CLEANUP: cli: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  95. caff631 CLEANUP: stats: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  96. 4c218fb CLEANUP: promex: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  97. b49672d CLEANUP: stream: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  98. 3215e73 CLEANUP: quic/h3: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  99. 0adb281 CLEANUP: stconn: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  100. 61f5675 CLEANUP: connection: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago