Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
8ea58f5c768b5afc54307bbf0f34d25010427e60
8ea58f5
BUILD: makefile: properly report USE_PCRE/USE_PCRE2 in features
by Willy Tarreau
· 2 years ago
f297b18
BUILD: makefile: add an implicit USE_MATH variable for -lm
by Willy Tarreau
· 2 years ago
b16d9b5
BUILD: makefile: never force -latomic, set USE_LIBATOMIC instead
by Willy Tarreau
· 2 years ago
447247a
BUILD: makefile: do not restrict Lua's prepend path to empty LUA_LIB_NAME
by Willy Tarreau
· 2 years ago
2a3a882
BUILD: makefile: make sure LUA_INC and LUA_LIB are always initialized
by Willy Tarreau
· 2 years ago
682b78b
BUILD: makefile: reference libdl only once
by Willy Tarreau
· 2 years ago
914a668
BUILD: makefile: make sure to also ignore SSL_INC when using wolfssl
by Willy Tarreau
· 2 years ago
4f1890e
BUILD: makefile: clean the wolfssl include and lib generation rules
by Willy Tarreau
· 2 years ago
bc2f393
BUILD: makefile: ensure that all USE_* handlers appear before CFLAGS are used
by Willy Tarreau
· 2 years ago
ea3e67f
BUILD: makefile: start to automatically collect CFLAGS/LDFLAGS
by Willy Tarreau
· 2 years ago
8fa2f49
BUILD: makefile: add a function to collect all options' CFLAGS/LDFLAGS
by Willy Tarreau
· 2 years ago
b14e89e
BUILD: makefile: initialize all build options' variables at once
by Willy Tarreau
· 2 years ago
848362f
BUILD: makefile: sort the features list
by Willy Tarreau
· 2 years ago
69e7b7f
BUILD: makefile: move common options-oriented macros to include/make/options.mk
by Willy Tarreau
· 2 years ago
39d6c34
BUILD: makefile: build the features list dynamically
by Willy Tarreau
· 2 years ago
61839b0
CI: github: use the GITHUB_TOKEN instead of a manually generated token
by William Lallemand
· 2 years ago
9107731
BUG/MINOR: mux-quic: ignore remote unidirectional stream close
by Amaury Denoyelle
· 2 years ago
6fbc35f
CI: github: enable github api authentication for OpenSSL tags read
by Ilya Shipitsin
· 2 years ago
2fe93ab
MINOR: h3: use stream error when needed instead of connection
by Amaury Denoyelle
· 2 years ago
663e872
MEDIUM: mux-quic: implement STOP_SENDING emission
by Amaury Denoyelle
· 2 years ago
5854fc0
MINOR: mux-quic: handle RESET_STREAM reception
by Amaury Denoyelle
· 2 years ago
bb6296c
MINOR: mux-quic: do not count stream flow-control if already closed
by Amaury Denoyelle
· 2 years ago
a473f19
MEDIUM: mux-quic: implement shutw
by Amaury Denoyelle
· 2 years ago
be6a873
BUG/MINOR: httpclient/log: free of invalid ptr with httpclient_log_format
by William Lallemand
· 2 years ago
d793ca2
MEDIUM: httpclient: change the default log format to skip duplicate proxy data
by William Lallemand
· 2 years ago
a80b22e
MINOR: httpclient: don't add body when istlen is empty
by William Lallemand
· 2 years ago
70601c5
BUG/MINOR: ssl/ocsp: httpclient blocked when doing a GET
by William Lallemand
· 2 years ago
c960a3b
BUG/MINOR: pool/stats: Use ullong to report total pool usage in bytes in stats
by Christopher Faulet
· 2 years ago
827a629
BUG/MEDIUM: mux-h2: Refuse interim responses with end-stream flag set
by Christopher Faulet
· 2 years ago
eb53020
CLEANUP: ssl/ocsp: add spaces around operators
by William Lallemand
· 2 years ago
8bc00f8
BUG/MINOR: ssl/ocsp: check chunk_strcpy() in ssl_ocsp_get_uri_from_cert()
by William Lallemand
· 2 years ago
c8d814e
MINOR: ssl: Move OCSP code to a dedicated source file
by Remi Tricot-Le Breton
· 2 years ago
2f275fb
REGTESTS: ssl: Add tests for ocsp auto update mechanism
by Remi Tricot-Le Breton
· 2 years ago
d5d7796
DOC: ssl: Add documentation for ocsp-update option
by Remi Tricot-Le Breton
· 2 years ago
aff8277
MEDIUM: ssl: Start update task if at least one ocsp-update option is set to on
by Remi Tricot-Le Breton
· 2 years ago
6477bbd
MEDIUM: ssl: Add ocsp update task main function
by Remi Tricot-Le Breton
· 2 years ago
b55be8c
MEDIUM: ssl: Insert ocsp responses in update tree when needed
by Remi Tricot-Le Breton
· 2 years ago
fb2b998
MINOR: ssl: Store 'ocsp-update' mode in the ckch_data and check for inconsistencies
by Remi Tricot-Le Breton
· 2 years ago
03c5fff
MINOR: ssl: Add crt-list ocsp-update option
by Remi Tricot-Le Breton
· 2 years ago
bdd3c79
MINOR: ssl: Add ocsp_update_tree and helper functions
by Remi Tricot-Le Breton
· 2 years ago
cc34667
MEDIUM: ssl: Add ocsp_certid in ckch structure and discard ocsp buffer early
by Remi Tricot-Le Breton
· 2 years ago
eeaa29b
MINOR: ssl: Add "update ssl ocsp-response" cli command
by Remi Tricot-Le Breton
· 2 years ago
c0b4058
MINOR: ssl: Add helper function that checks the validity of an OCSP response
by Remi Tricot-Le Breton
· 2 years ago
e09d2ae
MINOR: ssl: Add OCSP request helper function
by Remi Tricot-Le Breton
· 2 years ago
47a4f12
MINOR: ssl: Add helper function that extracts an OCSP URI from a certificate
by Remi Tricot-Le Breton
· 2 years ago
95e7cf1
MINOR: httpclient: Make the CLI flags public for future use
by Remi Tricot-Le Breton
· 2 years ago
2b96364
MINOR: ssl: Add a lock to the OCSP response tree
by Remi Tricot-Le Breton
· 2 years ago
8d49253
BUG/MINOR: quic: do not allocate more rxbufs than necessary
by Willy Tarreau
· 2 years ago
eed7826
BUG/MEDIUM: quic: properly take shards into account on bind lines
by Willy Tarreau
· 2 years ago
15337fd
BUG/MEDIUM: mux-quic: fix double delete from qcc.opening_list
by Amaury Denoyelle
· 2 years ago
8f5699b
REGTESTS: ssl: enable the ssl_reuse.vtc test for WolfSSL
by William Lallemand
· 2 years ago
2aa14ce
MINOR: pool: only use opportunistic versions of the swrate_add() functions
by Willy Tarreau
· 2 years ago
e327b4a
MINOR: freq_ctr: add opportunistic versions of swrate_add()
by Willy Tarreau
· 2 years ago
284cfc6
MINOR: pool: make the thread-local hot cache size configurable
by Willy Tarreau
· 2 years ago
4dd33d9
OPTIM: pool: split the read_mostly from read_write parts in pool_head
by Willy Tarreau
· 2 years ago
a8b7684
BUG/MEDIUM: stats: Rely on a local trash buffer to dump the stats
by Christopher Faulet
· 2 years ago
ad4ed00
BUG/MINOR:: mux-h1: Never handle error at mux level for running connection
by Christopher Faulet
· 2 years ago
75028f8
BUG/MINOR: mux-h1: Report EOS on parsing/internal error for not running stream
by Christopher Faulet
· 2 years ago
1039669
BUG/MEDIUM: tests: use tmpdir to create UNIX socket
by Bertrand Jacquin
· 2 years ago
46bea1c
BUILD: peers: peers-t.h depends on stick-table-t.h
by William Lallemand
· 2 years ago
7332a12
REGTESTS: startup: disable automatic_maxconn.vtc
by William Lallemand
· 2 years ago
24f5a24
BUILD: 51d: fix build issue with recent compilers
by Willy Tarreau
· 2 years ago
5ac6b3b
BUG/MINOR: quic: fix crash on PTO rearm if anti-amplification reset
by Amaury Denoyelle
· 2 years ago
16c9ca9
MINOR: stats: make show info json future-proof
by Aurelien DARRAGON
· 2 years ago
42b18fb
BUG/MINOR: stats: fix show stat json buffer limitation
by Aurelien DARRAGON
· 2 years ago
5594184
MINOR: stats: introduce stats field ctx
by Aurelien DARRAGON
· 2 years ago
e76a027
MINOR: stats: provide ctx for dumping functions
by Aurelien DARRAGON
· 2 years ago
4cf0d3f
BUG/MINOR: ssl: Fix memory leak of find_chain in ssl_sock_load_cert_chain
by Remi Tricot-Le Breton
· 2 years ago
e3d5f9a
MINOR: ssl: Remove unnecessary alloc'ed trash chunk in show ocsp-response
by Remi Tricot-Le Breton
· 2 years ago
9334843
MINOR: ssl: Remove unneeded buffer allocation in show ocsp-response
by Remi Tricot-Le Breton
· 2 years ago
c4913f6
MINOR: h3: check return values of htx_add_* on headers parsing
by Amaury Denoyelle
· 2 years ago
788fc05
BUG/MINOR: h3: fix memleak on HEADERS parsing failure
by Amaury Denoyelle
· 2 years ago
19942e3
BUG/MEDIUM: h3: fix cookie header parsing
by Amaury Denoyelle
· 2 years ago
4328b61
MINOR: http-htx: add BUG_ON to prevent API error on http_cookie_register
by Amaury Denoyelle
· 2 years ago
8f1f1b0
BUG/MINOR: mux-h1: Fix test instead a BUG_ON() in h1_send_error()
by Christopher Faulet
· 2 years ago
da93802
BUG/MEDIUM: mux-h1: Don't release H1 stream upgraded from TCP on error
by Christopher Faulet
· 2 years ago
f5994fc
CI: github: split matrix for development and stable branches
by Ilya Shipitsin
· 2 years ago
6dedeb7
CI: github: remove redundant ASAN loop
by Ilya Shipitsin
· 2 years ago
d2c5ee6
BUG/MEDIUM: h3: parse content-length and reject invalid messages
by Amaury Denoyelle
· 2 years ago
15f3cc4
MINOR: http: extract content-length parsing from H2
by Amaury Denoyelle
· 2 years ago
7b5a671
BUG/MEDIUM: h3: reject request with invalid pseudo header
by Amaury Denoyelle
· 2 years ago
d6fb7a0
BUG/MEDIUM: h3: reject request with invalid header name
by Amaury Denoyelle
· 2 years ago
f98b3b1
REGTESTS: startup: add alternatives values in automatic_maxconn.vtc
by William Lallemand
· 2 years ago
819d48b
BUG/MEDIUM: resolvers: Use tick_first() to update the resolvers task timeout
by Christopher Faulet
· 2 years ago
4272934
BUG/MEDIUM: freq-ctr: Don't compute overshoot value for empty counters
by Christopher Faulet
· 2 years ago
04007cb
CLEANUP: ssl: remove check on srv->proxy
by William Lallemand
· 2 years ago
02cf4ec
MINOR: sample: add param converter
by Thayne McCombs
· 2 years ago
6b6f082
REGTESTS: startup: activate automatic_maxconn.vtc
by William Lallemand
· 2 years ago
2cb1493
CI: github: set ulimit -n to a greater value
by William Lallemand
· 2 years ago
2a22539
REGTESTS: startup: change the expected maxconn to 11000
by William Lallemand
· 2 years ago
0adafb3
BUG/MINOR: startup: don't use internal proxies to compute the maxconn
by William Lallemand
· 2 years ago
38c5b6e
REGTESTS: startup: check maxconn computation
by William Lallemand
· 2 years ago
4a04cd3
CI: github: split ssl lib selection based on git branch
by Ilya Shipitsin
· 2 years ago
4b16700
BUG/MINOR: mux-quic: handle properly alloc error in qcs_new()
by Amaury Denoyelle
· 2 years ago
641a65f
BUG/MINOR: mux-quic: remove qcs from opening-list on free
by Amaury Denoyelle
· 2 years ago
6eb3c4b
CLEANUP: mux-quic: remove unused attribute on qcs_is_close_remote()
by Amaury Denoyelle
· 2 years ago
4244833
BUG/MINOR: quic: handle alloc failure on qc_new_conn() for owned socket
by Amaury Denoyelle
· 2 years ago
dbf6ad4
BUG/MINOR: quic: properly handle alloc failure in qc_new_conn()
by Amaury Denoyelle
· 2 years ago
393e4e4
CI: github: reintroduce openssl 1.1.1
by William Lallemand
· 2 years ago
e1b866a
REGTESTS: fix the race conditions in iff.vtc
by Christopher Faulet
· 2 years ago
Next »