Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
68e692da027cf1a9dfcb25192dd7b06c2b5c553c
68e692d
MINOR: event_hdl: add event handler base api
by Aurelien DARRAGON
· 2 years ago
6d6787b
LICENSE: wurfl: clarify the dummy library license.
by scientiamobile
· 2 years ago
b59e3f6
MINOR: debug: add a balance of alloc - free at the end of the memstats dump
by Willy Tarreau
· 2 years ago
e57fbed
MINOR: debug: support pool filtering on "debug dev memstats"
by Willy Tarreau
· 2 years ago
a9800a0
MEDIUM: 51d: add support for 51Degrees V4 with Hash algorithm
by Dragan Dosen
· 2 years, 9 months ago
eaded98
[RELEASE] Released version 2.8-dev0
by Willy Tarreau
· 2 years ago
989c55d
MINOR: version: mention that it's development again
by Willy Tarreau
· 2 years ago
437fd28
[RELEASE] Released version 2.7.0
by Willy Tarreau
· 2 years ago
d705b85
MINOR: version: mention that it's stable now
by Willy Tarreau
· 2 years ago
9d5e116
SCRIPTS: run-regtests: add a version check
by Willy Tarreau
· 2 years ago
111c783
MINOR: debug: relax access restrictions on "debug dev hash" and "memstats"
by Willy Tarreau
· 2 years ago
50dd7e9
CLEANUP: anon: clarify the help message on "debug dev hash"
by Willy Tarreau
· 2 years ago
b82296c
BUILD: quic: allow build with USE_QUIC and USE_OPENSSL_WOLFSSL
by Stefan Eissing
· 2 years ago
334d091
MINOR: debug: improve error handling on the memstats command parser
by Willy Tarreau
· 2 years ago
38f6135
MINOR: mux-h1: add the expire task and its expiration date in "show fd"
by Christopher Faulet
· 2 years ago
6f86eaa
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· 2 years ago
4ede46b
BUG/MINOR: peers: always update the stksess shard number on incoming updates
by Willy Tarreau
· 2 years ago
b12be7c
CLEANUP: peers: factor out the key len calculation in received updates
by Willy Tarreau
· 2 years ago
d5cae6a
MINOR: stick-table: change the API of the function used to calculate the shard
by Willy Tarreau
· 2 years ago
061a098
BUG/MEDIUM: mux-h1: Close client H1C on EOS when there is no output data
by Christopher Faulet
· 2 years ago
5a63e72
REGTESTS: fix peers-related regtests regarding "show table"
by Willy Tarreau
· 2 years ago
e548a7a
BUG/MINOR: peers: always initialize the stksess shard value
by Willy Tarreau
· 2 years ago
f8c7709
MINOR: mux-h2: add the expire task and its expiration date in "show fd"
by Willy Tarreau
· 2 years ago
7b5d9b1
BUG/MINOR: quic: Endless loop during retransmissions
by Frédéric Lécaille
· 2 years ago
2526a6a
CLEANUP: ncbuf: use standard BUG_ON with DEBUG_STRICT
by Amaury Denoyelle
· 2 years ago
d64a26f
CLEANUP: ncbuf: inline small functions
by Amaury Denoyelle
· 2 years ago
17e20e8
CLEANUP: ncbuf: remove ncb_blk args by value
by Amaury Denoyelle
· 2 years ago
16b282f
MINOR: stick-table: show the shard number in each entry's "show table" output
by Willy Tarreau
· 2 years ago
56460ee
MINOR: stick-table: store a per-table hash seed and use it
by Willy Tarreau
· 2 years ago
63b5b33
CLEANUP: stick-table: fill alignment holes in the stktable struct
by Willy Tarreau
· 2 years ago
e3a02d5
SCRIPTS: announce-release: add a link to the data plane API
by Willy Tarreau
· 2 years ago
d8a6a32
DEV: tcploop: add optional support for epoll
by Willy Tarreau
· 2 years ago
fd0974c
DEV: tcploop: do not report an error on POLLERR
by Willy Tarreau
· 2 years ago
e5f72b8
DEV: tcploop: add support for POLLRDHUP when supported
by Willy Tarreau
· 2 years ago
45c2779
DEV: tcploop: centralize the polling code into wait_for_fd()
by Willy Tarreau
· 2 years ago
2afa425
DEV: poll: add support for epoll
by Willy Tarreau
· 2 years ago
f9607f8
REORG: activity/cli: move the "show activity" handler to activity.c
by Willy Tarreau
· 2 years ago
04b5b26
MINOR: activity: report uptime in "show activity"
by Willy Tarreau
· 2 years ago
f386a2d
DOC: config: clarify the -m dir and -m dom pattern matching methods
by Willy Tarreau
· 2 years ago
8be893d
BUILD: halog: fix missing double-quote at end of help line
by Willy Tarreau
· 2 years ago
0b4a622
DOC: config: clarify the fact that "retries" is not just for connections
by Willy Tarreau
· 2 years ago
4f4fea4
DOC: config: explain how default matching method for ACL works
by Willy Tarreau
· 2 years ago
7fe0c62
DOC: config: mention that a single monitor-uri rule is supported
by Willy Tarreau
· 2 years ago
d26fb57
DOC: config: clarify the fact that SNI should not be used in HTTP scenarios
by Willy Tarreau
· 2 years ago
286199c
DOC: halog: explain how to use -ac and -ad in the help message
by Willy Tarreau
· 2 years ago
b143d11
DOC: config: refer to section about quoting in the "add_item" converter
by Willy Tarreau
· 2 years ago
44fce8b
DOC: config: provide some configuration hints for "http-reuse"
by Willy Tarreau
· 2 years ago
0a2d632
BUG/MINOR: ssl: shut the ca-file errors emitted during httpclient init
by William Lallemand
· 2 years ago
3992f55
MINOR: ssl: forgotten newline in error messages on ca-file
by William Lallemand
· 2 years ago
0279df9
[RELEASE] Released version 2.7-dev10
by Willy Tarreau
· 2 years ago
9875f02
BUG/MEDIUM: quic: fix datagram dropping on queueing failed
by Amaury Denoyelle
· 2 years ago
6c72fa3
CLEANUP: qpack: properly use the QPACK macros not HPACK ones in debug code
by Willy Tarreau
· 2 years ago
f87bb23
CLEANUP: qpack: fix format string in debugging code (int signedness)
by Willy Tarreau
· 2 years ago
d05aa38
CLEANUP: peers: fix format string for status messages (int signedness)
by Willy Tarreau
· 2 years ago
a7dc251
MINOR: auth: silence null dereference warning in check_user()
by Aurelien DARRAGON
· 2 years ago
95f40c6
MINOR: sample: make the rand() sample fetch function use the statistical_prng
by Willy Tarreau
· 2 years ago
3cbf09e
MEDIUM: ssl: add minimal WolfSSL support with OpenSSL compatibility mode
by Uriah Pollock
· 2 years ago
79320cb
BUILD: quic: use openssl-compat.h instead of openssl/ssl.h
by Uriah Pollock
· 2 years ago
33a6870
BUILD: quic: silence two invalid build warnings at -O1 with gcc-6.5
by Willy Tarreau
· 2 years ago
d2ff5dc
BUILD: makefile: minor reordering of objects by build time
by Willy Tarreau
· 2 years ago
946d370
BUILD: flags: really restrict the cases where flags are exposed
by Willy Tarreau
· 2 years ago
08093cc
CLEANUP: tools: do not needlessly include xxhash nor cli from tools.h
by Willy Tarreau
· 2 years ago
07a3d53
BUILD: quic: global.h is needed in cfgparse-quic
by Willy Tarreau
· 2 years ago
4d46638
BUILD: compiler: include compiler's definitions before ours
by Willy Tarreau
· 2 years ago
a472858
BUILD: stick-tables: fix build breakage in xxhash on older compilers
by Willy Tarreau
· 2 years ago
fd766dd
DOC: configuration.txt: fix typo in table_idle signature
by Aurelien DARRAGON
· 2 years ago
d1b5730
MINOR: mux-h1: Avoid useless call to h1_send() if no error is sent
by Christopher Faulet
· 2 years ago
a1a76ce
MINOR: mux-h1: Remove H1C_F_WAIT_NEXT_REQ in functions handling errors
by Christopher Faulet
· 2 years ago
2274244
BUG/MINOR: mux-h1: Fix handling of 408-Request-Time-Out
by Christopher Faulet
· 2 years ago
4427ea7
BUG/MEDIUM: mux-h1: Remove H1C_F_WAIT_NEXT_REQ flag on a next request
by Christopher Faulet
· 2 years ago
881cce9
BUILD: ssl-sock: Silent error about NULL deref in ssl_sock_bind_verifycbk()
by Christopher Faulet
· 2 years ago
ed36968
DOC: configuration.txt: add default_value for table_idle signature
by Aurelien DARRAGON
· 2 years ago
92c2de1
BUILD: http-htx: Silent build error about a possible NULL start-line
by Christopher Faulet
· 2 years ago
a462ee0
BUG/MEDIUM: mux-h1: Subscribe for reads on error on sending path
by Christopher Faulet
· 2 years ago
f75cc54
BUG/MEDIUM: mux-h1: Don't release H1C on timeout if there is a SC attached
by Christopher Faulet
· 2 years ago
84cdbe4
BUG/MINOR: http-htx: Don't consider an URI as normalized after a set-uri action
by Christopher Faulet
· 2 years ago
1c52121
REG-TESTS: http: Add more tests about authority/host matching
by Christopher Faulet
· 2 years ago
e16ffb0
BUG/MINOR: h1: Replace authority validation to conform RFC3986
by Christopher Faulet
· 2 years ago
e5dfe11
BUG/MINOR: http-htx: Normalized absolute URIs with an empty port
by Christopher Faulet
· 2 years ago
99ade9e
MINOR: http: Considere empty ports as valid default ports
by Christopher Faulet
· 2 years ago
75348c2
MINOR: h1: Consider empty port as invalid in authority for CONNECT
by Christopher Faulet
· 2 years ago
e3177af
CLEANUP: tools: extra check in utoa_pad
by Aurelien DARRAGON
· 2 years ago
ac1ca5c
CLEANUP: arg: remove extra check in make_arg_list arg escaping
by Aurelien DARRAGON
· 2 years ago
ab9efc2
BUG/MINOR: log: fix parse_log_message rfc5424 size check
by Aurelien DARRAGON
· 2 years ago
9dce88b
BUG/MINOR: cfgparse-listen: fix ebpt_next_dup pointer dereference on proxy "from" inheritance
by Aurelien DARRAGON
· 2 years ago
7078fb1
DOC: quic: add note on performance issue with listener contention
by Amaury Denoyelle
· 2 years ago
5ec79f1
BUILD: sched: fix build with DEBUG_THREAD with the previous commit
by Willy Tarreau
· 2 years ago
fc50b9d
BUG/MAJOR: sched: protect task during removal from wait queue
by Willy Tarreau
· 2 years ago
469fa47
BUILD: listener: fix build warning on global_listener_rwlock without threads
by Willy Tarreau
· 2 years ago
c21a187
MINOR: server/idle: make the next_takeover index per-tgroup
by Willy Tarreau
· 2 years ago
9dc231a
BUG/MINOR: server/idle: at least use atomic stores when updating max_used_conns
by Willy Tarreau
· 2 years ago
fdecaf6
BUG/MINOR: resolvers: do not run the timeout task when there's no resolution
by Willy Tarreau
· 2 years ago
28ea31c
MINOR: global: generate random cluster.secret if not defined
by Amaury Denoyelle
· 2 years ago
996ca7d
MINOR: quic: report error if force-retry without cluster-secret
by Amaury Denoyelle
· 2 years ago
936c135
DOC: configuration: fix quic prefix typo
by Amaury Denoyelle
· 2 years ago
7583c36
MINOR: cli/pools: add pool name filtering capability to "show pools"
by Willy Tarreau
· 2 years ago
2fba08f
MINOR: cli/pools: add sorting capabilities to "show pools"
by Willy Tarreau
· 2 years ago
224adf2
MINOR: cli/pools: store "show pools" results into a temporary array
by Willy Tarreau
· 2 years ago
ace3da8
CLEANUP: quic: replace "choosen" with "chosen" all over the code
by Ilya Shipitsin
· 2 years, 1 month ago
74b5f7b
BUG/MAJOR: quic: Crash after discarding packet number spaces
by Frédéric Lécaille
· 2 years ago
Next »