Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
47a4f1239d4571bcac2e8cc444db465b0e962d95
/
src
47a4f12
MINOR: ssl: Add helper function that extracts an OCSP URI from a certificate
by Remi Tricot-Le Breton
· Tue Dec 20 11:11:04 2022 +0100
95e7cf1
MINOR: httpclient: Make the CLI flags public for future use
by Remi Tricot-Le Breton
· Tue Dec 20 11:11:03 2022 +0100
2b96364
MINOR: ssl: Add a lock to the OCSP response tree
by Remi Tricot-Le Breton
· Tue Dec 20 11:11:02 2022 +0100
8d49253
BUG/MINOR: quic: do not allocate more rxbufs than necessary
by Willy Tarreau
· Wed Dec 21 09:16:55 2022 +0100
eed7826
BUG/MEDIUM: quic: properly take shards into account on bind lines
by Willy Tarreau
· Wed Dec 21 09:09:19 2022 +0100
15337fd
BUG/MEDIUM: mux-quic: fix double delete from qcc.opening_list
by Amaury Denoyelle
· Tue Dec 20 14:47:16 2022 +0100
2aa14ce
MINOR: pool: only use opportunistic versions of the swrate_add() functions
by Willy Tarreau
· Mon Dec 19 17:26:25 2022 +0100
284cfc6
MINOR: pool: make the thread-local hot cache size configurable
by Willy Tarreau
· Mon Dec 19 08:15:57 2022 +0100
a8b7684
BUG/MEDIUM: stats: Rely on a local trash buffer to dump the stats
by Christopher Faulet
· Fri Dec 16 15:08:36 2022 +0100
ad4ed00
BUG/MINOR:: mux-h1: Never handle error at mux level for running connection
by Christopher Faulet
· Fri Dec 16 11:13:00 2022 +0100
75028f8
BUG/MINOR: mux-h1: Report EOS on parsing/internal error for not running stream
by Christopher Faulet
· Fri Dec 16 10:43:11 2022 +0100
5ac6b3b
BUG/MINOR: quic: fix crash on PTO rearm if anti-amplification reset
by Amaury Denoyelle
· Wed Dec 14 18:04:06 2022 +0100
16c9ca9
MINOR: stats: make show info json future-proof
by Aurelien DARRAGON
· Thu Dec 15 14:24:30 2022 +0100
42b18fb
BUG/MINOR: stats: fix show stat json buffer limitation
by Aurelien DARRAGON
· Thu Dec 15 14:17:09 2022 +0100
5594184
MINOR: stats: introduce stats field ctx
by Aurelien DARRAGON
· Thu Dec 15 14:01:04 2022 +0100
e76a027
MINOR: stats: provide ctx for dumping functions
by Aurelien DARRAGON
· Thu Dec 15 12:10:03 2022 +0100
4cf0d3f
BUG/MINOR: ssl: Fix memory leak of find_chain in ssl_sock_load_cert_chain
by Remi Tricot-Le Breton
· Thu Dec 15 15:44:37 2022 +0100
e3d5f9a
MINOR: ssl: Remove unnecessary alloc'ed trash chunk in show ocsp-response
by Remi Tricot-Le Breton
· Thu Dec 15 15:44:36 2022 +0100
9334843
MINOR: ssl: Remove unneeded buffer allocation in show ocsp-response
by Remi Tricot-Le Breton
· Thu Dec 15 15:44:35 2022 +0100
c4913f6
MINOR: h3: check return values of htx_add_* on headers parsing
by Amaury Denoyelle
· Thu Dec 15 10:58:05 2022 +0100
788fc05
BUG/MINOR: h3: fix memleak on HEADERS parsing failure
by Amaury Denoyelle
· Thu Dec 15 10:53:55 2022 +0100
19942e3
BUG/MEDIUM: h3: fix cookie header parsing
by Amaury Denoyelle
· Thu Dec 15 09:18:25 2022 +0100
4328b61
MINOR: http-htx: add BUG_ON to prevent API error on http_cookie_register
by Amaury Denoyelle
· Thu Dec 15 09:27:34 2022 +0100
8f1f1b0
BUG/MINOR: mux-h1: Fix test instead a BUG_ON() in h1_send_error()
by Christopher Faulet
· Thu Dec 15 09:59:50 2022 +0100
da93802
BUG/MEDIUM: mux-h1: Don't release H1 stream upgraded from TCP on error
by Christopher Faulet
· Thu Dec 15 09:22:35 2022 +0100
d2c5ee6
BUG/MEDIUM: h3: parse content-length and reject invalid messages
by Amaury Denoyelle
· Thu Dec 08 16:54:42 2022 +0100
15f3cc4
MINOR: http: extract content-length parsing from H2
by Amaury Denoyelle
· Thu Dec 08 16:53:58 2022 +0100
7b5a671
BUG/MEDIUM: h3: reject request with invalid pseudo header
by Amaury Denoyelle
· Wed Dec 07 14:33:26 2022 +0100
d6fb7a0
BUG/MEDIUM: h3: reject request with invalid header name
by Amaury Denoyelle
· Wed Dec 07 14:31:42 2022 +0100
819d48b
BUG/MEDIUM: resolvers: Use tick_first() to update the resolvers task timeout
by Christopher Faulet
· Wed Dec 14 10:26:25 2022 +0100
4272934
BUG/MEDIUM: freq-ctr: Don't compute overshoot value for empty counters
by Christopher Faulet
· Wed Dec 14 10:38:01 2022 +0100
04007cb
CLEANUP: ssl: remove check on srv->proxy
by William Lallemand
· Wed Dec 14 10:34:36 2022 +0100
02cf4ec
MINOR: sample: add param converter
by Thayne McCombs
· Wed Dec 14 00:19:59 2022 -0700
0adafb3
BUG/MINOR: startup: don't use internal proxies to compute the maxconn
by William Lallemand
· Tue Dec 13 18:17:44 2022 +0100
4b16700
BUG/MINOR: mux-quic: handle properly alloc error in qcs_new()
by Amaury Denoyelle
· Mon Dec 12 09:59:50 2022 +0100
641a65f
BUG/MINOR: mux-quic: remove qcs from opening-list on free
by Amaury Denoyelle
· Wed Dec 07 11:26:16 2022 +0100
6eb3c4b
CLEANUP: mux-quic: remove unused attribute on qcs_is_close_remote()
by Amaury Denoyelle
· Fri Dec 09 16:26:03 2022 +0100
4244833
BUG/MINOR: quic: handle alloc failure on qc_new_conn() for owned socket
by Amaury Denoyelle
· Mon Dec 12 11:24:05 2022 +0100
dbf6ad4
BUG/MINOR: quic: properly handle alloc failure in qc_new_conn()
by Amaury Denoyelle
· Mon Dec 12 11:22:42 2022 +0100
2e6bf0a
BUG/MAJOR: fcgi: Fix uninitialized reserved bytes
by Youfu Zhang
· Fri Dec 09 19:15:48 2022 +0800
e06e31e
MINOR: promex: introduce haproxy_backend_agg_check_status
by Cedric Paillet
· Thu Dec 08 09:17:01 2022 +0000
7d6644e
BUG/MINOR: promex: create haproxy_backend_agg_server_status
by Cedric Paillet
· Thu Dec 08 09:17:00 2022 +0000
9192d20
MINOR: pools: make DEBUG_UAF a runtime setting
by Willy Tarreau
· Thu Dec 08 17:47:59 2022 +0100
b634987
DEBUG: pool: show a few examples in -dMhelp
by Willy Tarreau
· Thu Dec 08 18:42:51 2022 +0100
4da51bd
CLEANUP: pools: get rid of CONFIG_HAP_POOLS
by Willy Tarreau
· Thu Dec 08 17:45:08 2022 +0100
a956366
REORG: pool: move all the OS specific code to pool-os.h
by Willy Tarreau
· Thu Dec 08 15:30:49 2022 +0100
76a97a9
CLEANUP: pool: only include pool-os from pool.c not pool.h
by Willy Tarreau
· Thu Dec 08 17:26:50 2022 +0100
67f89c5
CLEANUP: pools: move the write before free to the uaf-only function
by Willy Tarreau
· Thu Dec 08 09:29:42 2022 +0100
94dbfed
BUG/MEDIUM: httpclient/lua: double LIST_DELETE on end of lua task
by William Lallemand
· Thu Dec 08 11:11:36 2022 +0100
57c3e75
CLEANUP: init: remove useless assignment of nbthread
by Willy Tarreau
· Thu Dec 08 08:13:20 2022 +0100
400b3ae
BUG/MINOR: init/threads: continue to limit default thread count to max per group
by Willy Tarreau
· Thu Dec 08 08:04:46 2022 +0100
f648767
MINOR: peers: unused code path in process_peer_sync
by Aurelien DARRAGON
· Wed Nov 23 18:32:26 2022 +0100
1412d31
MINOR: mworker: remove unused legacy code in mworker_cleanlisteners
by Aurelien DARRAGON
· Wed Nov 23 19:56:35 2022 +0100
b118f2f
MINOR: stats: properly handle ST_F_CHECK_DURATION metric
by Aurelien DARRAGON
· Wed Dec 07 14:52:10 2022 +0100
81b7c95
MINOR: check: use atomic for s->consecutive_errors
by Aurelien DARRAGON
· Wed Dec 07 14:27:42 2022 +0100
7d541a9
BUG/MINOR: checks: restore legacy on-error fastinter behavior
by Aurelien DARRAGON
· Wed Dec 07 12:17:24 2022 +0100
e57b702
BUG/MEDIUM: mworker: create the mcli_reload socketpairs in case of upgrade
by William Lallemand
· Wed Dec 07 14:25:41 2022 +0100
035058e
BUG/MEDIUM: mworker: fix segv in early failure of mworker mode with peers
by William Lallemand
· Wed Dec 07 15:21:24 2022 +0100
40db4ae
MINOR: mworker: display an alert upon a wait-mode exit
by William Lallemand
· Wed Dec 07 15:03:55 2022 +0100
5fa29b8
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Wed Dec 07 09:46:19 2022 +0500
9e080bf
BUG/MINOR: checks: make sure fastinter is used even on forced transitions
by Willy Tarreau
· Tue Dec 06 18:20:56 2022 +0100
a56798e
BUG/MEDIUM: checks: do not reschedule a possibly running task on state change
by Willy Tarreau
· Tue Dec 06 11:38:18 2022 +0100
22f82f8
MINOR: server/event_hdl: add support for SERVER_UP and SERVER_DOWN events
by Aurelien DARRAGON
· Fri Nov 25 18:07:49 2022 +0100
129ecf4
MINOR: server/event_hdl: add support for SERVER_ADD and SERVER_DEL events
by Aurelien DARRAGON
· Thu Nov 17 10:37:58 2022 +0100
745ce8e
MINOR: stats: add server revision id support
by Aurelien DARRAGON
· Thu Nov 17 16:34:07 2022 +0100
61e3894
MINOR: server: add srv->rid (revision id) value
by Aurelien DARRAGON
· Thu Nov 17 16:10:35 2022 +0100
7f59d68
BUG/MEDIIM: stconn: Flush output data before forwarding close to write side
by Christopher Faulet
· Mon Dec 05 07:42:00 2022 +0100
30fc277
BUG/MINOR: quic: fix fd leak on startup check quic-conn owned socket
by Amaury Denoyelle
· Mon Dec 05 10:24:54 2022 +0100
151dbbe
BUG/MINOR: ssl: initialize WolfSSL before parsing
by William Lallemand
· Fri Dec 02 17:17:43 2022 +0100
44c80ce
BUG/MINOR: ssl: initialize SSL error before parsing
by William Lallemand
· Fri Dec 02 17:06:59 2022 +0100
e30f378
MINOR: quic: activate socket per conn by default
by Amaury Denoyelle
· Mon Nov 21 11:54:13 2022 +0100
d3083c9
MINOR: quic: reconnect quic-conn socket on address migration
by Amaury Denoyelle
· Thu Dec 01 16:20:06 2022 +0100
b2bd839
MEDIUM: quic: requeue datagrams received on wrong socket
by Amaury Denoyelle
· Wed Oct 05 17:56:08 2022 +0200
b7ce79c
MINOR: mux-quic: rename duplicate function names
by Amaury Denoyelle
· Thu Nov 24 10:51:19 2022 +0100
7c9fdd9
MEDIUM: quic: move receive out of FD handler to quic-conn io-cb
by Amaury Denoyelle
· Wed Nov 16 11:01:02 2022 +0100
5b41486
MEDIUM: quic: use quic-conn socket for reception
by Amaury Denoyelle
· Mon Oct 24 17:40:37 2022 +0200
dc0dcb3
MINOR: quic: use connection socket for emission
by Amaury Denoyelle
· Mon Nov 21 14:48:57 2022 +0100
40909df
MINOR: quic: allocate a socket per quic-conn
by Amaury Denoyelle
· Mon Oct 24 17:08:43 2022 +0200
511ddd5
MINOR: quic: define config option for socket per conn
by Amaury Denoyelle
· Fri Nov 18 17:42:16 2022 +0100
8d46acd
MINOR: quic: test IP_PKTINFO support for quic-conn owned socket
by Amaury Denoyelle
· Thu Dec 01 14:51:16 2022 +0100
75839a4
MINOR: quic: startup detect for quic-conn owned socket support
by Amaury Denoyelle
· Mon Nov 21 10:04:14 2022 +0100
eb6be98
MINOR: quic: ignore address migration during handshake
by Amaury Denoyelle
· Mon Nov 21 11:14:45 2022 +0100
eec0b3c
MINOR: quic: detect connection migration
by Amaury Denoyelle
· Fri Dec 02 09:57:32 2022 +0100
21e611d
MINOR: tools: add port for ipcmp as optional criteria
by Amaury Denoyelle
· Thu Dec 01 17:46:45 2022 +0100
8687b63
MINOR: quic: extract datagram parsing code
by Amaury Denoyelle
· Tue Sep 27 14:22:09 2022 +0200
3f474e6
MINOR: quic: complete traces in qc_rx_pkt_handle()
by Amaury Denoyelle
· Thu Nov 24 17:15:08 2022 +0100
518c98f
MINOR: quic: remove qc from quic_rx_packet
by Amaury Denoyelle
· Thu Nov 24 17:12:25 2022 +0100
52ddd99
MEDIUM: ssl: rename the struct "cert_key_and_chain" to "ckch_data"
by William Lallemand
· Tue Nov 22 11:51:53 2022 +0100
68e692d
MINOR: event_hdl: add event handler base api
by Aurelien DARRAGON
· Wed Nov 16 18:06:28 2022 +0100
b59e3f6
MINOR: debug: add a balance of alloc - free at the end of the memstats dump
by Willy Tarreau
· Wed Nov 30 17:16:51 2022 +0100
e57fbed
MINOR: debug: support pool filtering on "debug dev memstats"
by Willy Tarreau
· Wed Nov 30 16:42:54 2022 +0100
111c783
MINOR: debug: relax access restrictions on "debug dev hash" and "memstats"
by Willy Tarreau
· Wed Nov 30 17:51:47 2022 +0100
50dd7e9
CLEANUP: anon: clarify the help message on "debug dev hash"
by Willy Tarreau
· Wed Nov 30 17:47:08 2022 +0100
334d091
MINOR: debug: improve error handling on the memstats command parser
by Willy Tarreau
· Wed Nov 30 16:50:48 2022 +0100
38f6135
MINOR: mux-h1: add the expire task and its expiration date in "show fd"
by Christopher Faulet
· Wed Nov 30 14:49:56 2022 +0100
6f86eaa
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Wed Nov 30 16:22:42 2022 +0500
4ede46b
BUG/MINOR: peers: always update the stksess shard number on incoming updates
by Willy Tarreau
· Tue Nov 29 18:01:28 2022 +0100
b12be7c
CLEANUP: peers: factor out the key len calculation in received updates
by Willy Tarreau
· Tue Nov 29 17:43:10 2022 +0100
d5cae6a
MINOR: stick-table: change the API of the function used to calculate the shard
by Willy Tarreau
· Tue Nov 29 17:36:44 2022 +0100
061a098
BUG/MEDIUM: mux-h1: Close client H1C on EOS when there is no output data
by Christopher Faulet
· Tue Nov 29 17:16:30 2022 +0100
Next »