Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
e77bc17b1da96e186299fb9ab76a0c03dd252781
/
include
c4ebae0
BUG/MEDIUM: stream-int: always reset si->ops when si->end is nullified
by Willy Tarreau
· 10 years ago
ca12910
BUG/MEDIUM: channel: don't schedule data in transit for leaving until connected
by Willy Tarreau
· 10 years ago
18b09d0
MEDIUM: channel: make bi_avail() use channel_in_transit()
by Willy Tarreau
· 10 years ago
90d5c18
MEDIUM: channel: make buffer_reserved() use channel_in_transit()
by Willy Tarreau
· 10 years ago
630cf01
MINOR: channel: add channel_in_transit()
by Willy Tarreau
· 10 years ago
5aea838
BUG/MINOR: channel: compare to_forward with buf->i, not buf->size
by Willy Tarreau
· 10 years ago
4f43511
BUG/MEDIUM: channel: fix possible integer overflow on reserved size computation
by Willy Tarreau
· 10 years ago
cfbb93f
DOC: fix a few typos
by Godbach
· 10 years ago
bae03ea
BUG/MEDIUM: pattern: don't load more than once a pattern list.
by Thierry FOURNIER
· 10 years ago
1f96a87
BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks
by Cyril Bonté
· 10 years ago
42a3e20
MINOR: ssl: add statement to force some ssl options in global.
by Emeric Brun
· 10 years ago
2e47a3a
BUG/MEDIUM: http: adjust close mode when switching to backend
by Willy Tarreau
· 10 years ago
8b3c808
MEDIUM: config: report it when tcp-request rules are misplaced
by Willy Tarreau
· 10 years ago
b4d0509
BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer
by Willy Tarreau
· 10 years ago
d6ec605
MEDIUM: connection: add new bit in Proxy Protocol V2
by Dave McCowan
· 10 years ago
ad65af7
BUG/MINOR: server: move the directive #endif to the end of file
by Godbach
· 10 years ago
5bebcd0
BUG/MAJOR: http: correctly rewind the request body after start of forwarding
by Willy Tarreau
· 10 years ago
8245675
BUG/MEDIUM: backend: Update hash to use unsigned int throughout
by Dan Dubovik
· 10 years ago
631a70f
BUG/MEDIUM: unix: completely unbind abstract sockets during a pause()
by Willy Tarreau
· 10 years ago
d903bb3
MEDIUM: listener: implement a per-protocol pause() function
by Willy Tarreau
· 10 years ago
dc2695c
MEDIUM: log: support a user-configurable max log line length
by Willy Tarreau
· 10 years ago
b4cbc1e
MINOR: log: make MAX_SYSLOG_LEN overridable at build time
by Willy Tarreau
· 10 years ago
d008394
MINOR: stick-table: make stktable_fetch_key() indicate why it failed
by Willy Tarreau
· 10 years ago
4910098
BUG/MINOR: ssl: Fix external function in order not to return a pointer on an internal trash buffer.
by Emeric Brun
· 10 years ago
c8b27b6
MEDIUM: ssl: add 300s supported time skew on OCSP response update.
by Emeric Brun
· 10 years ago
f4e6129
MINOR: missing regex.h include
by Thierry FOURNIER
· 10 years ago
4147b2e
MEDIUM: ssl: basic OCSP stapling support.
by Emeric Brun
· 10 years ago
2620276
MINOR: regex: Use native PCRE API.
by Thierry FOURNIER
· 10 years ago
09af0d6
MEDIUM: regex: replace all standard regex function by own functions
by Thierry FOURNIER
· 10 years ago
b8f980c
MINOR: regex: Create JIT compatible function that return match strings
by Thierry FOURNIER
· 10 years ago
218f064
MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/resp
by Sasha Pachev
· 10 years ago
4bfc580
MEDIUM: session: maintain per-backend and per-server time statistics
by Willy Tarreau
· 10 years ago
2438f2b
MINOR: freq_ctr: introduce a new averaging method
by Willy Tarreau
· 10 years ago
588297f
MINOR: tools: add new functions to quote-encode strings
by Willy Tarreau
· 10 years ago
75ab8bd
MEDIUM: Add port_to_str helper
by Simon Horman
· 10 years ago
8fccfa2
CLEANUP: connection: merge proxy proto v2 header and address block
by Willy Tarreau
· 10 years ago
3a4ac42
MINOR: tcp: prepare support for the "capture" action
by Willy Tarreau
· 10 years ago
54da8db
MINOR: capture: extend the captures to support non-header keys
by Willy Tarreau
· 10 years ago
f46cd6e
MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bits
by Remi Gacogne
· 10 years ago
c874653
BUILD: don't use type "uint" which is not portable
by Willy Tarreau
· 10 years ago
ce3f913
MINOR: stats: add counters for SSL cache lookups and misses
by Willy Tarreau
· 10 years ago
0c9c272
MINOR: stats: report SSL key computations per second
by Willy Tarreau
· 10 years ago
c600204
BUG/MEDIUM: regex: fix risk of buffer overrun in exp_replace()
by Sasha Pachev
· 10 years ago
2396418
MINOR: checks: support a neutral check result
by Willy Tarreau
· 10 years ago
ed7df90
MEDIUM: stats: introduce new actions to simplify admin status management
by Willy Tarreau
· 10 years ago
bfc7b7a
MAJOR: checks: add support for a new "drain" administrative mode
by Willy Tarreau
· 10 years ago
8eb7784
MINOR: server: implement srv_set_stopping()
by Willy Tarreau
· 10 years ago
dbd5e78
MINOR: server: implement srv_set_running()
by Willy Tarreau
· 10 years ago
e7d1ef1
MINOR: server: implement srv_set_stopped()
by Willy Tarreau
· 10 years ago
bda9227
MINOR: server: make the status reporting function support a reason
by Willy Tarreau
· 10 years ago
af54958
MEDIUM: checks: simplify server up/down/nolb transitions
by Willy Tarreau
· 10 years ago
a0066dd
MEDIUM: server: properly support and propagate the maintenance status
by Willy Tarreau
· 10 years ago
4aac7db
REORG: checks: put the functions in the appropriate files !
by Willy Tarreau
· 10 years ago
892337c
MAJOR: server: use states instead of flags to store the server state
by Willy Tarreau
· 10 years ago
2012521
REORG/MEDIUM: server: move the maintenance bits out of the server state
by Willy Tarreau
· 10 years ago
c93cd16
REORG/MEDIUM: server: split server state and flags in two different variables
by Willy Tarreau
· 10 years ago
041751c
BUG/MEDIUM: polling: fix possible CPU hogging of worker processes after receiving SIGUSR1.
by Conrad Hoffmann
· 10 years ago
87eb1d6
MINOR: server: create srv_was_usable() from srv_is_usable() and use a pointer
by Willy Tarreau
· 10 years ago
c5150da
MINOR: server: use functions to detect state changes and to update them
by Willy Tarreau
· 10 years ago
02615f9
MINOR: server: remove the SRV_DRAIN flag which can always be deduced
by Willy Tarreau
· 10 years ago
05cdd96
MEDIUM: session: implement half-closed timeouts (client-fin and server-fin)
by Willy Tarreau
· 10 years ago
6346f0a
DOC: stop referencing the slow git repository in the README
by Willy Tarreau
· 10 years ago
b1dd9bf
MEDIUM: pattern: use ebtree's longest match to index/lookup string beginning
by Willy Tarreau
· 10 years ago
18ca2d4
MINOR: tools: split is_addr() and is_inet_addr()
by Willy Tarreau
· 10 years ago
6ae1ba6
MEDIUM: listener: parse the new "process" bind keyword
by Willy Tarreau
· 10 years ago
a9db57e
MEDIUM: config: limit nbproc to the machine's word size
by Willy Tarreau
· 12 years ago
8dc6039
MINOR: ssl: add global statement tune.ssl.force-private-cache.
by Emeric Brun
· 10 years ago
afb7683
MEDIUM: connection: Implement and extented PROXY Protocol V2
by David S
· 10 years ago
caa19cc
BUG/MAJOR: ssl: Fallback to private session cache if current lock mode is not supported.
by Emeric Brun
· 10 years ago
cefad67
BUILD: syscalls: remove improper inline statement in front of syscalls
by Willy Tarreau
· 10 years ago
2a83111
MINOR: http: generic pointer to rule argument
by William Lallemand
· 11 years ago
07c8b24
MINOR: http: export the smp_fetch_cookie function
by William Lallemand
· 11 years ago
644c101
BUG/MAJOR: http: connection setup may stall on balance url_param
by Willy Tarreau
· 11 years ago
ed44649
MEDIUM: config: warn that '{cli,con,srv}timeout' are deprecated
by Willy Tarreau
· 11 years ago
a3c504c
MEDIUM: config: inform the user only once that "redispatch" is deprecated
by Willy Tarreau
· 11 years ago
40bac83
MEDIUM: config: inform the user that "reqsetbe" is deprecated
by Willy Tarreau
· 11 years ago
de9d2d7
MEDIUM: config: inform the user about the deprecatedness of "block" rules
by Willy Tarreau
· 11 years ago
ff05550
MINOR: config: add minimum support for emitting warnings only once
by Willy Tarreau
· 11 years ago
0b74833
MEDIUM: http: make http-request rules processing return a verdict instead of a rule
by Willy Tarreau
· 11 years ago
353bc9f
CLEANUP: proxy: rename "block_cond" to "block_rules"
by Willy Tarreau
· 11 years ago
e47e4e2
BUG/MEDIUM: patterns: last fix was still not enough
by Thierry FOURNIER
· 11 years ago
a631fc8
BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns
by Willy Tarreau
· 11 years ago
f51c698
MEDIUM: ssl: implement a workaround for the OpenSSL heartbleed attack
by Willy Tarreau
· 11 years ago
b396637
MINOR: connection: add a new error code for SSL with heartbeat
by Willy Tarreau
· 11 years ago
73025dd
MEDIUM: http: register http-request and http-response keywords
by William Lallemand
· 11 years ago
fabcbe0
MEDIUM: http: ACL and MAP updates through http-(request|response) rules
by Baptiste Assmann
· 11 years ago
953f74d
MINOR: pattern: find element in a reference
by Baptiste Assmann
· 11 years ago
c35362a
MINOR: http: implement the max-keep-alive-queue setting
by Willy Tarreau
· 11 years ago
1746eec
MINOR: checks: add a new global max-spread-checks directive
by Willy Tarreau
· 11 years ago
f1fd9dc
CLEANUP: general: get rid of all old occurrences of "session *t"
by Willy Tarreau
· 11 years ago
af3cf70
MEDIUM: stats: reimplement HTTP keep-alive on the stats page
by Willy Tarreau
· 11 years ago
5a8ba60
CLEANUP: buffers: remove unused function buffer_contig_space_with_res()
by Willy Tarreau
· 11 years ago
1234f4a
MAJOR: http: reset msg->sov after headers are forwarded
by Willy Tarreau
· 11 years ago
0d09050
MEDIUM: http: small helpers to compute how far to rewind to find BODY and DATA
by Willy Tarreau
· 11 years ago
da6eed6
MINOR: http: add a small helper to compute how far to rewind to find URI
by Willy Tarreau
· 11 years ago
211cdec
MEDIUM: http: add a small helper to compute how far to rewind to find headers
by Willy Tarreau
· 11 years ago
2d8e485
MINOR: http: add a small helper to compute the amount of body bytes present
by Willy Tarreau
· 11 years ago
877e78d
MAJOR: http: do not use msg->sol while processing messages or forwarding data
by Willy Tarreau
· 12 years ago
0558a02
MINOR: http: make msg->eol carry the last CRLF length
by Willy Tarreau
· 11 years ago
5a8f947
CLEANUP: http: rename http_process_request_body()
by Willy Tarreau
· 11 years ago
Next »