Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
6a444d07e0ba120ade2847e2df24205c82bcb024
« Previous
080ef16
MINOR: show Built with PCRE version
by Lukas Tribus
· 8 years ago
388ed78
BUG/MINOR: displayed PCRE version is running release
by Lukas Tribus
· 8 years ago
3dac86e
MINOR: cli: allow the semi-colon to be escaped on the CLI
by Chad Lavoie
· 8 years ago
7eb7c08
BUG/MINOR: payload: fix SSLv2 version parser
by Willy Tarreau
· 8 years ago
83b4058
BUG/MAJOR: stream: properly mark the server address as unset on connect retry
by Willy Tarreau
· 8 years ago
5a5b1f2
BUG/MAJOR: stick-counters: possible crash when using sc_trackers with wrong table
by Willy Tarreau
· 8 years ago
ff85390
BUG/MAJOR: compression: initialize avail_in/next_in even during flush
by Willy Tarreau
· 8 years ago
bce9d9a
DOC: minor typo fixes to improve HTML parsing by haproxy-dconv
by Olivier Doucet
· 8 years ago
7c3cc28
BUG/MEDIUM: stream-int: completely detach connection on connect error
by Willy Tarreau
· 8 years ago
920d05f
Revert "BUG/MINOR: ssl: fix potential memory leak in ssl_sock_load_dh_params()"
by Willy Tarreau
· 8 years ago
1ab2322
BUG/MINOR: init: ensure that FD limit is raised to the max allowed
by Willy Tarreau
· 8 years ago
29901e5
BUG/MINOR: init: always ensure that global.rlimit_nofile matches actual limits
by Willy Tarreau
· 8 years ago
105302a
MINOR: systemd: Perform sanity check on config before reload
by Pavlos Parissis
· 8 years ago
d739cc8
MINOR: systemd: Use variable for config and pidfile paths
by Pavlos Parissis
· 8 years ago
d263feb
DOC: http: add documentation for url32 and url32+src
by Dragan Dosen
· 8 years ago
b3d91b8
BUG/MINOR: http: url32+src should check cli_conn before using it
by Dragan Dosen
· 8 years ago
9410d75
BUG/MINOR: http: url32+src should use the big endian version of url32
by Dragan Dosen
· 8 years ago
971cb62
BUG/MINOR: ssl: fix potential memory leak in ssl_sock_load_dh_params()
by Roberto Guimaraes
· 8 years ago
cba3bd6
BUG/MINOR: http: add-header: header name copied twice
by Thierry Fournier
· 8 years ago
294c8d2
BUG/MEDIUM: sticktables: segfault in some configuration error cases
by Thierry Fournier
· 8 years ago
fab4152
CLEANUP: connection: fix double negation on memcmp()
by David CARLIER
· 9 years ago
a72d390
BUG/MAJOR: fix listening IP address storage for frontends
by Vincent Bernat
· 8 years ago
c5cca45
[RELEASE] Released version 1.5.18
by Willy Tarreau
· 8 years ago
c4cdeb7
MINOR: stats: fix typo in help messages
by Cyril Bonté
· 9 years ago
7460212
BUG/MEDIUM: channel: fix inconsistent handling of 4GB-1 transfers
by Willy Tarreau
· 9 years ago
09ae6c9
BUG/MEDIUM: stream: ensure the SI_FL_DONT_WAKE flag is properly cleared
by Willy Tarreau
· 9 years ago
2f3eda7
BUG/MAJOR: channel: fix miscalculation of available buffer space (4th try)
by Willy Tarreau
· 9 years ago
c72d85b
BUG/MEDIUM: http: fix risk of CPU spikes with pipelined requests from dead client
by Willy Tarreau
· 9 years ago
9f905d9
MINOR: channel: add new function channel_congested()
by Willy Tarreau
· 9 years ago
467c147
BUG/MEDIUM: channel: fix miscalculation of available buffer space (3rd try)
by Willy Tarreau
· 9 years ago
fdc90ca
BUG/MEDIUM: channel: incorrect polling condition may delay event delivery
by Willy Tarreau
· 9 years ago
c3981fc
BUG/MEDIUM: channel: don't allow to overwrite the reserve until connected
by Willy Tarreau
· 9 years ago
b17547c
MEDIUM: unblock signals on startup.
by Willy Tarreau
· 9 years ago
c6d173f
BUG/MINOR: fix maxaccept computation according to the frontend process range
by Cyril Bonté
· 9 years ago
6f4bf1e
BUG/MINOR: listener: stop unbound listeners on startup
by Willy Tarreau
· 9 years ago
434bc8d
BUG/MEDIUM: fix maxaccept computation on per-process listeners
by Willy Tarreau
· 9 years ago
0aa1e33
CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept()
by Willy Tarreau
· 9 years ago
9bd983e
DOC: Clarify IPv4 address / mask notation rules
by Daniel Schneller
· 9 years ago
068c344
[RELEASE] Released version 1.5.17
by Willy Tarreau
· 9 years ago
074115d
DOC: fix discrepancy in the example for http-request redirect
by Coen Rosdorff
· 9 years ago
dea6146
BUG/MAJOR: channel: fix miscalculation of available buffer space (2nd try)
by Willy Tarreau
· 9 years ago
c89b09b
BUG/MINOR : allow to log cookie for tarpit and denied request
by Bertrand Paquet
· 9 years ago
ee6ec8c
DOC: fix "needed" typo
by Thiago Farina
· 9 years ago
4f66110
DOC: typo: req.uri is now replaced by capture.req.uri
by Baptiste Assmann
· 9 years ago
75f8c90
DOC: typo: maxconn paragraph is wrong due to a wrong buffer size
by Baptiste Assmann
· 9 years ago
a2fae94
DOC: typo: ACL subdir match
by Baptiste Assmann
· 9 years ago
fd9aad0
DOC: typo on stick-store response
by Baptiste Assmann
· 9 years ago
fdecd03
DOC: timeout client: pointers to timeout http-request
by Baptiste Assmann
· 9 years ago
611dfcc
DOC: "addr" parameter applies to both health and agent checks
by Baptiste Assmann
· 9 years ago
bb65643
BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers
by Nenad Merdanovic
· 9 years ago
d357edf
BUG/MINOR: conf: "listener id" expects integer, but its not checked
by Thierry Fournier
· 9 years ago
517cdce
BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted
by Benoit GARNIER
· 9 years ago
a561404
[RELEASE] Released version 1.5.16
by Willy Tarreau
· 9 years ago
5237ace
BUG/MINOR: log: GMT offset not updated when entering/leaving DST
by Benoit GARNIER
· 9 years ago
2b9b25b
CLEANUP: http: fix a build warning introduced by a recent fix
by Willy Tarreau
· 9 years ago
e524c71
BUG/MINOR: pattern: Avoid memory leak on out-of-memory condition
by Andreas Seltenreich
· 9 years ago
171d9a5
BUG/MINOR: standard: Avoid free of non-allocated pointer
by Andreas Seltenreich
· 9 years ago
d5760be
MINOR: cfgparse: warn when gid parameter is not a number
by Baptiste Assmann
· 9 years ago
2b42993
MINOR: cfgparse: warn when uid parameter is not a number
by Baptiste Assmann
· 9 years ago
6ae30f8
BUG/MINOR: tcpcheck: fix incorrect list usage resulting in failure to load certain configs
by Willy Tarreau
· 9 years ago
94db44f
BUG/MINOR: tcpcheck: conf parsing error when no port configured on server and last rule is a CONNECT with no port
by Baptiste Assmann
· 9 years ago
41c115e
CLEANUP: map: Avoid memory leak in out-of-memory condition.
by Andreas Seltenreich
· 9 years ago
cae8e4e
CLEANUP: pattern: Ignore unknown samples in pat_match_ip().
by Andreas Seltenreich
· 9 years ago
a96d28b
CLEANUP: stats: Avoid computation with uninitialized bits.
by Andreas Seltenreich
· 9 years ago
a24f95d
MINOR: systemd: ensure a reload doesn't mask a stop
by Willy Tarreau
· 9 years ago
081753c
BUG/MINOR: systemd: propagate the correct signal to haproxy
by Willy Tarreau
· 9 years ago
60278b9
BUG/MINOR: systemd: report the correct signal in debug message output
by Willy Tarreau
· 9 years ago
1e7893c
BUG/MINOR: systemd: ensure we don't miss signals
by Willy Tarreau
· 9 years ago
ce0162e
BUG/MEDIUM: chunks: always reject negative-length chunks
by Willy Tarreau
· 9 years ago
be80167
BUG/MINOR: http: Be sure to process all the data received from a server
by Christopher Faulet
· 9 years ago
32e4f25
BUG/MEDIUM: stats: stats bind-process doesn't propagate the process mask correctly
by Cyril Bonté
· 9 years ago
8760ef0
BUG/MEDIUM: ssl: fix off-by-one in NPN list allocation
by Willy Tarreau
· 9 years ago
9344dd0
BUG/MEDIUM: ssl: fix off-by-one in ALPN list allocation
by Marcoen Hirschberg
· 9 years ago
6f93444
DOC: add server name at rate-limit sessions example
by Panagiotis Panagiotopoulos
· 9 years ago
3082bde
DOC: remove old tunnel mode assumptions
by Lukas Tribus
· 9 years ago
7b2787f
BUG: stream_interface: Reuse connection even if the output channel is empty
by Christopher Faulet
· 9 years ago
c2f2f80
MINOR: stats: send content-length with the redirect to allow keep-alive
by Willy Tarreau
· 9 years ago
bccd8b6
BUG/CLEANUP: CLI: report the proper field states in "show sess"
by Willy Tarreau
· 9 years ago
bb48be1
MINOR: unix: don't mention free ports on EAGAIN
by Lukas Tribus
· 9 years ago
8db2a60
BUG/MINOR: stream: don't force retries if the server is DOWN
by Willy Tarreau
· 9 years ago
7610073
BUG/MEDIUM: channel: fix miscalculation of available buffer space.
by Willy Tarreau
· 9 years ago
f980b36
BUG/MEDIUM: sample: http_date() doesn't provide the right day of the week
by Cyril Bonté
· 9 years ago
85a1c18
BUG/MEDIUM: config: Adding validation to stick-table expire value.
by Ben Cabot
· 9 years ago
de50f7f
MINOR: chunk: make chunk_initstr() take a const string
by Willy Tarreau
· 9 years ago
c85bedc
MINOR: chunks: add chunk_strcat() and chunk_newstr()
by Willy Tarreau
· 9 years ago
8dfc057
MINOR: chunks: ensure that chunk_strcpy() adds a trailing zero
by Willy Tarreau
· 9 years ago
966bb79
BUG/MINOR: chunk: make chunk_dup() always check and set dst->size
by Willy Tarreau
· 9 years ago
21fab69
CLEANUP: haproxy: using _GNU_SOURCE instead of __USE_GNU macro.
by David Carlier
· 9 years ago
a320fd1
BUG/MEDIUM: peers: old stick table updates could be repushed.
by Emeric Brun
· 9 years ago
96a1b4a
BUG/MEDIUM: peers: table entries learned from a remote are pushed to others after a random delay.
by Emeric Brun
· 9 years ago
0f836e1
BUG/MEDIUM: sample: urlp can't match an empty value
by Cyril Bonté
· 9 years ago
97ef6f9
BUILD: freebsd: double declaration
by Thierry FOURNIER
· 9 years ago
07ccb48
BUG/MEDIUM: cli: changing compression rate-limiting must require admin level
by Willy Tarreau
· 9 years ago
9154bc9
BUG/MEDIUM: stream: fix half-closed timeout handling
by Willy Tarreau
· 9 years ago
3de8e7a
BUG/MEDIUM: http: don't enable auto-close on the response side
by Willy Tarreau
· 9 years ago
e77015c
MINOR: config: extend the default max hostname length to 64 and beyond
by Willy Tarreau
· 10 years ago
c0d5613
BUG/MEDIUM: http: switch the request channel to no-delay once done.
by Willy Tarreau
· 9 years ago
ef8a113
BUG: http: do not abort keep-alive connections on server timeout
by lsenta
· 9 years ago
1af6a32
BUG/MINOR: acl: don't use record layer in req_ssl_ver
by Lukas Tribus
· 9 years ago
4818bc3
BUG/BUILD: replace haproxy-systemd-wrapper with $(EXTRA) in install-bin.
by Jerome Duval
· 9 years ago
Next »