1. 6095d57 MINOR: applet: Add API to start applet on a thread subset by Christopher Faulet · 2 years, 6 months ago
  2. 6712dc6 MEDIUM: peers: Refactor peer appctx creation by Christopher Faulet · 2 years, 7 months ago
  3. 387e797 MINOR: peers: Add a ref to peers section in the peer structure by Christopher Faulet · 2 years, 7 months ago
  4. aee57fc MEDIUM: sink: Refactor sink forwarder appctx creation by Christopher Faulet · 2 years, 7 months ago
  5. 2ae25ea MINOR: sink: Add a ref to sink in the sink_forward_target structure by Christopher Faulet · 2 years, 7 months ago
  6. b1e0836 MEDIUM: httpclient: Refactor http-client appctx creation by Christopher Faulet · 2 years, 7 months ago
  7. 5f35a3e MEDIUM: lua: Refactor cosocket appctx creation by Christopher Faulet · 2 years, 7 months ago
  8. 69ebc30 MEDIUM: spoe: Refactor SPOE appctx creation by Christopher Faulet · 2 years, 7 months ago
  9. 9223851 MEDIUM: dns: Refactor dns appctx creation by Christopher Faulet · 2 years, 7 months ago
  10. d0c4ec0 MINOR: applet: Add function to release appctx on error during init stage by Christopher Faulet · 2 years, 7 months ago
  11. 8718c95 MINOR: applet: Add a function to finalize frontend appctx startup by Christopher Faulet · 2 years, 7 months ago
  12. 16c0d9c MINOR: applet: Add appctx_init() helper fnuction by Christopher Faulet · 2 years, 7 months ago
  13. ab5d1dc MINOR: stream: Export stream_free() by Christopher Faulet · 2 years, 7 months ago
  14. c992938 MINOR: applet: Change return value for .init callback function by Christopher Faulet · 2 years, 7 months ago
  15. 92202da MINOR: applet: Let the frontend appctx release the session by Christopher Faulet · 2 years, 7 months ago
  16. ac57bb5 MINOR: applet: Prepare appctx to own the session on frontend side by Christopher Faulet · 2 years, 7 months ago
  17. ef5e1bb CLEANUP: conn-stream: Remove cs_applet_shut declaration from header file by Christopher Faulet · 2 years, 7 months ago
  18. 9bf3a1f BUG/MINOR: ssl: Fix crash when no private key is found in pem by Remi Tricot-Le Breton · 2 years, 7 months ago
  19. 7198c70 MINOR: tools: add get_exec_path implementation for solaris based systems. by David Carlier · 2 years, 6 months ago
  20. 135c1ec BUILD: fix build warning on solaris based systems with __maybe_unused. by David Carlier · 2 years, 6 months ago
  21. 9b6becb CLEANUP: Remove unused function hlua_get_top_error_string by Tim Duesterhus · 2 years, 6 months ago
  22. 6eded62 CLEANUP: Add missing header to hlua_fcn.c by Tim Duesterhus · 2 years, 6 months ago
  23. 2a0688a CLEANUP: Add missing header to ssl_utils.c by Tim Duesterhus · 2 years, 6 months ago
  24. 1746a38 MINOR: ssl: Add 'ssl-provider' global option by Remi Tricot-Le Breton · 2 years, 6 months ago
  25. e809765 MINOR: ssl: Add 'ssl-propquery' global option by Remi Tricot-Le Breton · 2 years, 6 months ago
  26. 5194446 MEDIUM: ssl: Delay random generator initialization after config parsing by Remi Tricot-Le Breton · 2 years, 6 months ago
  27. 18c13d3 MEDIUM: http-ana: Add a proxy option to restrict chars in request header names by Christopher Faulet · 2 years, 6 months ago
  28. f46393a MINOR: ncbuf: fix warnings for testing build by Amaury Denoyelle · 2 years, 6 months ago
  29. 48fbad4 BUG/MEDIUM: ncbuf: fix null buffer usage by Amaury Denoyelle · 2 years, 6 months ago
  30. 94cd779 CI: determine actual LibreSSL version dynamically by Ilya Shipitsin · 2 years, 7 months ago
  31. 3703325 [RELEASE] Released version 2.6-dev10 by Willy Tarreau · 2 years, 6 months ago
  32. 45fce8f CLEANUP: quic: remove unused quic_rx_strm_frm by Amaury Denoyelle · 2 years, 7 months ago
  33. 00f87bb CLEANUP: mux-quic: remove unused fields for Rx by Amaury Denoyelle · 2 years, 7 months ago
  34. 3db98e9 MEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams by Amaury Denoyelle · 2 years, 7 months ago
  35. 1290f1e MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams by Amaury Denoyelle · 2 years, 7 months ago
  36. 06749f3 MINOR: xprt_quic: adjust flow-control according to bufsize by Amaury Denoyelle · 2 years, 7 months ago
  37. b5ca943 BUG/MINOR: ncbuf: fix coverity warning on uninit sz_data by Amaury Denoyelle · 2 years, 7 months ago
  38. 26f221b MINOR: config: make sure never to mix dgram and stream protocols on a bind line by Willy Tarreau · 2 years, 7 months ago
  39. 8d31ab0 MINOR: tools: improve error message accuracy in str2sa_range by Willy Tarreau · 2 years, 7 months ago
  40. df94313 BUG/MEDIUM: mux-quic: fix a thinko in the latest cs/endpoint cleanup by Willy Tarreau · 2 years, 7 months ago
  41. 973cf90 MINOR: ext-check: indicate the transport and protocol of a server by Willy Tarreau · 2 years, 7 months ago
  42. 6796a06 CLEANUP: conn_stream: merge cs_new_from_{mux,applet} into cs_new_from_endp() by Willy Tarreau · 2 years, 7 months ago
  43. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
  44. c1b8d77 MINOR: applet: add appctx_strm() and appctx_cs() to access common fields by Willy Tarreau · 2 years, 7 months ago
  45. 1c3ead4 MINOR: applet: replace cs_applet_shut() with appctx_shut() by Willy Tarreau · 2 years, 7 months ago
  46. 4201ab7 CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint by Willy Tarreau · 2 years, 7 months ago
  47. cfbfc3f MINOR: mux-pt: remove the now unneeded conn_stream from the context by Willy Tarreau · 2 years, 7 months ago
  48. 01c2a4a MINOR: mux-quic: remove the now unneeded conn_stream from the qcs by Willy Tarreau · 2 years, 7 months ago
  49. b57669e MINOR: mux-fcgi: remove the now unneeded conn_stream from the fcgi_strm by Willy Tarreau · 2 years, 7 months ago
  50. c84610c MINOR: mux-fcgi: make sure any stream always has an endpoint by Willy Tarreau · 2 years, 7 months ago
  51. cd6bb1a MINOR: mux-h2: remove the now unneeded conn_stream from the h2s by Willy Tarreau · 2 years, 7 months ago
  52. b22b5f0 MINOR: mux-h2: make sure any h2s always has an endpoint by Willy Tarreau · 2 years, 7 months ago
  53. 56d5a81 MINOR: mux-h1: remove the now unneeded h1s->cs by Willy Tarreau · 2 years, 7 months ago
  54. efb4618 MINOR: conn_stream: add a pointer back to the cs from the endpoint by Willy Tarreau · 2 years, 7 months ago
  55. 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · 2 years, 7 months ago
  56. 15b0721 CLEANUP: mux-quic: always take the endp from the qcs not the cs by Willy Tarreau · 2 years, 7 months ago
  57. 7d299c2 CLEANUP: mux-fcgi: always take the endp from the fstrm not the cs by Willy Tarreau · 2 years, 7 months ago
  58. 7a2705f CLEANUP: mux-pt: always take the endp from the context not the cs by Willy Tarreau · 2 years, 7 months ago
  59. aff21f9 CLEANUP: mux-h2: always take the endp from the h2s not the cs by Willy Tarreau · 2 years, 7 months ago
  60. 61533d3 CLEANUP: mux-h1: always take the endp from the h1s not the cs by Willy Tarreau · 2 years, 7 months ago
  61. 386346f MINOR: conn_stream: make cs_set_error() work on the endpoint instead by Willy Tarreau · 2 years, 7 months ago
  62. b112b1d CLEANUP: mux-h1: Fix comments and error messages for global options by Christopher Faulet · 2 years, 7 months ago
  63. 0f9c0f5 MINOR: mux-h1: Add global option accpet payload for any HTTP/1.0 requests by Christopher Faulet · 2 years, 7 months ago
  64. ae053b3 BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized by William Lallemand · 2 years, 7 months ago
  65. 60cfe8b DOC/MINOR: fix typos in the lua-api document by Boyang Li · 2 years, 7 months ago
  66. e0c5435 BUG/MEDIUM: lua: fix argument handling in data removal functions by Boyang Li · 2 years, 7 months ago
  67. eeeeed4 MINOR: ncbuf: write unit tests by Amaury Denoyelle · 2 years, 7 months ago
  68. df25acf MINOR: ncbuf: implement advance by Amaury Denoyelle · 2 years, 7 months ago
  69. b830f0d MINOR: ncbuf: define various insertion modes by Amaury Denoyelle · 2 years, 7 months ago
  70. 077e096 MINOR: ncbuf: implement insertion by Amaury Denoyelle · 2 years, 7 months ago
  71. edeb0a6 MINOR: ncbuf: optimize storage for the last gap by Amaury Denoyelle · 2 years, 7 months ago
  72. d5d2ed9 MINOR: ncbuf: complete API and define block interal abstraction by Amaury Denoyelle · 2 years, 7 months ago
  73. 1b5f77f MINOR: ncbuf: define non-contiguous buffer by Amaury Denoyelle · 2 years, 7 months ago
  74. 31fe308 CLEANUP: quic_tls: QUIC_TLS_IV_LEN defined two times by Frédéric Lécaille · 2 years, 7 months ago
  75. 4ba3b4e CLEANUP: quic: Useless use of pointer for quic_hkdf_extract() by Frédéric Lécaille · 2 years, 7 months ago
  76. a54e49d CLEANUP: quic: wrong use of eb*entry() macro by Frédéric Lécaille · 2 years, 7 months ago
  77. 36b28ed MINOR: quic: Short packets always embed a trailing AEAD TAG by Frédéric Lécaille · 2 years, 7 months ago
  78. e2fb1bf MINOR: quic: Send stateless reset tokens by Frédéric Lécaille · 2 years, 7 months ago
  79. 806e6cf MINOR: quic: Stateless reset token copy to transport parameters by Frédéric Lécaille · 2 years, 7 months ago
  80. 395a64d MINOR: qc_new_conn() rework for stateless reset by Frédéric Lécaille · 2 years, 7 months ago
  81. 28a1795 MINOR: quic: Initialize stateless reset tokens with HKDF secrets by Frédéric Lécaille · 2 years, 7 months ago
  82. 0226c52 MINOR: quic: new_quic_cid() code moving by Frédéric Lécaille · 2 years, 7 months ago
  83. 7b92c81 MINOR: quic-tls: Add quic_hkdf_extract_and_expand() for HKDF by Frédéric Lécaille · 2 years, 7 months ago
  84. 372508c MINOR: config: Add "cluster-secret" new global keyword by Frédéric Lécaille · 2 years, 7 months ago
  85. 7cc8b31 MINOR: quic: Add correct ack delay values to ACK frames by Frédéric Lécaille · 2 years, 7 months ago
  86. 9475d89 MINOR: quic: Congestion controller event trace fix (loss) by Frédéric Lécaille · 2 years, 7 months ago
  87. f6e8594 BUG/MINOR: quic: Wrong unit for ack delay for incoming ACK frames by Frédéric Lécaille · 2 years, 7 months ago
  88. 5b988eb BUG/MINOR: quic: Dropped peer transport parameters by Frédéric Lécaille · 2 years, 7 months ago
  89. 8726d63 MINOR: quic: Add a debug counter for sendto() errors by Frédéric Lécaille · 2 years, 7 months ago
  90. cfabb35 DOC: configuration: add the httpclient keywords to the global keywords index by William Lallemand · 2 years, 7 months ago
  91. e872f75 MINOR: mux-h2: report a trace event when failing to create a new stream by Willy Tarreau · 2 years, 7 months ago
  92. 198b507 BUG/MINOR: mux-h2: mark the stream as open before processing it not after by Willy Tarreau · 2 years, 7 months ago
  93. 314e6ec BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket by Emeric Brun · 2 years, 7 months ago
  94. 47a4c61 BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes). by vigneshsp · 2 years, 7 months ago
  95. 6d868a2 BUILD: makefile: add -Wfatal-errors to the default flags by Willy Tarreau · 2 years, 7 months ago
  96. ff3333e DOC: install: update gcc version requirements by Willy Tarreau · 2 years, 7 months ago
  97. 63fc900 BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-( by Willy Tarreau · 2 years, 7 months ago
  98. d867934 BUILD: listener: shut report of possible null-deref in listener_accept() by Willy Tarreau · 2 years, 7 months ago
  99. 8a0fd3a BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings by Willy Tarreau · 2 years, 7 months ago
  100. 393e42a BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation by Willy Tarreau · 2 years, 7 months ago