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