Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
9bac8c70281ea7600e7d91f312e197ace6b1dcc0
/
src
3c2df2d
BUG/MINOR: haproxy: only tid 0 must not sleep if got signal
by Valentine Krasnobaeva
· Mon May 06 14:24:41 2024 +0200
c9e1c66
BUG/MEDIUM: http_ana: ignore NTLM for reuse aggressive/always and no H1
by Amaury Denoyelle
· Wed Mar 20 09:25:03 2024 +0100
1d148e9
BUG/MEDIUM: ssl: wrong priority whem limiting ECDSA ciphers in ECDSA+RSA configuration
by William Lallemand
· Wed Jun 05 11:37:14 2024 +0200
0da5420
CLEANUP: hlua: simplify ambiguous lua_insert() usage in hlua_ctx_resume()
by Aurelien DARRAGON
· Tue Jun 04 15:52:23 2024 +0200
6e53e5d
BUG/MINOR: hlua: prevent LJMP in hlua_traceback()
by Aurelien DARRAGON
· Tue Jun 04 10:41:32 2024 +0200
6184019
MINOR: hlua: don't dump empty entries in hlua_traceback()
by Willy Tarreau
· Sun Jun 19 17:35:53 2022 +0200
9a20594
BUG/MINOR: hlua: fix unsafe hlua_pusherror() usage
by Aurelien DARRAGON
· Tue Jun 04 13:08:59 2024 +0200
159136c
BUG/MINOR: hlua: don't use lua_pushfstring() when we don't expect LJMP
by Aurelien DARRAGON
· Mon Jun 03 23:18:24 2024 +0200
ca0cdfe
CLEANUP: hlua: use hlua_pusherror() where relevant
by Aurelien DARRAGON
· Tue Jun 04 12:48:45 2024 +0200
93f91e9
BUG/MINOR: tools: fix possible null-deref in env_expand() on out-of-memory
by Willy Tarreau
· Fri May 31 18:52:51 2024 +0200
03561d8
BUG/MINOR: tcpcheck: report correct error in tcp-check rule parser
by Willy Tarreau
· Fri May 31 18:37:56 2024 +0200
881aa1e
BUG/MINOR: activity: fix Delta_calls and Delta_bytes count
by Valentine Krasnobaeva
· Tue May 28 17:06:24 2024 +0200
fbebfc4
BUG/MINOR: ssl/ocsp: init callback func ptr as NULL
by Valentine Krasnobaeva
· Tue May 28 10:49:51 2024 +0200
43e271c
BUILD: fd: errno is also needed without poll()
by Willy Tarreau
· Mon May 27 18:56:12 2024 +0200
e9d1d9a
BUG/MINOR: server: Don't reset resolver options on a new default-server line
by Christopher Faulet
· Fri May 24 16:30:59 2024 +0200
6a87ce4
BUG/MINOR: connection: parse PROXY TLV for LOCAL mode
by Amaury Denoyelle
· Tue May 14 16:36:59 2024 +0200
d7f25c1
CLEANUP: ssl/cli: remove unused code in dump_crtlist_conf
by William Lallemand
· Tue May 21 10:58:09 2024 +0200
7421964
BUG/MINOR: stats: Don't state the 303 redirect response is chunked
by Christopher Faulet
· Fri May 17 15:42:46 2024 +0200
833d3e3
BUG/MINOR: htpp-ana/stats: Specify that HTX redirect messages have a C-L header
by Christopher Faulet
· Tue Oct 17 11:43:43 2023 +0200
fdfb833
BUG/MEDIUM: fd: prevent memory waste in fdtab array
by Aurelien DARRAGON
· Fri May 17 10:54:54 2024 +0200
4fe7924
BUG/MINOR: h1: fix detection of upper bytes in the URI
by Willy Tarreau
· Wed Apr 24 11:37:06 2024 +0200
5fd70ef
BUG/MINOR: backend: use cum_sess counters instead of cum_conn
by Amaury Denoyelle
· Thu Apr 04 18:08:46 2024 +0200
2d30863
BUG/MINOR: fd: my_closefrom() on Linux could skip contiguous series of sockets
by Willy Tarreau
· Fri Apr 19 16:52:32 2024 +0200
4ee0f4a
BUG/MINOR: sock: handle a weird condition with connect()
by Willy Tarreau
· Tue Apr 09 08:03:10 2024 +0200
02c3227
BUG/MEDIUM: cache: Vary not working properly on anything other than accept-encoding
by Remi Tricot-Le Breton
· Wed Apr 24 14:32:19 2024 +0200
c5cb8f0
BUG/MEDIUM: evports: do not clear returned events list on signal
by Willy Tarreau
· Wed Apr 17 16:25:20 2024 +0200
2f02b5b
BUG/MEDIUM: stconn: Don't forward channel data if input data must be filtered
by Christopher Faulet
· Mon Apr 15 19:09:01 2024 +0200
a65b07d
BUG/MEDIUM: peers/trace: fix crash when listing event types
by Willy Tarreau
· Fri Apr 12 12:01:31 2024 +0200
6f8118e
BUG/MEDIUM: http-ana: Deliver 502 on keep-alive for fressh server connection
by Christopher Faulet
· Tue Apr 09 08:19:01 2024 +0200
bc4d7fd
BUG/MINOR: log: invalid snprintf() usage in sess_build_logline()
by Aurelien DARRAGON
· Tue Apr 09 15:59:42 2024 +0200
d946cdf
BUG/MINOR: tools/log: invalid encode_{chunk,string} usage
by Aurelien DARRAGON
· Tue Apr 09 11:44:54 2024 +0200
7080457
BUG/MINOR: log: fix lf_text_len() truncate inconsistency
by Aurelien DARRAGON
· Tue Apr 09 11:15:23 2024 +0200
0f1f4e2
BUG/MEDIUM: cli: Warn if pipelined commands are delimited by a \n
by Christopher Faulet
· Tue Feb 20 18:30:16 2024 +0100
b3dd5d5
MINOR: cli: Remove useless loop on commands to find unescaped semi-colon
by Christopher Faulet
· Tue Feb 20 16:37:11 2024 +0100
166fdd9
BUG/MEDIUM: cli: fix once for all the problem of missing trailing LFs
by Willy Tarreau
· Thu Feb 08 18:15:23 2024 +0100
eea7b5e
BUG/MEDIUM: thread/sched: set proper scheduling context upon ha_set_tid()
by Aurelien DARRAGON
· Fri May 17 14:32:50 2024 +0200
5a096a7
[RELEASE] Released version 2.4.26
by Christopher Faulet
· Fri Apr 05 20:18:12 2024 +0200
864275b
BUG/MINOR: proxy: fix logformat expression leak in use_backend rules
by Aurelien DARRAGON
· Wed Mar 13 16:29:38 2024 +0100
be7b7ab
BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread (2nd try)
by Aurelien DARRAGON
· Tue Mar 12 17:05:54 2024 +0100
d591135
MINOR: hlua: use accessors for stream hlua ctx
by Aurelien DARRAGON
· Tue Mar 12 17:00:25 2024 +0100
5d35196
DEBUG: lua: precisely identify if stream is stuck inside lua or not
by Aurelien DARRAGON
· Tue Mar 12 00:22:44 2024 +0100
dce7f90
BUG/MINOR: backend: properly handle redispatch 0
by Willy Tarreau
· Tue Apr 02 15:15:32 2024 +0200
8f2e7fd
BUG/MINOR: server: ignore 'enabled' for dynamic servers
by Amaury Denoyelle
· Fri Mar 29 17:47:23 2024 +0100
e34253a
BUG/MINOR: server: 'source' interface ignored from 'default-server' directive
by Aurelien DARRAGON
· Tue Mar 26 10:42:48 2024 +0100
274a211
BUG/MEDIUM: mux-fcgi: Properly handle EOM flag on end-of-trailers HTX block
by Christopher Faulet
· Mon Mar 25 08:02:06 2024 +0100
06bf59b
BUG/MEDIUM: spoe: Return an invalid frame on recv if size is too small
by Christopher Faulet
· Mon Mar 18 08:02:32 2024 +0100
f15ac82
BUG/MINOR: spoe: Be sure to be able to quickly close IDLE applets on soft-stop
by Christopher Faulet
· Thu Mar 14 10:49:01 2024 +0100
a894261
BUG/MEDIUM: spoe: Don't rely on stream's expiration to detect processing timeout
by Christopher Faulet
· Thu Mar 14 10:21:56 2024 +0100
62de60d
BUG/MINOR: listener: Don't schedule frontend without task in listener_release()
by Christopher Faulet
· Thu Mar 14 09:29:09 2024 +0100
34c3859
BUG/MINOR: listener: Wake proxy's mngmt task up if necessary on session release
by Christopher Faulet
· Tue Mar 12 07:31:56 2024 +0100
9b98c9d
BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm()
by Dragan Dosen
· Mon Mar 11 18:10:01 2024 +0100
1c73382
BUG/MINOR: cfgparse: report proper location for log-format-sd errors
by Aurelien DARRAGON
· Wed Feb 28 19:29:27 2024 +0100
6ab7ec9
BUG/MAJOR: hlua: improper lock usage with hlua_ctx_resume()
by Aurelien DARRAGON
· Fri Mar 01 21:17:51 2024 +0100
d4df562
BUG/MEDIUM: hlua: improper lock usage with SET_SAFE_LJMP()
by Aurelien DARRAGON
· Mon Mar 04 11:17:58 2024 +0100
a374161
BUG/MINOR: hlua: don't use lua_tostring() from unprotected contexts
by Aurelien DARRAGON
· Fri Mar 01 15:55:17 2024 +0100
adac932
BUG/MINOR: hlua: fix unsafe lua_tostring() usage with empty stack
by Aurelien DARRAGON
· Fri Mar 01 19:54:16 2024 +0100
090a146
BUG/MINOR: tools: seed the statistical PRNG slightly better
by Willy Tarreau
· Fri Mar 01 16:17:47 2024 +0100
8263e94
MINOR: hlua: Be able to disable logging from lua
by Christopher Faulet
· Thu Feb 29 15:41:17 2024 +0100
00e0c3d
BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel
by Christopher Faulet
· Thu Feb 29 15:37:43 2024 +0100
ab9043f
BUG/MINOR: ssl/cli: duplicate cleaning code in cli_parse_del_crtlist
by William Lallemand
· Tue Feb 27 17:22:15 2024 +0100
174144c
BUG/MEDIUM: hlua: Don't loop if a lua socket does not consume received data
by Christopher Faulet
· Fri Feb 16 15:33:44 2024 +0100
1cc9651
BUILD: address a few remaining calloc(size, n) cases
by Willy Tarreau
· Sat Feb 10 11:35:07 2024 +0100
1ae47ec
BUG/MINOR: ssl: Clear the ckch instance when deleting a crt-list line
by Remi Tricot-Le Breton
· Wed Feb 07 16:38:42 2024 +0100
d292e56
BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions
by Olivier Houchard
· Sat Jan 27 22:58:29 2024 +0100
9c25a6a
BUG/MEDIUM: h1: always reject the NUL character in header values
by Willy Tarreau
· Wed Jan 31 15:10:39 2024 +0100
05f5e96
BUG/MINOR: h1-htx: properly initialize the err_pos field
by Willy Tarreau
· Wed Jan 31 15:04:11 2024 +0100
f08d319
BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush()
by Willy Tarreau
· Sat Feb 10 12:29:53 2024 +0100
b6bd0c0
BUG/MINOR: vars/cli: fix missing LF after "get var" output
by Willy Tarreau
· Thu Feb 08 18:13:32 2024 +0100
7366c84
BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI
by Emeric Brun
· Tue Jan 23 15:44:32 2024 +0100
e3df8b2
BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up
by Christopher Faulet
· Fri Jan 05 17:06:48 2024 +0100
ac68b99
BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable
by Christopher Faulet
· Fri Jan 05 16:48:40 2024 +0100
b7c6261
BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty
by Christopher Faulet
· Wed Dec 13 15:36:52 2023 +0100
51a6e93
BUG/MEDIUM: connection: report connection errors even when no mux is installed
by Willy Tarreau
· Tue Nov 14 07:55:04 2023 +0100
89673e2
BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them
by Willy Tarreau
· Mon Nov 20 10:44:21 2023 +0100
def2f95
BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly
by William Lallemand
· Mon Nov 20 10:49:05 2023 +0100
e6a2a0b
BUG/MEDIUM: pattern: don't trim pools under lock in pat_ref_purge_range()
by Willy Tarreau
· Sat Nov 04 07:55:37 2023 +0100
5c59536
BUG/MINOR: cache: Remove incomplete entries from the cache when stream is closed
by Remi Tricot-Le Breton
· Tue Nov 28 17:08:56 2023 +0100
3ebaeca
BUG/MINOR: sample: Make the `word` converter compatible with `-m found`
by Tim Duesterhus
· Thu Nov 30 16:41:17 2023 +0100
1893b3f
BUG/MINOR: config: Stopped parsing upon unmatched environment variables
by Frédéric Lécaille
· Thu Nov 30 09:26:05 2023 +0100
091598a
BUG/MINOR: server: do not leak default-server in defaults sections
by Willy Tarreau
· Thu Nov 23 14:28:14 2023 +0100
b34f6c4
BUG/MINOR: proxy/stktable: missing frees on proxy cleanup
by Aurelien DARRAGON
· Thu Nov 16 16:18:14 2023 +0100
5704905
MINOR: stktable: add stktable_deinit function
by Aurelien DARRAGON
· Thu Nov 16 16:17:12 2023 +0100
cc2513a
BUG/MINOR: stream/cli: report correct stream age in "show sess"
by Willy Tarreau
· Fri Nov 17 18:51:26 2023 +0100
0573984
BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover()
by Willy Tarreau
· Fri Nov 17 10:56:33 2023 +0100
261b916
BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover()
by Willy Tarreau
· Fri Nov 17 10:56:33 2023 +0100
237e9fe
BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover()
by Willy Tarreau
· Fri Nov 17 10:56:33 2023 +0100
6087f5b
BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer
by Christopher Faulet
· Fri Nov 17 11:59:33 2023 +0100
32cb2b8
BUG/MINOR: stconn: Fix streamer detection for HTX streams
by Christopher Faulet
· Fri Nov 17 11:23:11 2023 +0100
c4d03a1
BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented
by Christopher Faulet
· Tue Nov 14 19:18:53 2023 +0100
36b61af
BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only
by Christopher Faulet
· Tue Nov 14 07:47:52 2023 +0100
babafc4
MEDIUM: mux-h1: Handle MUX_SUBS_RECV flag in h1_ctl() and susbscribe for reads
by Christopher Faulet
· Tue Nov 14 07:45:43 2023 +0100
95ce344
BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up
by Christopher Faulet
· Mon Nov 13 19:16:09 2023 +0100
84502f3
BUG/MINOR: mux-h1: Properly handle http-request and http-keep-alive timeouts
by Christopher Faulet
· Tue Nov 07 18:36:02 2023 +0100
e748975
BUG/MINOR: stick-table/cli: Check for invalid ipv4 key
by Aurelien DARRAGON
· Mon Aug 28 13:57:19 2023 +0200
8a28eb7
CLEANUP: htx: Properly indent htx_reserve_max_data() function
by Christopher Faulet
· Tue Nov 07 07:50:22 2023 +0100
c04eb0b
BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure
by Aurelien DARRAGON
· Fri Nov 03 12:10:56 2023 +0100
7228dfd
BUG/MINOR: stktable: missing free in parse_stick_table()
by Aurelien DARRAGON
· Thu Nov 02 09:18:55 2023 +0100
326e297
BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure
by Christopher Faulet
· Mon Oct 30 09:00:37 2023 +0100
05bf68b
BUG/MEDIUM: ssl: segfault when cipher is NULL
by William Lallemand
· Mon Oct 30 18:08:16 2023 +0100
539bfaa
BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA
by William Lallemand
· Tue Oct 24 23:58:02 2023 +0200
Next »