summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* MINOR: proxy: factorize send rate measurementAmaury Denoyelle2023-04-281-0/+17
* MINOR: clock: replace the timeval start_time with start_time_nsWilly Tarreau2023-04-281-1/+1
* MEDIUM: clock: replace timeval "now" with integer "now_ns"Willy Tarreau2023-04-284-6/+6
* MINOR: clock: do not use now.tv_sec anymoreWilly Tarreau2023-04-282-2/+3
* MINOR: checks: use a nanosecond counters instead of timeval for checks->startWilly Tarreau2023-04-281-1/+1
* MEDIUM: tree-wide: replace timeval with nanoseconds in tv_accept and tv_requestWilly Tarreau2023-04-283-5/+5
* MINOR: spoe: switch the timeval-based timestamps to nanosecond timestampsWilly Tarreau2023-04-281-5/+5
* MINOR: time: replace calls to tv_ms_elapsed() with a linear subtractWilly Tarreau2023-04-281-1/+1
* MINOR: time: add conversions to/from nanosecond timestampsWilly Tarreau2023-04-281-0/+46
* BUG/MINOR: stconn: Fix SC flags with same valueChristopher Faulet2023-04-281-6/+6
* BUG/MEDIUM: spoe: Don't start new applet if there are enough idle onesChristopher Faulet2023-04-281-0/+1
* MINOR: quic: finalize affinity change as soon as possibleAmaury Denoyelle2023-04-261-0/+1
* BUG/MEDIUM: mux-quic: do not emit RESET_STREAM for unknown lengthAmaury Denoyelle2023-04-261-0/+1
* DEBUG: crash using an invalid opcode on aarch64 instead of an invalid accessWilly Tarreau2023-04-251-0/+7
* DEBUG: crash using an invalid opcode on x86/x86_64 instead of an invalid accessWilly Tarreau2023-04-251-0/+19
* CLEANUP: quic: rename frame variablesAmaury Denoyelle2023-04-242-13/+13
* CLEANUP: quic: rename frame types with an explicit prefixAmaury Denoyelle2023-04-243-65/+65
* MINOR: listener: add a new global tune.listener.default-shards settingWilly Tarreau2023-04-231-0/+1
* MINOR: protocol: perform a live check for SO_REUSEPORT supportWilly Tarreau2023-04-231-0/+1
* MINOR: sock: add a function to check for SO_REUSEPORT support at runtimeWilly Tarreau2023-04-231-0/+1
* MINOR: protocol: add a function to check if some features are supportedWilly Tarreau2023-04-231-0/+8
* MINOR: protocol: move the global reuseport flag to the protocolsWilly Tarreau2023-04-232-1/+4
* MINOR: protocol: add a flags field to store info about protocolsWilly Tarreau2023-04-232-1/+7
* MINOR: proxy: make proxy_type_str() recognize peers sectionsWilly Tarreau2023-04-231-0/+2
* REORG: listener: move the bind_conf's thread setup code to listener.cWilly Tarreau2023-04-231-0/+8
* CLEANUP: protocol: move the nb_receivers to plug a hole in protocolWilly Tarreau2023-04-231-2/+2
* CLEANUP: protocol: move the l3_addrlen to plug a hole in proto_famWilly Tarreau2023-04-231-1/+2
* BUILD: proto_tcp: export the correct names for proto_tcpv[46]Willy Tarreau2023-04-231-2/+2
* BUILD: sock_inet: forward-declare struct receiverWilly Tarreau2023-04-231-0/+3
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2023-04-231-1/+1
* MINOR: Make `tasklet_free()` safe to be called with `NULL`Tim Duesterhus2023-04-231-0/+3
* MINOR: listener: make sure to avoid ABA updates in per-thread indexWilly Tarreau2023-04-211-1/+1
* MINOR: listener: make accept_queue index atomicWilly Tarreau2023-04-212-2/+15
* MINOR: receiver: add RX_F_MUST_DUP to indicate that an rx must be dupedWilly Tarreau2023-04-211-1/+2
* MINOR: receiver: add a struct shard_info to store info about each shardWilly Tarreau2023-04-212-0/+14
* MINOR: listener: support another thread dispatch mode: "fair"Willy Tarreau2023-04-211-1/+4
* MINOR: quic_sock: index li->per_thr[] on local thread id, not global oneWilly Tarreau2023-04-211-1/+1
* MINOR: quic: support migrating the listener as wellWilly Tarreau2023-04-211-1/+1
* MINOR: server: pass adm and op cause to srv_update_status()Aurelien DARRAGON2023-04-211-2/+0
* MINOR: server: change srv_op_st_chg_cause storage typeAurelien DARRAGON2023-04-212-8/+16
* MINOR: server: srv_append_status refactoAurelien DARRAGON2023-04-211-0/+1
* MINOR: server: change adm_st_chg_cause storage typeAurelien DARRAGON2023-04-212-5/+19
* MINOR: event_hdl: provide event->when for advanced handlersAurelien DARRAGON2023-04-211-0/+2
* MINOR: event_hdl: dynamically allocated event data membersAurelien DARRAGON2023-04-212-3/+36
* CLEANUP: event_hdl: fix comment typo about _sync assertionAurelien DARRAGON2023-04-211-1/+2
* CLEANUP: event_hdl: updating obsolete comment for EVENT_HDL_CB_DATAAurelien DARRAGON2023-04-211-2/+2
* BUG/MINOR: event_hdl: don't waste 1 event subtype slotAurelien DARRAGON2023-04-211-1/+1
* MINOR: server/event_hdl: prepare for upcoming refactorsAurelien DARRAGON2023-04-211-0/+2
* MINOR: server/event_hdl: add proxy_uuid to event_hdl_cb_data_serverAurelien DARRAGON2023-04-211-0/+1
* MINOR: quic: Do not allocate too much ack rangesFrédéric Lécaille2023-04-191-0/+3