Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
d946cdfb764fb490aa434d0eb91a2b6196dc2b4c
d946cdf
BUG/MINOR: tools/log: invalid encode_{chunk,string} usage
by Aurelien DARRAGON
· 7 months ago
7080457
BUG/MINOR: log: fix lf_text_len() truncate inconsistency
by Aurelien DARRAGON
· 7 months ago
0f1f4e2
BUG/MEDIUM: cli: Warn if pipelined commands are delimited by a \n
by Christopher Faulet
· 9 months ago
b3dd5d5
MINOR: cli: Remove useless loop on commands to find unescaped semi-colon
by Christopher Faulet
· 9 months ago
166fdd9
BUG/MEDIUM: cli: fix once for all the problem of missing trailing LFs
by Willy Tarreau
· 9 months ago
eea7b5e
BUG/MEDIUM: thread/sched: set proper scheduling context upon ha_set_tid()
by Aurelien DARRAGON
· 6 months ago
5a096a7
[RELEASE] Released version 2.4.26
by Christopher Faulet
· 7 months ago
864275b
BUG/MINOR: proxy: fix logformat expression leak in use_backend rules
by Aurelien DARRAGON
· 8 months ago
be7b7ab
BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread (2nd try)
by Aurelien DARRAGON
· 8 months ago
d591135
MINOR: hlua: use accessors for stream hlua ctx
by Aurelien DARRAGON
· 8 months ago
5d35196
DEBUG: lua: precisely identify if stream is stuck inside lua or not
by Aurelien DARRAGON
· 8 months ago
a305150
BUG/MINOR: ist: only store NUL byte on succeeded alloc
by Willy Tarreau
· 9 months ago
dce7f90
BUG/MINOR: backend: properly handle redispatch 0
by Willy Tarreau
· 8 months ago
8f2e7fd
BUG/MINOR: server: ignore 'enabled' for dynamic servers
by Amaury Denoyelle
· 8 months ago
e34253a
BUG/MINOR: server: 'source' interface ignored from 'default-server' directive
by Aurelien DARRAGON
· 8 months ago
274a211
BUG/MEDIUM: mux-fcgi: Properly handle EOM flag on end-of-trailers HTX block
by Christopher Faulet
· 8 months ago
8b83a9b
BUG/MINOR: session: ensure conn owner is set after insert into session
by Amaury Denoyelle
· 8 months ago
06bf59b
BUG/MEDIUM: spoe: Return an invalid frame on recv if size is too small
by Christopher Faulet
· 8 months ago
73fad56
CI: temporarily adjust kernel entropy to work with ASAN/clang
by Ilia Shipitsin
· 8 months ago
f15ac82
BUG/MINOR: spoe: Be sure to be able to quickly close IDLE applets on soft-stop
by Christopher Faulet
· 8 months ago
a894261
BUG/MEDIUM: spoe: Don't rely on stream's expiration to detect processing timeout
by Christopher Faulet
· 8 months ago
62de60d
BUG/MINOR: listener: Don't schedule frontend without task in listener_release()
by Christopher Faulet
· 8 months ago
34c3859
BUG/MINOR: listener: Wake proxy's mngmt task up if necessary on session release
by Christopher Faulet
· 8 months ago
9b98c9d
BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm()
by Dragan Dosen
· 8 months ago
6b0dea7
DOC: configuration: clarify ciphersuites usage (V2)
by William Lallemand
· 8 months ago
1c73382
BUG/MINOR: cfgparse: report proper location for log-format-sd errors
by Aurelien DARRAGON
· 9 months ago
6ab7ec9
BUG/MAJOR: hlua: improper lock usage with hlua_ctx_resume()
by Aurelien DARRAGON
· 9 months ago
d4df562
BUG/MEDIUM: hlua: improper lock usage with SET_SAFE_LJMP()
by Aurelien DARRAGON
· 9 months ago
a374161
BUG/MINOR: hlua: don't use lua_tostring() from unprotected contexts
by Aurelien DARRAGON
· 9 months ago
adac932
BUG/MINOR: hlua: fix unsafe lua_tostring() usage with empty stack
by Aurelien DARRAGON
· 9 months ago
090a146
BUG/MINOR: tools: seed the statistical PRNG slightly better
by Willy Tarreau
· 9 months ago
8263e94
MINOR: hlua: Be able to disable logging from lua
by Christopher Faulet
· 9 months ago
00e0c3d
BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel
by Christopher Faulet
· 9 months ago
a088aa0
DOC: configuration: clarify ciphersuites usage
by William Lallemand
· 9 months ago
ab9043f
BUG/MINOR: ssl/cli: duplicate cleaning code in cli_parse_del_crtlist
by William Lallemand
· 9 months ago
7783546
BUG/MINOR: ist: allocate nul byte on istdup
by Amaury Denoyelle
· 9 months ago
174144c
BUG/MEDIUM: hlua: Don't loop if a lua socket does not consume received data
by Christopher Faulet
· 9 months ago
e959c0a
DEV: makefile: fix POSIX compatibility for "range" target
by Aurelien DARRAGON
· 1 year, 3 months ago
06f9a74
DEV: makefile: add a new "range" target to iteratively build all commits
by Willy Tarreau
· 1 year, 3 months ago
f3e45f3
CI: Update to actions/cache@v4
by Tim Duesterhus
· 9 months ago
536cb58
DOC: internal: update missing data types in peers-v2.0.txt
by Willy Tarreau
· 10 months ago
b402450
DOC: install: recommend pcre2
by Abhijeet Rastogi
· 9 months ago
25d2d8a
DOC: configuration: clarify http-request wait-for-body
by Thayne McCombs
· 10 months ago
1cc9651
BUILD: address a few remaining calloc(size, n) cases
by Willy Tarreau
· 9 months ago
1ae47ec
BUG/MINOR: ssl: Clear the ckch instance when deleting a crt-list line
by Remi Tricot-Le Breton
· 9 months ago
d292e56
BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions
by Olivier Houchard
· 10 months ago
9c25a6a
BUG/MEDIUM: h1: always reject the NUL character in header values
by Willy Tarreau
· 10 months ago
a3a44d1
BUG/MEDIUM: h1: Don't support LF only to mark the end of a chunk size
by Christopher Faulet
· 10 months ago
41ea80c
BUG/MINOR: h1: Don't support LF only at the end of chunks
by Christopher Faulet
· 10 months ago
05f5e96
BUG/MINOR: h1-htx: properly initialize the err_pos field
by Willy Tarreau
· 10 months ago
f08d319
BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush()
by Willy Tarreau
· 9 months ago
b6bd0c0
BUG/MINOR: vars/cli: fix missing LF after "get var" output
by Willy Tarreau
· 9 months ago
7366c84
BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI
by Emeric Brun
· 10 months ago
e3df8b2
BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up
by Christopher Faulet
· 11 months ago
ac68b99
BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable
by Christopher Faulet
· 11 months ago
dd8abeb
DOC: config: Update documentation about local haproxy response
by Christopher Faulet
· 11 months ago
b7c6261
BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty
by Christopher Faulet
· 11 months ago
858ed9a
DOC: configuration: typo req.ssl_hello_type
by William Lallemand
· 11 months ago
51a6e93
BUG/MEDIUM: connection: report connection errors even when no mux is installed
by Willy Tarreau
· 1 year ago
89673e2
BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them
by Willy Tarreau
· 12 months ago
6cfe787
[RELEASE] Released version 2.4.25
by Christopher Faulet
· 11 months ago
def2f95
BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly
by William Lallemand
· 12 months ago
e6a2a0b
BUG/MEDIUM: pattern: don't trim pools under lock in pat_ref_purge_range()
by Willy Tarreau
· 1 year ago
5c59536
BUG/MINOR: cache: Remove incomplete entries from the cache when stream is closed
by Remi Tricot-Le Breton
· 12 months ago
1d8c2e6
DOC: Clarify the differences between field() and word()
by Tim Duesterhus
· 12 months ago
3ebaeca
BUG/MINOR: sample: Make the `word` converter compatible with `-m found`
by Tim Duesterhus
· 12 months ago
28c4b30
REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter
by Tim Duesterhus
· 12 months ago
59f36bc
DOC: config: add matrix entry for "max-session-srv-conns"
by Aurelien DARRAGON
· 12 months ago
85f953c
DOC: config: specify supported sections for "max-session-srv-conns"
by Aurelien DARRAGON
· 12 months ago
1893b3f
BUG/MINOR: config: Stopped parsing upon unmatched environment variables
by Frédéric Lécaille
· 12 months ago
8b2a005
DOC: lua: fix Proxy.get_mode() output
by Aurelien DARRAGON
· 12 months ago
0c95162
DOC: lua: add sticktable class reference from Proxy.stktable
by Aurelien DARRAGON
· 12 months ago
da81bc3
REGTESTS: connection: disable http_reuse_be_transparent.vtc if !TPROXY
by Aurelien DARRAGON
· 12 months ago
88bd695
DOC: 51d: updated 51Degrees repo URL for v3.2.10
by Eugene Dorfman
· 12 months ago
091598a
BUG/MINOR: server: do not leak default-server in defaults sections
by Willy Tarreau
· 12 months ago
64d70a6
REGTESTS: http: add a test to validate chunked responses delivery
by Willy Tarreau
· 12 months ago
b34f6c4
BUG/MINOR: proxy/stktable: missing frees on proxy cleanup
by Aurelien DARRAGON
· 1 year ago
5704905
MINOR: stktable: add stktable_deinit function
by Aurelien DARRAGON
· 1 year ago
cc2513a
BUG/MINOR: stream/cli: report correct stream age in "show sess"
by Willy Tarreau
· 12 months ago
0573984
BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover()
by Willy Tarreau
· 12 months ago
261b916
BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover()
by Willy Tarreau
· 12 months ago
237e9fe
BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover()
by Willy Tarreau
· 12 months ago
6087f5b
BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer
by Christopher Faulet
· 12 months ago
32cb2b8
BUG/MINOR: stconn: Fix streamer detection for HTX streams
by Christopher Faulet
· 12 months ago
24805c3
MINOR: channel: Add functions to get info on buffers and deal with HTX streams
by Christopher Faulet
· 12 months ago
3d1a93b
MINOR: htx: Use a macro for overhead induced by HTX
by Christopher Faulet
· 12 months ago
c4d03a1
BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented
by Christopher Faulet
· 1 year ago
5b3449e
REGTESTS: http: Improve script testing abortonclose option
by Christopher Faulet
· 1 year ago
36b61af
BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only
by Christopher Faulet
· 1 year ago
babafc4
MEDIUM: mux-h1: Handle MUX_SUBS_RECV flag in h1_ctl() and susbscribe for reads
by Christopher Faulet
· 1 year ago
c9f6ff2
MINOR: connection: Add a CTL flag to notify mux it should wait for reads again
by Christopher Faulet
· 1 year ago
95ce344
BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up
by Christopher Faulet
· 1 year ago
42bd5cb
DOC: config: use the word 'backend' instead of 'proxy' in 'track' description
by Willy Tarreau
· 1 year ago
47db134
DOC: management: -q is quiet all the time
by William Lallemand
· 1 year ago
84502f3
BUG/MINOR: mux-h1: Properly handle http-request and http-keep-alive timeouts
by Christopher Faulet
· 1 year ago
e748975
BUG/MINOR: stick-table/cli: Check for invalid ipv4 key
by Aurelien DARRAGON
· 1 year, 3 months ago
8a28eb7
CLEANUP: htx: Properly indent htx_reserve_max_data() function
by Christopher Faulet
· 1 year ago
c04eb0b
BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure
by Aurelien DARRAGON
· 1 year ago
7228dfd
BUG/MINOR: stktable: missing free in parse_stick_table()
by Aurelien DARRAGON
· 1 year, 1 month ago
326e297
BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure
by Christopher Faulet
· 1 year, 1 month ago
Next »