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