index
:
delta/haproxy.git
20170818-h2-2
20171105-sched-4
20181118-wta-oho-cfa-merge-6
20181130-last-htx-changes-4
20181215-srv-idle-pool-1
20181215-srv-idle-pool-2
20191016-ssl-err-check-1
20200527-rework-includes-2
20200528-rework-includes-3
20200602-rework-includes-7
20200603-rework-includes-9e
20200604-rework-includes-9f
20200605-rework-include-final
20200605-rework-includes-a2
20200828-split-protos-6
20200901-split-protos-7
20200901-split-protos-8a
20200902-split-protos-8c
20200903-split-protos-9c
20200904-split-protos-9d
20200923-proxy-state-5
20200923-proxy-state-6
20201007-proxy-state-7
20201008-proxy-state-8
20201009-mux_h1_refactoring-1
20201118-mux_h1_refactoring-2
20201208-mux_h1_refactoring-3
20201209-quic-dev-review-wta-2
20201215-htx-fl-eom-and-websockets-1
2021-07-31-patches-error-log-format
2021-11-17-fix-tls-resume
2021-11-17-ssl-list-filters.vtc
20210122-fix-tcp-to-h1-upgrade-1
20210122-htx-fl-eom-and-websockets-3
20210402-contrib-cleanup-3
20210415-pools-3
20210618-queue-try2
20210830-wundef-1
20211012-bind-shards-1
20211012-openssl-regtests
20211013-openssl-3.0.0
20211014-ssl_fc_is_resumed
20211018-jtw-fixes
20211020-res-fix-6
20211027-mptcp-3c
20211118-vtest-2
20211119-cache-fixes
20211120-quictls-1
20211125-befab9ee
20211125-revert-fd-leak
20211126-ci-gcc-output-1
20211223-cs-si-refactoring-1
20211228-debug-dump-libs-2
20211228-pool-mt-try2-3
20211228-pool-mt-try2-7
20221220-ocsp-test-1
20230109-ocsp-test-1
20230223-ocsp-test-2
20230302-ocsp-test-3
ade-handle-h2-ws-support
bwlim
haproxy-httpclient-lua-2021-09-28
haproxy-httpclient-lua-2021-10-06
haproxy-httpclient-lua-2021-11-08
httpclient-lua-2021-10-27
httpclient-lua-2021-10-28
master
mworker-20211109
next
ot
github.com: haproxy/haproxy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MINOR: proxy: factorize send rate measurement
Amaury Denoyelle
2023-04-28
1
-0
/
+17
*
MINOR: clock: replace the timeval start_time with start_time_ns
Willy Tarreau
2023-04-28
1
-1
/
+1
*
MEDIUM: clock: replace timeval "now" with integer "now_ns"
Willy Tarreau
2023-04-28
4
-6
/
+6
*
MINOR: clock: do not use now.tv_sec anymore
Willy Tarreau
2023-04-28
2
-2
/
+3
*
MINOR: checks: use a nanosecond counters instead of timeval for checks->start
Willy Tarreau
2023-04-28
1
-1
/
+1
*
MEDIUM: tree-wide: replace timeval with nanoseconds in tv_accept and tv_request
Willy Tarreau
2023-04-28
3
-5
/
+5
*
MINOR: spoe: switch the timeval-based timestamps to nanosecond timestamps
Willy Tarreau
2023-04-28
1
-5
/
+5
*
MINOR: time: replace calls to tv_ms_elapsed() with a linear subtract
Willy Tarreau
2023-04-28
1
-1
/
+1
*
MINOR: time: add conversions to/from nanosecond timestamps
Willy Tarreau
2023-04-28
1
-0
/
+46
*
BUG/MINOR: stconn: Fix SC flags with same value
Christopher Faulet
2023-04-28
1
-6
/
+6
*
BUG/MEDIUM: spoe: Don't start new applet if there are enough idle ones
Christopher Faulet
2023-04-28
1
-0
/
+1
*
MINOR: quic: finalize affinity change as soon as possible
Amaury Denoyelle
2023-04-26
1
-0
/
+1
*
BUG/MEDIUM: mux-quic: do not emit RESET_STREAM for unknown length
Amaury Denoyelle
2023-04-26
1
-0
/
+1
*
DEBUG: crash using an invalid opcode on aarch64 instead of an invalid access
Willy Tarreau
2023-04-25
1
-0
/
+7
*
DEBUG: crash using an invalid opcode on x86/x86_64 instead of an invalid access
Willy Tarreau
2023-04-25
1
-0
/
+19
*
CLEANUP: quic: rename frame variables
Amaury Denoyelle
2023-04-24
2
-13
/
+13
*
CLEANUP: quic: rename frame types with an explicit prefix
Amaury Denoyelle
2023-04-24
3
-65
/
+65
*
MINOR: listener: add a new global tune.listener.default-shards setting
Willy Tarreau
2023-04-23
1
-0
/
+1
*
MINOR: protocol: perform a live check for SO_REUSEPORT support
Willy Tarreau
2023-04-23
1
-0
/
+1
*
MINOR: sock: add a function to check for SO_REUSEPORT support at runtime
Willy Tarreau
2023-04-23
1
-0
/
+1
*
MINOR: protocol: add a function to check if some features are supported
Willy Tarreau
2023-04-23
1
-0
/
+8
*
MINOR: protocol: move the global reuseport flag to the protocols
Willy Tarreau
2023-04-23
2
-1
/
+4
*
MINOR: protocol: add a flags field to store info about protocols
Willy Tarreau
2023-04-23
2
-1
/
+7
*
MINOR: proxy: make proxy_type_str() recognize peers sections
Willy Tarreau
2023-04-23
1
-0
/
+2
*
REORG: listener: move the bind_conf's thread setup code to listener.c
Willy Tarreau
2023-04-23
1
-0
/
+8
*
CLEANUP: protocol: move the nb_receivers to plug a hole in protocol
Willy Tarreau
2023-04-23
1
-2
/
+2
*
CLEANUP: protocol: move the l3_addrlen to plug a hole in proto_fam
Willy Tarreau
2023-04-23
1
-1
/
+2
*
BUILD: proto_tcp: export the correct names for proto_tcpv[46]
Willy Tarreau
2023-04-23
1
-2
/
+2
*
BUILD: sock_inet: forward-declare struct receiver
Willy Tarreau
2023-04-23
1
-0
/
+3
*
CLEANUP: assorted typo fixes in the code and comments
Ilya Shipitsin
2023-04-23
1
-1
/
+1
*
MINOR: Make `tasklet_free()` safe to be called with `NULL`
Tim Duesterhus
2023-04-23
1
-0
/
+3
*
MINOR: listener: make sure to avoid ABA updates in per-thread index
Willy Tarreau
2023-04-21
1
-1
/
+1
*
MINOR: listener: make accept_queue index atomic
Willy Tarreau
2023-04-21
2
-2
/
+15
*
MINOR: receiver: add RX_F_MUST_DUP to indicate that an rx must be duped
Willy Tarreau
2023-04-21
1
-1
/
+2
*
MINOR: receiver: add a struct shard_info to store info about each shard
Willy Tarreau
2023-04-21
2
-0
/
+14
*
MINOR: listener: support another thread dispatch mode: "fair"
Willy Tarreau
2023-04-21
1
-1
/
+4
*
MINOR: quic_sock: index li->per_thr[] on local thread id, not global one
Willy Tarreau
2023-04-21
1
-1
/
+1
*
MINOR: quic: support migrating the listener as well
Willy Tarreau
2023-04-21
1
-1
/
+1
*
MINOR: server: pass adm and op cause to srv_update_status()
Aurelien DARRAGON
2023-04-21
1
-2
/
+0
*
MINOR: server: change srv_op_st_chg_cause storage type
Aurelien DARRAGON
2023-04-21
2
-8
/
+16
*
MINOR: server: srv_append_status refacto
Aurelien DARRAGON
2023-04-21
1
-0
/
+1
*
MINOR: server: change adm_st_chg_cause storage type
Aurelien DARRAGON
2023-04-21
2
-5
/
+19
*
MINOR: event_hdl: provide event->when for advanced handlers
Aurelien DARRAGON
2023-04-21
1
-0
/
+2
*
MINOR: event_hdl: dynamically allocated event data members
Aurelien DARRAGON
2023-04-21
2
-3
/
+36
*
CLEANUP: event_hdl: fix comment typo about _sync assertion
Aurelien DARRAGON
2023-04-21
1
-1
/
+2
*
CLEANUP: event_hdl: updating obsolete comment for EVENT_HDL_CB_DATA
Aurelien DARRAGON
2023-04-21
1
-2
/
+2
*
BUG/MINOR: event_hdl: don't waste 1 event subtype slot
Aurelien DARRAGON
2023-04-21
1
-1
/
+1
*
MINOR: server/event_hdl: prepare for upcoming refactors
Aurelien DARRAGON
2023-04-21
1
-0
/
+2
*
MINOR: server/event_hdl: add proxy_uuid to event_hdl_cb_data_server
Aurelien DARRAGON
2023-04-21
1
-0
/
+1
*
MINOR: quic: Do not allocate too much ack ranges
Frédéric Lécaille
2023-04-19
1
-0
/
+3
[prev]
[next]