projects
/
haproxy-3.0.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-3.0.git
2023-05-26
Amaury Denoyelle
BUG/MEDIUM: mux-quic: only set EOI on FIN
commit
|
commitdiff
|
tree
|
snapshot
2023-05-26
Amaury Denoyelle
MINOR: quic: fix stats naming for flow control BLOCKED...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-26
Amaury Denoyelle
MINOR: mux-quic: remove nb_streams from qcc
commit
|
commitdiff
|
tree
|
snapshot
2023-05-26
Amaury Denoyelle
CLEANUP: mux-quic: remove unneeded fields in qcc
commit
|
commitdiff
|
tree
|
snapshot
2023-05-26
William Lallemand
DOC: install: specify the minimum openssl version recom...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-26
Aurelien DARRAGON
BUILD: init: print rlim_cur as regular integer
commit
|
commitdiff
|
tree
|
snapshot
2023-05-26
eaglegai
BUG/MINOR: thread: add a check for pthread_create
commit
|
commitdiff
|
tree
|
snapshot
2023-05-26
eaglegai
BUG/MINOR: ssl_sock: add check for ha_meth
commit
|
commitdiff
|
tree
|
snapshot
2023-05-26
William Lallemand
DOC: install: add details about WolfSSL
commit
|
commitdiff
|
tree
|
snapshot
2023-05-26
Patrick Hemmer
MINOR: init: pre-allocate kernel data structures on...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-25
Willy Tarreau
BUILD: makefile: search for SSL_INC/wolfssl before...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-25
Christopher...
MINOR: compression: Improve the way Vary header is...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Willy Tarreau
[RELEASE] Released version 2.8-dev13
v2.8-dev13
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Willy Tarreau
SCRIPTS: publish-release: update the umask to keep...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Willy Tarreau
DOC: install: update reference to known supported versions
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Willy Tarreau
BUILD: compiler: systematically set USE_OBSOLETE_LINKER...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Willy Tarreau
BUILD: ist: use the literal declaration for ist_lc...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Willy Tarreau
BUILD: ist: do not put a cast in an array declaration
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Willy Tarreau
BUILD: makefile: fix build options when building tools...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Willy Tarreau
BUILD: makefile: commit the tiny FreeBSD makefile stub
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Aurelien DARRAGON
BUG/MINOR: hlua: unsafe hlua_lua2smp() usage
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Aurelien DARRAGON
DOC: hlua: document hlua_lua2smp() function
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Aurelien DARRAGON
DOC: hlua: document hlua_lua2arg() function
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Aurelien DARRAGON
MINOR: hlua: hlua_arg2lua() may LJMP
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Aurelien DARRAGON
MINOR: hlua: hlua_smp2lua() may LJMP
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Aurelien DARRAGON
MINOR: hlua: hlua_smp2lua_str() may LJMP
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Frédéric Lécaille
MINOR: quic: Add a counter for sent packets
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Frédéric Lécaille
MINOR: quic: Add some counters at QUIC connection level
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Frédéric Lécaille
CLEANUP: quic: Useless tests in qc_rx_pkt_handle()
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Frédéric Lécaille
CLEANUP: quic: Indentation fix quic_rx_pkt_retrieve_conn()
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Frédéric Lécaille
MINOR: quic: Align "show quic" command help information
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Frédéric Lécaille
BUG/MINOR: quic: Missing Retry token length on receipt
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Frédéric Lécaille
BUG/MINOR: quic: Wrong token length check (quic_generat...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Frédéric Lécaille
MINOR: quic: Add low level traces (addresses, DCID)
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Willy Tarreau
BUILD: makefile: do not erase build options for some...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Willy Tarreau
CLEANUP: makefile: don't display a dummy features list...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Amaury Denoyelle
DEV: add a Lua helper script for SSL keys logging
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Christopher...
BUG/MEDIUM: mux-h2: Propagate termination flags when...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Christopher...
MINOR: mux-h2: Add a function to propagate termination...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Christopher...
MINOR: mux-h2: Set H2_SF_ES_RCVD flag when decoding...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Christopher...
BUG/MINOR: mux-h2: Check H2_SF_BODY_TUNNEL on H2S flags...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Willy Tarreau
BUILD: makefile: fix build issue on GNU make < 3.82
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Amaury Denoyelle
MINOR: mux-quic: report error on stream-endpoint earlier
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Amaury Denoyelle
MINOR: mux-quic: only set EOS on RESET_STREAM recv
commit
|
commitdiff
|
tree
|
snapshot
2023-05-24
Amaury Denoyelle
MINOR: mux-quic: set both EOI EOS for stream fin
commit
|
commitdiff
|
tree
|
snapshot
2023-05-23
Ilya Shipitsin
BUILD: quic: re-enable chacha20_poly1305 for libressl
commit
|
commitdiff
|
tree
|
snapshot
2023-05-23
Mariam John
DOC/MINOR: config: Fix typo in description for `ssl_bc...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-23
Willy Tarreau
DOC: internal: add a bit of documentation for the stcon...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-23
Willy Tarreau
MEDIUM: stconn: make the SE_FL_ERR_PENDING to ERROR...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-23
Christopher...
MEDIUM: stconn/applet: Allow SF_SL_EOS flag alone
commit
|
commitdiff
|
tree
|
snapshot
2023-05-22
Amaury Denoyelle
MINOR: quic: fix alignment of oneline show quic
commit
|
commitdiff
|
tree
|
snapshot
2023-05-22
Amaury Denoyelle
BUG/MINOR: quic: handle Tx packet allocation failure...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-22
Amaury Denoyelle
MINOR: quic: use WARN_ON for encrypt failures
commit
|
commitdiff
|
tree
|
snapshot
2023-05-22
Amaury Denoyelle
MINOR: quic: remove return val of quic_aead_iv_build()
commit
|
commitdiff
|
tree
|
snapshot
2023-05-22
Amaury Denoyelle
CLEANUP: mux-quic/h3: complete BUG_ON with comments
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Daniel Epperson
DOC: add size format section to manual
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Christopher...
[RELEASE] Released version 2.8-dev12
v2.8-dev12
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Aurelien DARRAGON
BUG/MINOR: debug: fix pointer check in debug_parse_cli_...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Aurelien DARRAGON
BUG/MINOR: hlua: SET_SAFE_LJMP misuse in hlua_event_run...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Christopher...
MEDIUM: resolvers: Stop scheduling resolution during...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Christopher...
MEDIUM: checks: Stop scheduling healthchecks during...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Ilya Shipitsin
CI: drop Fedora m32 pipeline in favour of cross matrix
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Christopher...
REGTESTS: log: Reduce again response inspect-delay...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Christopher...
CLEANUP: fcgi-app; Remove useless assignment to NULL
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Willy Tarreau
BUG/MINOR: clock: automatically adjust the internal...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Willy Tarreau
MINOR: clock: provide a function to automatically adjus...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Willy Tarreau
BUG/MINOR: checks: postpone the startup of health check...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Willy Tarreau
MINOR: stats: report the boot time in "show info"
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Willy Tarreau
MINOR: clock: measure the total boot time
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Willy Tarreau
CLEANUP: stats: update the trash chunk where it's used
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Christopher...
CLEANUP: check; Remove some useless assignments to...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Aurelien DARRAGON
BUG/MINOR: server: memory leak in _srv_update_status_op...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Aurelien DARRAGON
CLEANUP: server: remove useless tmptrash assigments...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Christopher...
DOC: config: Clarify conditions to shorten the inspect...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Christopher...
REGTESTS: log: Reduce response inspect-delay for last_r...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Christopher...
BUG/MINOR: tcp-rules: Don't shortened the inspect-delay...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-17
Willy Tarreau
MINOR: checks: make sure spread-checks is used also...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-16
Amaury Denoyelle
BUG/MEDIUM: mux-quic: fix EOI for request without payload
commit
|
commitdiff
|
tree
|
snapshot
2023-05-16
Amaury Denoyelle
MINOR: mux-quic: uninline qc_attach_sc()
commit
|
commitdiff
|
tree
|
snapshot
2023-05-16
Amaury Denoyelle
MINOR: mux-quic: properly report end-of-stream on recv
commit
|
commitdiff
|
tree
|
snapshot
2023-05-16
Amaury Denoyelle
MINOR: mux-quic: add trace to stream rcv_buf operation
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Dragan Dosen
BUG/MINOR: makefile: use USE_LIBATOMIC instead of USE_A...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
William Lallemand
BUILD: ssl: get0_verified chain is available on libreSSL
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Amaury Denoyelle
BUG/MINOR: h3: missing goto on buf alloc failure
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Amaury Denoyelle
BUG/MINOR: mux-quic: handle properly Tx buf exhaustion
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
William Lallemand
BUILD: ssl: ssl_c_r_dn fetches uses functiosn only...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Willy Tarreau
BUG/MEDIUM: mux-h2: make sure control frames do not...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Abhijeet Rastogi
MINOR: ssl: add new sample ssl_c_r_dn
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
William Lallemand
MEDIUM: proxy: stop emitting logs for internal proxies...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Christopher...
MINOR: stconn: Remove useless test on sedesc on detach...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-14
William Lallemand
MEDIUM: mworker/cli: does not disconnect the master...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-13
Ilya Shipitsin
CI: enable monthly Fedora Rawhide clang builds
commit
|
commitdiff
|
tree
|
snapshot
2023-05-12
William Lallemand
MEDIUM: session/ssl: return the SSL error string during...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-12
Amaury Denoyelle
BUG/MINOR: mux-quic: free task on qc_init() app ops...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-12
Amaury Denoyelle
BUG/MINOR: mux-quic: differentiate failure on qc_stream...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-12
Amaury Denoyelle
BUG/MINOR: quic: do not alloc buf count on alloc failure
commit
|
commitdiff
|
tree
|
snapshot
2023-05-12
Amaury Denoyelle
BUG/MINOR: mux-quic: handle properly recv ncbuf alloc...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-12
Amaury Denoyelle
BUG/MINOR: mux-quic: properly handle buf alloc failure
commit
|
commitdiff
|
tree
|
snapshot
2023-05-12
Amaury Denoyelle
MINOR: mux-quic: remove dedicated function to handle...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-12
Amaury Denoyelle
MINOR: htx: add function to set EOM reliably
commit
|
commitdiff
|
tree
|
snapshot
next