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-08-24
Amaury Denoyelle
MINOR: tcp-act: parse 'tcp-request attach-srv' session...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-24
Amaury Denoyelle
MINOR: backend: only allow reuse for reverse server
commit
|
commitdiff
|
tree
|
snapshot
2023-08-24
Amaury Denoyelle
MINOR: server: define reverse-connect server
commit
|
commitdiff
|
tree
|
snapshot
2023-08-24
Amaury Denoyelle
MEDIUM: h2: reverse connection after SETTINGS reception
commit
|
commitdiff
|
tree
|
snapshot
2023-08-24
Amaury Denoyelle
MEDIUM: connection: implement passive reverse
commit
|
commitdiff
|
tree
|
snapshot
2023-08-24
Amaury Denoyelle
MINOR: connection: centralize init/deinit of backend...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-24
Amaury Denoyelle
MINOR: proxy: simplify parsing 'backend/server'
commit
|
commitdiff
|
tree
|
snapshot
2023-08-24
Willy Tarreau
IMPORT: xxhash: update xxHash to version 0.8.2
commit
|
commitdiff
|
tree
|
snapshot
2023-08-22
Willy Tarreau
MINOR: pattern: do not needlessly lookup the LRU cache...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-21
William Lallemand
BUG/MINOR: quic: ssl_quic_initial_ctx() uses error...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-21
William Lallemand
BUG/MINOR: quic: allow-0rtt warning must only be emitte...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-17
Frédéric Lécaille
MINOR: quic+openssl_compat: Emit an alert for "allow...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-17
Frédéric Lécaille
MINOR: quic+openssl_compat: Do not start without "limit...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-17
Amaury Denoyelle
BUILD/IMPORT: fix compilation with PLOCK_DISABLE_EBO=1
commit
|
commitdiff
|
tree
|
snapshot
2023-08-17
Willy Tarreau
MINOR: pools: use EBO to wait for unlock during pool_fl...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-17
Willy Tarreau
MINOR: atomic: make sure to always relax after a failed CAS
commit
|
commitdiff
|
tree
|
snapshot
2023-08-16
Willy Tarreau
MINOR: threads: inline the wait function for pthread_rw...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-16
Willy Tarreau
IMPORT: lorw: support inlining the wait call
commit
|
commitdiff
|
tree
|
snapshot
2023-08-16
Willy Tarreau
IMPORT: plock: always expose the inline version of...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-16
Willy Tarreau
IMPORT: plock: also support inlining the int code
commit
|
commitdiff
|
tree
|
snapshot
2023-08-16
Aurelien DARRAGON
DEV: makefile: fix POSIX compatibility for "range"...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-16
William Lallemand
BUILD: Makefile: realigned USE_* options in make help
commit
|
commitdiff
|
tree
|
snapshot
2023-08-16
William Lallemand
BUILD: Makefile: add USE_QUIC_OPENSSL_COMPAT to make...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-16
William Lallemand
BUILD: Makefile: add the USE_QUIC option to make help
commit
|
commitdiff
|
tree
|
snapshot
2023-08-16
Remi Tricot...
DOC: jwt: Add explicit list of supported algorithms
commit
|
commitdiff
|
tree
|
snapshot
2023-08-15
Tim Duesterhus
REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-14
Willy Tarreau
SCRIPTS: git-show-backports: automatic ref and base...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-14
Johannes Naab
DOC: typo: fix sc-set-gpt references
commit
|
commitdiff
|
tree
|
snapshot
2023-08-14
Aurelien DARRAGON
BUG/MINOR: stktable: allow sc-add-gpc from tcp-request...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-14
Aurelien DARRAGON
BUG/MINOR: stktable: allow sc-set-gpt(0) from tcp-reque...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-14
Willy Tarreau
DEV: flags/show-sess-to-flags: properly decode fd.state
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
[RELEASE] Released version 2.9-dev3
v2.9-dev3
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
BUILD: pools: fix build error on clang with inline...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
MINOR: pools: make pool_evict_last_items() use pool_put...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
MAJOR: pools: move the shared pool's free_list over...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
MINOR: pools: move the failed allocation counter over...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
MEDIUM: pools: move the needed_avg counter over a few...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
MEDIUM: pools: move the used counter over a few buckets
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
MEDIUM: pools: spread the allocated counter over a...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
MINOR: pools: introduce the use of multiple buckets
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
OPTIM: pools: make pool_get_from_os() / pool_put_to_os...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
OPTIM: pools: use exponential back-off on shared pool...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
OPTIM: tools: improve hash distribution using a better...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
MINOR: tools: improve ptr hash distribution on 64 bits
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
MINOR: tools: make ptr_hash() support 0-bit outputs
commit
|
commitdiff
|
tree
|
snapshot
2023-08-12
Willy Tarreau
BUILD: defaults: use __WORDSIZE not LONGBITS for MAX_TH...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Willy Tarreau
CLEANUP: stick-table: slightly reorder the stktable...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Willy Tarreau
MINOR: stick-table: move the update lock into its own...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Willy Tarreau
MEDIUM: peers: drop the stick-table lock before enterin...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Willy Tarreau
MEDIUM: stick-table: touch updates under an upgradable...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Willy Tarreau
MEDIUM: stick-table: use a distinct lock for the update...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Willy Tarreau
MEDIUM: peers: only read-lock peer_send_teachmsgs()
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Willy Tarreau
MEDIUM: peers: drop then re-acquire the wrlock in peer_...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Willy Tarreau
MEDIUM: peers: update ->commitupdate out of the lock...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Willy Tarreau
MINOR: stick-table: better organize the struct stktable
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Willy Tarreau
MEDIUM: stick-table: change the ref_cnt atomically
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Willy Tarreau
MINOR: stick-table: move the task_wakeup() call outside...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Willy Tarreau
MINOR: stick-table: move the task_queue() call outside...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Willy Tarreau
MAJOR: threads/plock: update the embedded library again
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Aurelien DARRAGON
BUG/MEDIUM: hlua: streams don't support mixing lua...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Aurelien DARRAGON
MINOR: hlua: add hlua_stream_ctx_prepare helper function
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Aurelien DARRAGON
BUG/MINOR: hlua: fix invalid use of lua_pop on error...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Amaury Denoyelle
BUG/MEDIUM: quic: fix tasklet_wakeup loop on connection...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Frédéric Lécaille
BUG/MINOR: quic: Missing tasklet (quic_cc_conn_io_cb...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Frédéric Lécaille
BUG/MINOR: quic: Possible crash when issuing "show...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-11
Frédéric Lécaille
MINOR: quic: Add a trace for QUIC conn fd ready for...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-10
Frédéric Lécaille
BUG/MINOR: quic: Possible crash in quic_cc_conn_io_cb...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-10
Frédéric Lécaille
BUG/MINOR: quic: mux started when releasing quic_conn
commit
|
commitdiff
|
tree
|
snapshot
2023-08-10
Ilya Shipitsin
CI: get rid of travis-ci wrapper for Coverity scan
commit
|
commitdiff
|
tree
|
snapshot
2023-08-10
Ilya Shipitsin
CI: do not use "groupinstall" for Fedora Rawhide builds
commit
|
commitdiff
|
tree
|
snapshot
2023-08-09
Willy Tarreau
DEV: makefile: add a new "range" target to iteratively...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-09
Willy Tarreau
BUILD: mux-h1: shut a build warning on clang from previ...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-09
Willy Tarreau
BUG/MEDIUM: mux-h1: do not forget EOH even when no...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-09
Willy Tarreau
BUG/MEDIUM: mux-h1: fix incorrect state checking in...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-09
Willy Tarreau
BUG/MINOR: http: skip leading zeroes in content-length...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-09
Willy Tarreau
BUG/MAJOR: http: reject any empty content-length header...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Willy Tarreau
DOC: clarify the handling of URL fragments in requests
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Willy Tarreau
REGTESTS: http-rules: verify that we block '#' by defau...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Willy Tarreau
BUG/MINOR: h3: reject more chars from the :path pseudo...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Willy Tarreau
BUG/MINOR: h2: reject more chars from the :path pseudo...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Willy Tarreau
BUG/MINOR: h1: do not accept '#' as part of the URI...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Willy Tarreau
REGTESTS: http-rules: add accept-invalid-http-request...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Willy Tarreau
MINOR: h2: pass accept-invalid-http-request down the...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Willy Tarreau
MINOR: http: add new function http_path_has_forbidden_c...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Willy Tarreau
MINOR: ist: add new function ist_find_range() to find...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Willy Tarreau
MINOR: mux-h2/traces: also suggest invalid header upon...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Willy Tarreau
BUG/MAJOR: h3: reject header values containing invalid...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Willy Tarreau
REORG: http: move has_forbidden_char() from h2.c to...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Frédéric Lécaille
MINOR: quic: Warning for OpenSSL wrapper QUIC bindings...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Frédéric Lécaille
MINOR: quic: Release asap quic_conn memory from ->close...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Frédéric Lécaille
MINOR: quic: Release asap quic_conn memory (application...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Frédéric Lécaille
MEDIUM: quic: Allow the quic_conn memory to be asap...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Frédéric Lécaille
MINOR: quic: Use a pool for the connection ID tree.
commit
|
commitdiff
|
tree
|
snapshot
2023-08-08
Frédéric Lécaille
MEDIUM: quic: Send CONNECTION_CLOSE packets from a...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-07
Frédéric Lécaille
MINOR: quic: Move some counters from [rt]x quic_conn...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-07
Frédéric Lécaille
MINOR: quic: Amplification limit handling sanitization.
commit
|
commitdiff
|
tree
|
snapshot
2023-08-07
Frédéric Lécaille
CLEANUP: quic: Remove quic_path_room().
commit
|
commitdiff
|
tree
|
snapshot
2023-08-04
Christopher...
BUG/MAJOR: http-ana: Get a fresh trash buffer for each...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-04
Amaury Denoyelle
MINOR: h3: abort request if not completed before full...
commit
|
commitdiff
|
tree
|
snapshot
2023-08-04
Amaury Denoyelle
BUILD: quic: fix wrong potential NULL dereference
commit
|
commitdiff
|
tree
|
snapshot
next