1. 0e1aaf4 MEDIUM: proto: duplicate receivers marked RX_F_MUST_DUP by Willy Tarreau · Mon Feb 27 16:39:32 2023 +0100
  2. e4c36aa MINOR: receiver: add RX_F_MUST_DUP to indicate that an rx must be duped by Willy Tarreau · Mon Feb 27 16:37:21 2023 +0100
  3. aae1810 MINOR: receiver: add a struct shard_info to store info about each shard by Willy Tarreau · Wed Mar 01 18:25:58 2023 +0100
  4. 84fe1f4 MINOR: listener: support another thread dispatch mode: "fair" by Willy Tarreau · Thu Apr 20 15:40:38 2023 +0200
  5. 6a4d48b MINOR: quic_sock: index li->per_thr[] on local thread id, not global one by Willy Tarreau · Fri Apr 21 10:46:45 2023 +0200
  6. 77d37b0 MINOR: quic: support migrating the listener as well by Willy Tarreau · Thu Apr 20 19:03:49 2023 +0200
  7. 23f352f MINOR: server/event_hdl: prepare for server event data wrapper by Aurelien DARRAGON · Fri Mar 24 17:02:53 2023 +0100
  8. f71e064 MEDIUM: server: split srv_update_status() in two functions by Aurelien DARRAGON · Wed Apr 19 16:19:58 2023 +0200
  9. 76e2555 MINOR: server: pass adm and op cause to srv_update_status() by Aurelien DARRAGON · Tue Apr 18 11:00:17 2023 +0200
  10. 10518c0 CLEANUP: server: fix srv_set_{running, stopping, stopped} function comment by Aurelien DARRAGON · Wed Apr 19 10:33:02 2023 +0200
  11. c54b98a CLEANUP: server: remove unused variables in srv_update_status() by Aurelien DARRAGON · Tue Apr 18 12:08:18 2023 +0200
  12. 1746b56 MINOR: server: change srv_op_st_chg_cause storage type by Aurelien DARRAGON · Tue Apr 04 10:17:40 2023 +0200
  13. f3b48a8 MINOR: server: srv_append_status refacto by Aurelien DARRAGON · Fri Apr 14 18:07:09 2023 +0200
  14. 9b1ccd7 MINOR: server: change adm_st_chg_cause storage type by Aurelien DARRAGON · Mon Apr 03 17:40:28 2023 +0200
  15. 85b9137 MINOR: server: propagate lb changes through srv_lb_propagate() by Aurelien DARRAGON · Tue Apr 18 12:02:48 2023 +0200
  16. 8bbe643 MINOR: server: propagate server state change to lb through single function by Aurelien DARRAGON · Mon Apr 17 13:53:56 2023 +0200
  17. 5f80f8b MINOR: server: central update for server counters on state change by Aurelien DARRAGON · Wed Apr 19 18:22:21 2023 +0200
  18. 9c21ff0 BUG/MINOR: server: don't use date when restoring last_change from state file by Aurelien DARRAGON · Fri Apr 21 10:58:32 2023 +0200
  19. 9f5853f BUG/MINOR: server: don't miss server stats update on server state transitions by Aurelien DARRAGON · Tue Apr 18 13:52:27 2023 +0200
  20. e80ddb1 BUG/MINOR: server: don't miss proxy stats update on server state transitions by Aurelien DARRAGON · Mon Apr 17 15:30:11 2023 +0200
  21. 22151c7 MINOR: server: explicitly commit state change in srv_update_status() by Aurelien DARRAGON · Mon Apr 17 17:45:58 2023 +0200
  22. 9a1df02 BUG/MINOR: server: incorrect report for tracking servers leaving drain by Aurelien DARRAGON · Mon Mar 27 10:17:31 2023 +0200
  23. 2dac67a DOC: lua: restore 80 char limitation by Aurelien DARRAGON · Thu Apr 20 12:16:17 2023 +0200
  24. 096b383 MINOR: hlua/event_hdl: timestamp for events by Aurelien DARRAGON · Thu Apr 20 11:32:46 2023 +0200
  25. e9314fb MINOR: event_hdl: provide event->when for advanced handlers by Aurelien DARRAGON · Tue Apr 04 21:41:10 2023 +0200
  26. ebf58e9 MINOR: event_hdl: dynamically allocated event data members by Aurelien DARRAGON · Thu Mar 23 19:09:15 2023 +0100
  27. 147691f CLEANUP: event_hdl: fix comment typo about _sync assertion by Aurelien DARRAGON · Tue Apr 04 21:43:31 2023 +0200
  28. 363ef4d CLEANUP: event_hdl: updating obsolete comment for EVENT_HDL_CB_DATA by Aurelien DARRAGON · Thu Mar 23 17:46:45 2023 +0100
  29. 8273bfc BUG/MINOR: event_hdl: don't waste 1 event subtype slot by Aurelien DARRAGON · Thu Mar 30 12:17:47 2023 +0200
  30. a63f490 MINOR: server/event_hdl: prepare for upcoming refactors by Aurelien DARRAGON · Thu Mar 23 14:39:51 2023 +0100
  31. 2f6a07d MINOR: hlua/event_hdl: fix return type for hlua_event_hdl_cb_data_push_args by Aurelien DARRAGON · Mon Mar 27 18:16:21 2023 +0200
  32. 55f84c7 MINOR: hlua/event_hdl: expose proxy_uuid variable in server events by Aurelien DARRAGON · Wed Mar 22 17:49:04 2023 +0100
  33. 3d9bf4e MINOR: hlua/event_hdl: rely on proxy_uuid instead of proxy_name for lookups by Aurelien DARRAGON · Wed Mar 22 17:46:12 2023 +0100
  34. d714213 MINOR: server/event_hdl: add proxy_uuid to event_hdl_cb_data_server by Aurelien DARRAGON · Wed Mar 22 17:35:47 2023 +0100
  35. 0ddf052 CLEANUP: server: fix update_status() function comment by Aurelien DARRAGON · Mon Mar 27 11:57:28 2023 +0200
  36. 88687f0 CLEANUP: errors: fix obsolete function comments by Aurelien DARRAGON · Tue Apr 04 22:04:35 2023 +0200
  37. a65dd3a BUG/MINOR: quic: consume Rx datagram even on error by Amaury Denoyelle · Wed Apr 19 14:26:16 2023 +0200
  38. d537ca7 BUG/MINOR: quic: prevent crash on qc_new_conn() failure by Amaury Denoyelle · Wed Apr 19 10:45:40 2023 +0200
  39. 9bbfa72 BUG/MINOR: h3: fix crash on h3s alloc failure by Amaury Denoyelle · Wed Apr 19 11:49:16 2023 +0200
  40. 93d2ebe BUG/MINOR: mux-quic: properly handle STREAM frame alloc failure by Amaury Denoyelle · Wed Apr 19 11:42:24 2023 +0200
  41. ed82082 BUG/MINOR: mux-quic: fix crash with app ops install failure by Amaury Denoyelle · Wed Apr 19 17:58:39 2023 +0200
  42. d074213 BUG/MINOR: quic: Wrong Retry token generation timestamp computing by Frédéric Lécaille · Wed Apr 19 17:31:28 2023 +0200
  43. 45662ef BUG/MINOR: quic: Unchecked buffer length when building the token by Frédéric Lécaille · Tue Apr 18 14:42:40 2023 +0200
  44. 0ed9403 MINOR: quic: Do not allocate too much ack ranges by Frédéric Lécaille · Mon Apr 17 14:10:14 2023 +0200
  45. 4b2627b BUG/MINOR: quic: Stop removing ACK ranges when building packets by Frédéric Lécaille · Mon Apr 17 13:42:42 2023 +0200
  46. 8cd620b MINOR: hlua: safe coroutine.create() by Aurelien DARRAGON · Fri Apr 07 17:37:46 2023 +0200
  47. cf0f792 MINOR: hlua: hook yield on known lua state by Aurelien DARRAGON · Fri Apr 07 16:34:20 2023 +0200
  48. 2a9764b CLEANUP: hlua: avoid confusion between internal timers and tick based timers by Aurelien DARRAGON · Tue Apr 04 18:41:04 2023 +0200
  49. 58e36e5 MEDIUM: hlua: introduce tune.lua.burst-timeout by Aurelien DARRAGON · Thu Apr 06 22:51:56 2023 +0200
  50. da9503c MEDIUM: hlua: reliable timeout detection by Aurelien DARRAGON · Fri Nov 25 09:10:07 2022 +0100
  51. df188f1 MINOR: clock: add now_cpu_time_fast() function by Aurelien DARRAGON · Tue Apr 04 17:21:40 2023 +0200
  52. 07cbd8e MINOR: clock: add now_mono_time_fast() function by Aurelien DARRAGON · Fri Nov 25 08:56:46 2022 +0100
  53. be33662 BUG/MINOR: cfgparse: make sure to include openssl-compat by Willy Tarreau · Wed Apr 19 10:41:55 2023 +0200
  54. 89e48ff BUG/MEDIUM: quic: prevent crash on Retry sending by Amaury Denoyelle · Wed Apr 19 10:04:41 2023 +0200
  55. 5003ac7 MEDIUM: config: set useful ALPN defaults for HTTPS and QUIC by Willy Tarreau · Wed Apr 19 09:12:33 2023 +0200
  56. de85de6 MINOR: ssl_crtlist: dump "no-alpn" on "show crtlist" when "no-alpn" was set by Willy Tarreau · Wed Apr 19 09:07:47 2023 +0200
  57. a2a0955 MINOR: ssl: do not set ALPN callback with the empty string by Willy Tarreau · Wed Apr 19 09:05:49 2023 +0200
  58. 74d7cc0 DOC: add missing documentation for "no-alpn" on bind lines by Willy Tarreau · Wed Apr 19 09:10:47 2023 +0200
  59. 2e3c04a REGTESTS: add a new "ssl_alpn" test to test ALPN negotiation by Willy Tarreau · Wed Apr 19 08:34:01 2023 +0200
  60. 158c18e MINOR: config: add "no-alpn" support for bind lines by Willy Tarreau · Wed Apr 19 08:28:40 2023 +0200
  61. d0c57d3 BUG/MEDIUM: stconn: Propagate error on the SC on sending path by Christopher Faulet · Tue Apr 18 18:38:32 2023 +0200
  62. 845f7c4 CLEANUP: cli: Remove useless debug message in cli_io_handler() by Christopher Faulet · Tue Apr 18 18:36:43 2023 +0200
  63. cbfcb02 CLEANUP: backend: Remove useless debug message in assign_server() by Christopher Faulet · Tue Apr 18 18:25:09 2023 +0200
  64. 27c17d1 BUG/MINOR: http-ana: Update analyzers on both sides when switching in TUNNEL mode by Christopher Faulet · Tue Apr 18 11:01:51 2023 +0200
  65. 0783a7b MINOR: listener: remove unneeded local accept flag by Amaury Denoyelle · Wed Apr 05 18:14:51 2023 +0200
  66. 1acbbca MAJOR: quic: support thread balancing on accept by Amaury Denoyelle · Wed Apr 05 18:17:51 2023 +0200
  67. 739de3f MINOR: quic: properly finalize thread rebinding by Amaury Denoyelle · Tue Apr 11 14:42:31 2023 +0200
  68. 5f87041 BUG/MINOR: quic: transform qc_set_timer() as a reentrant function by Amaury Denoyelle · Tue Apr 11 14:43:42 2023 +0200
  69. 25174d5 MEDIUM: quic: implement thread affinity rebinding by Amaury Denoyelle · Wed Apr 05 17:52:05 2023 +0200
  70. 1304d19 MINOR: quic: delay post handshake frames after accept by Amaury Denoyelle · Tue Apr 11 16:46:03 2023 +0200
  71. a66e043 MINOR: protocol: define new callback set_affinity by Amaury Denoyelle · Wed Apr 05 18:16:28 2023 +0200
  72. 987812b MINOR: quic: do not proceed to accept for closing conn by Amaury Denoyelle · Mon Apr 17 09:31:16 2023 +0200
  73. f16ec34 MEDIUM: quic: handle conn bootstrap/handshake on a random thread by Amaury Denoyelle · Thu Apr 13 17:42:34 2023 +0200
  74. 1e959ad MINOR: quic: remove TID encoding in CID by Amaury Denoyelle · Thu Apr 13 17:34:56 2023 +0200
  75. e83f937 MEDIUM: quic: use a global CID trees list by Amaury Denoyelle · Tue Apr 18 11:10:54 2023 +0200
  76. 6694728 MINOR: quic: remove TID ref from quic_conn by Amaury Denoyelle · Thu Apr 13 11:48:38 2023 +0200
  77. c2a9264 MINOR: quic: adjust quic CID derive API by Amaury Denoyelle · Thu Apr 13 15:26:18 2023 +0200
  78. 1a5cc19 MINOR: quic: adjust Rx packet type parsing by Amaury Denoyelle · Mon Apr 17 15:03:51 2023 +0200
  79. 6ac0fb0 MINOR: quic: remove uneeded tasklet_wakeup after accept by Amaury Denoyelle · Tue Apr 11 15:08:09 2023 +0200
  80. 591e798 CLEANUP: quic: rename quic_connection_id vars by Amaury Denoyelle · Wed Apr 12 10:04:49 2023 +0200
  81. 9b68b64 CLEANUP: quic: remove unused qc param on stateless reset token by Amaury Denoyelle · Wed Apr 12 15:48:51 2023 +0200
  82. 90e5027 CLEANUP: quic: remove unused scid_node by Amaury Denoyelle · Wed Apr 12 16:43:30 2023 +0200
  83. 22a368c CLEANUP: quic: remove unused QUIC_LOCK label by Amaury Denoyelle · Mon Apr 03 15:06:43 2023 +0200
  84. c361937 BUG/MINOR: task: allow to use tasklet_wakeup_after with tid -1 by Amaury Denoyelle · Thu Apr 13 11:48:50 2023 +0200
  85. ca1027c MINOR: mux-h2: make the max number of concurrent streams configurable per side by Willy Tarreau · Tue Apr 18 15:57:03 2023 +0200
  86. 9d7abda MINOR: mux-h2: make the initial window size configurable per side by Willy Tarreau · Mon Apr 17 15:04:34 2023 +0200
  87. b36e512 MINOR: stconn: Propagate EOS from an applet to the attached stream-connector by Christopher Faulet · Mon Apr 17 17:32:43 2023 +0200
  88. 1aec6c9 MINOR: stconn: Propagate EOS from a mux to the attached stream-connector by Christopher Faulet · Mon Apr 17 17:29:29 2023 +0200
  89. ca5309a MINOR: stconn: Add a flag to report EOS at the stream-connector level by Christopher Faulet · Mon Apr 17 16:17:32 2023 +0200
  90. 285aa40 BUG/MEDIUM: log: Properly handle client aborts in syslog applet by Christopher Faulet · Mon Apr 17 16:34:29 2023 +0200
  91. 9704797 BUG/MEDIUM: http-ana: Properly switch the request in tunnel mode on upgrade by Christopher Faulet · Mon Apr 17 08:52:10 2023 +0200
  92. a21ca74 MINOR: ssl: remove OpenSSL 1.0.2 mention into certificate loading error by William Lallemand · Mon Apr 17 14:32:25 2023 +0200
  93. 2ca0158 CLEANUP: use "offsetof" where appropriate by Ilya Shipitsin · Sat Apr 15 23:39:43 2023 +0200
  94. b5efe79 BUG/MINOR: quic: Do not use ack delay during the handshakes by Frédéric Lécaille · Fri Apr 14 09:56:17 2023 +0200
  95. 75b954f BUG/MINOR: stconn: Don't set SE_FL_ERROR at the end of sc_conn_send() by Christopher Faulet · Fri Apr 14 17:32:39 2023 +0200
  96. 25d9fe5 MEDIUM: stconn: Rely on SC flags to handle errors instead of SE flags by Christopher Faulet · Fri Apr 14 12:09:35 2023 +0200
  97. e182a8e MEDIUM: stream: Stop to use SE flags to detect endpoint errors by Christopher Faulet · Fri Apr 14 12:07:26 2023 +0200
  98. d7bac88 MEDIUM: stream: Stop to use SE flags to detect read errors from analyzers by Christopher Faulet · Fri Apr 14 12:05:55 2023 +0200
  99. 725170e MEDIUM: backend: Stop to use SE flags to detect connection errors by Christopher Faulet · Fri Apr 14 12:05:25 2023 +0200
  100. 88d05a0 MEDIUM: tree-wide: Stop to set SE_FL_ERROR from upper layer by Christopher Faulet · Fri Apr 14 12:03:50 2023 +0200