1. efb4618 MINOR: conn_stream: add a pointer back to the cs from the endpoint by Willy Tarreau · 2 years, 7 months ago
  2. 386346f MINOR: conn_stream: make cs_set_error() work on the endpoint instead by Willy Tarreau · 2 years, 7 months ago
  3. df25acf MINOR: ncbuf: implement advance by Amaury Denoyelle · 2 years, 7 months ago
  4. b830f0d MINOR: ncbuf: define various insertion modes by Amaury Denoyelle · 2 years, 7 months ago
  5. 077e096 MINOR: ncbuf: implement insertion by Amaury Denoyelle · 2 years, 7 months ago
  6. edeb0a6 MINOR: ncbuf: optimize storage for the last gap by Amaury Denoyelle · 2 years, 7 months ago
  7. d5d2ed9 MINOR: ncbuf: complete API and define block interal abstraction by Amaury Denoyelle · 2 years, 7 months ago
  8. 1b5f77f MINOR: ncbuf: define non-contiguous buffer by Amaury Denoyelle · 2 years, 7 months ago
  9. 31fe308 CLEANUP: quic_tls: QUIC_TLS_IV_LEN defined two times by Frédéric Lécaille · 2 years, 7 months ago
  10. a54e49d CLEANUP: quic: wrong use of eb*entry() macro by Frédéric Lécaille · 2 years, 7 months ago
  11. e2fb1bf MINOR: quic: Send stateless reset tokens by Frédéric Lécaille · 2 years, 7 months ago
  12. 0226c52 MINOR: quic: new_quic_cid() code moving by Frédéric Lécaille · 2 years, 7 months ago
  13. 7b92c81 MINOR: quic-tls: Add quic_hkdf_extract_and_expand() for HKDF by Frédéric Lécaille · 2 years, 7 months ago
  14. 372508c MINOR: config: Add "cluster-secret" new global keyword by Frédéric Lécaille · 2 years, 7 months ago
  15. 7cc8b31 MINOR: quic: Add correct ack delay values to ACK frames by Frédéric Lécaille · 2 years, 7 months ago
  16. 9475d89 MINOR: quic: Congestion controller event trace fix (loss) by Frédéric Lécaille · 2 years, 7 months ago
  17. f6e8594 BUG/MINOR: quic: Wrong unit for ack delay for incoming ACK frames by Frédéric Lécaille · 2 years, 7 months ago
  18. 5b988eb BUG/MINOR: quic: Dropped peer transport parameters by Frédéric Lécaille · 2 years, 7 months ago
  19. 8726d63 MINOR: quic: Add a debug counter for sendto() errors by Frédéric Lécaille · 2 years, 7 months ago
  20. 314e6ec BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket by Emeric Brun · 2 years, 7 months ago
  21. 47a4c61 BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes). by vigneshsp · 2 years, 7 months ago
  22. 8a0fd3a BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings by Willy Tarreau · 2 years, 7 months ago
  23. ecab71f BUILD: stats: conditionally mark obsolete stats states as deprecated by Willy Tarreau · 2 years, 7 months ago
  24. 4fc2cd7 MINOR: compiler: add a new macro to set an attribute on an enum when possible by Willy Tarreau · 2 years, 7 months ago
  25. 4aed40e MINOR: tcp: socket translate TCP_KEEPIDLE for macOs equivalent by David CARLIER · 2 years, 7 months ago
  26. 6ef1648 CLEANUP: stats: rename the stats state values an mark the old ones deprecated by Willy Tarreau · 2 years, 7 months ago
  27. 1c0715b CLEANUP: cli: move the status print context into its own context by Willy Tarreau · 2 years, 7 months ago
  28. aa229cc MINOR: lua: move the http service context out of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
  29. e23f33b MINOR: lua: move the tcp service storage outside of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
  30. 5321da9 MEDIUM: lua: move the cosocket storage outside of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
  31. f61494c CLEANUP: cache: take the context out of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
  32. c7afedc BUILD: applet: mark the appctx's st2 variable as deprecated by Willy Tarreau · 2 years, 7 months ago
  33. f50da2c BUILD: applet: mark the CLI's generic variables as deprecated by Willy Tarreau · 2 years, 7 months ago
  34. 23a2407 CLEANUP: spoe: do not use appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
  35. 455caef CLEANUP: peers: do not use appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
  36. 1eea665 CLEANUP: httpclient: do not use the appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
  37. cba8838 CLEANUP: ring: pass the ring watch flags to ring_attach_cli(), not in ctx.cli by Willy Tarreau · 2 years, 7 months ago
  38. 42cc831 CLEANUP: sink: use the generic context to store the forwarder's context by Willy Tarreau · 2 years, 7 months ago
  39. dec23dc CLEANUP: ssl/cli: use a local context for "commit ssl {ca|crl}file" by Willy Tarreau · 2 years, 7 months ago
  40. 329f4b4 CLEANUP: ssl/cli: use a local context for "set ssl cert" by Willy Tarreau · 2 years, 7 months ago
  41. 96c9a6c CLEANUP: ssl/cli: use a local context for "show ssl cert" by Willy Tarreau · 2 years, 7 months ago
  42. f3e8b3e CLEANUP: ssl/cli: use a local context for "show crlfile" by Willy Tarreau · 2 years, 7 months ago
  43. 50c2f1e CLEANUP: ssl/cli: use a local context for "show cafile" by Willy Tarreau · 2 years, 7 months ago
  44. bcda5f6 CLEANUP: hlua/cli: take the hlua_cli context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  45. 41f8852 CLEANUP: stats/cli: stop using appctx->st2 by Willy Tarreau · 2 years, 7 months ago
  46. 91cefca CLEANUP: stats/cli: take the "show stat" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  47. cb8bf17 CLEANUP: peers/cli: take the "show peers" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  48. 0fcecc6 CLEANUP: map/cli: take the "show map" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  49. 3c69e08 CLEANUP: stick-table/cli: take the "show table" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  50. 0fd8f0e CLEANUP: proxy/cli: take the "show errors" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  51. 39f097d CLEANUP: stream/cli: take the "show sess" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  52. f12f32a MINOR: applet: reserve some generic storage in the applet's context by Willy Tarreau · 2 years, 7 months ago
  53. 4fd9b4d BUG/MINOR: ssl/cli: fix "show ssl cert" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
  54. 0630579 BUG/MINOR: ssl/cli: fix "show ssl ca-file <name>" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
  55. 821c3b0 BUG/MINOR: ssl/cli: fix "show ssl ca-file/crl-file" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
  56. 7867f63 MEDIUM: resolvers: create a "default" resolvers section at startup by William Lallemand · 2 years, 7 months ago
  57. fa24379 MINOR: conn-stream: Add mask from flags set by endpoint or app layer by Christopher Faulet · 2 years, 7 months ago
  58. 664741e MINOR: quic: Make the quic_conn be aware of the number of streams by Frédéric Lécaille · 2 years, 7 months ago
  59. b074966 CLEANUP: mux: Useless xprt_quic-t.h inclusion by Frédéric Lécaille · 2 years, 7 months ago
  60. 0367b4c MINOR: session: get rid of the now unused SESS_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
  61. 030b3e6 MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
  62. 04e9aca MINOR: conn_stream: remove the now unused CS_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
  63. 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · 2 years, 7 months ago
  64. f1fc0b3 MINOR: mux-quic: support full request channel buffer by Amaury Denoyelle · 2 years, 7 months ago
  65. c40e19d BUG/MINOR: quic: Missing time threshold multiplifier for loss delay computation by Frédéric Lécaille · 2 years, 7 months ago
  66. 1601395 MINOR: quic: moving code for QUIC loss detection by Frédéric Lécaille · 2 years, 7 months ago
  67. 77cb38d BUG/MEDIUM: quic: Possible crash on STREAM frame loss by Frédéric Lécaille · 2 years, 7 months ago
  68. da34255 MEDIUM: quic: Mark copies of acknowledged frames as acknowledged by Frédéric Lécaille · 2 years, 7 months ago
  69. 3e3a621 MINOR: quic: old data distinction for qc_send_app_pkt() by Frédéric Lécaille · 2 years, 7 months ago
  70. a956841 MEDIUM: quic: New functions for probing rework by Frédéric Lécaille · 2 years, 7 months ago
  71. 3ef729a MINOR: quic: process_timer() rework by Frédéric Lécaille · 2 years, 7 months ago
  72. b44cbc6 MINOR: quic: Do not retransmit frames from coalesced packets by Frédéric Lécaille · 2 years, 7 months ago
  73. b917191 MINOR: quic: Prepare quic_frame struct duplication by Frédéric Lécaille · 2 years, 7 months ago
  74. 47447af MINOR: mux-quic: add a app-layer context in qcs by Amaury Denoyelle · 2 years, 7 months ago
  75. 3df8ca0 MINOR: mux-quic: partially copy Rx frame if almost full buf by Amaury Denoyelle · 2 years, 7 months ago
  76. 44d0912 MINOR: mux-quic: count local flow-control stream limit on reception by Amaury Denoyelle · 2 years, 7 months ago
  77. 408d226 MINOR: mux-quic: remove unused bogus qcc_get_stream() by Amaury Denoyelle · 2 years, 7 months ago
  78. 226866e CLEANUP: deinit: release the config postparsers by Willy Tarreau · 2 years, 7 months ago
  79. 1024393 MINOR: ssl: add a new global option "tune.ssl.hard-maxrecord" by Thomas Prückl · 2 years, 7 months ago
  80. 4d7fdc6 MINOR: connection: Add way to disable active connection closing during soft-stop by Remi Tricot-Le Breton · 2 years, 7 months ago
  81. 65d9f83 BUILD: compiler: properly distinguish weak and global symbols by Willy Tarreau · 2 years, 7 months ago
  82. a80e4a3 MINOR: fd: add functions to set O_NONBLOCK and FD_CLOEXEC by Willy Tarreau · 2 years, 7 months ago
  83. 197715a CLEANUP: compression: move the default setting of maxzlibmem to defaults by Willy Tarreau · 2 years, 7 months ago
  84. 2df1fbf MINOR: init: add global setting "fd-hard-limit" to bound system limits by Willy Tarreau · 2 years, 7 months ago
  85. 7c9a0fe MEDIUM: backend: add new "balance hash <expr>" algorithm by Willy Tarreau · 2 years, 7 months ago
  86. a4e3989 MINOR: task: add a new task_instant_wakeup() function by Willy Tarreau · 2 years, 7 months ago
  87. b53eb87 MINOR: init: add the pre-check callback by William Lallemand · 2 years, 7 months ago
  88. eb50c01 MINOR: conn-stream: Make cs_detach_* private and use cs_destroy() from outside by Christopher Faulet · 2 years, 7 months ago
  89. ca6c9bb CLEANUP: conn-stream: Rename cs_applet_release() by Christopher Faulet · 2 years, 7 months ago
  90. ff022a2 CLEANUP: conn-stream: Rename cs_conn_close() and cs_conn_drain_and_close() by Christopher Faulet · 2 years, 7 months ago
  91. f87c67e MINOR: ssl: Add 'show ssl providers' cli command and providers list in -vv option by Remi Tricot-Le Breton · 2 years, 7 months ago
  92. 97e84c6 MINOR: cfg-quic: define tune.quic.conn-buf-limit by Amaury Denoyelle · 2 years, 7 months ago
  93. 1b2dba5 MINOR: mux-quic: implement immediate send retry by Amaury Denoyelle · 2 years, 8 months ago
  94. d2f80a2 MINOR: quic: limit total stream buffers per connection by Amaury Denoyelle · 2 years, 8 months ago
  95. 1b81dda MINOR: quic-stream: refactor ack management by Amaury Denoyelle · 2 years, 7 months ago
  96. a456920 MEDIUM: quic: implement multi-buffered Tx streams by Amaury Denoyelle · 2 years, 8 months ago
  97. b22c046 MINOR: quic-stream: add qc field by Amaury Denoyelle · 2 years, 7 months ago
  98. e4301da MINOR: quic-stream: use distinct tree nodes for quic stream and qcs by Amaury Denoyelle · 2 years, 7 months ago
  99. 0cc02a3 REORG: quic: use a dedicated module for qc_stream_desc by Amaury Denoyelle · 2 years, 7 months ago
  100. 1d6338e MEDIUM: ssl: Disable DHE ciphers by default by Remi Tricot-Le Breton · 2 years, 8 months ago