Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
8861e1c082bd23dc3d7a45c7abfb01b1ecde4918
/
include
/
common
/
defaults.h
ff9c914
MINOR: config: make MAX_PROCS configurable at build time
by Willy Tarreau
· 6 years ago
415150f
MEDIUM: ssl: add support for ciphersuites option for TLSv1.3
by Dirkjan Bussink
· 6 years ago
1599b80
MINOR: tasks: Make the number of tasks to run at once configurable.
by Olivier Houchard
· 6 years ago
23e9e93
MINOR: log: Add logurilen tunable.
by Stéphane Cottin
· 7 years ago
2395368
DOC: update RFC references
by Lukas Tribus
· 8 years ago
9826329
MAJOR: ssl: bind configuration per certificat
by Emmanuel Hocdet
· 8 years ago
5e0e6e4
MINOR: ssl: crt-list parsing factor
by Emmanuel Hocdet
· 8 years ago
46af170
MINOR: mailers: increase default timeout to 10 seconds
by Pieter Baauw
· 9 years ago
2709784
MEDIUM: config: set tune.maxrewrite to 1024 by default
by Willy Tarreau
· 9 years ago
31af49d
MEDIUM: ssl: Add options to forge SSL certificates
by Christopher Faulet
· 9 years ago
f3045d2
MAJOR: pattern: add LRU-based cache on pattern matching
by Willy Tarreau
· 10 years ago
87b0966
REORG/MAJOR: session: rename the "session" entity to "stream"
by Willy Tarreau
· 10 years ago
05552d4
MEDIUM: Add support for configurable TLS ticket keys
by Nenad Merdanovic
· 10 years ago
d025648
MAJOR: init: automatically set maxconn and/or maxsslconn when possible
by Willy Tarreau
· 10 years ago
d92aa5c
MINOR: global: report information about the cost of SSL connections
by Willy Tarreau
· 10 years ago
75abcb3
MINOR: config: extend the default max hostname length to 64 and beyond
by Willy Tarreau
· 10 years ago
a24adf0
MAJOR: session: only wake up as many sessions as available buffers permit
by Willy Tarreau
· 10 years ago
edee1d6
MEDIUM: stick-table: make it easier to register extra data types
by Willy Tarreau
· 10 years ago
4e95790
MINOR: log: make MAX_SYSLOG_LEN overridable at build time
by Willy Tarreau
· 10 years ago
98637e5
MEDIUM: Add external check
by Simon Horman
· 10 years ago
c8b27b6
MEDIUM: ssl: add 300s supported time skew on OCSP response update.
by Emeric Brun
· 10 years ago
4147b2e
MEDIUM: ssl: basic OCSP stapling support.
by Emeric Brun
· 10 years ago
4bfc580
MEDIUM: session: maintain per-backend and per-server time statistics
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
cc08d2c
MEDIUM: counters: stop relying on session flags at all
by Willy Tarreau
· 11 years ago
f333834
BUG/MEDIUM: counters: flush content counters after each request
by Willy Tarreau
· 11 years ago
58c3297
MEDIUM: Set rise and fall of agent checks to 1
by Simon Horman
· 11 years ago
47060b6
MINOR: cli: make it possible to enter multiple values at once with "set table"
by Willy Tarreau
· 11 years ago
b4c8493
MINOR: session: make the number of stick counter entries more configurable
by Willy Tarreau
· 11 years ago
bf43f6e
MINOR: defaults: allow REQURI_LEN and CAPTURE_LEN to be redefined
by Willy Tarreau
· 11 years ago
6924ef8
BUG/MEDIUM: ssl: ECDHE ciphers not usable without named curve configured.
by Emeric Brun
· 12 years ago
4663577
MINOR: build: allow packagers to specify the ssl cache size
by Emeric Brun
· 12 years ago
ed7f836
BUG/MINOR: stream_interface: don't loop over ->snd_buf()
by Willy Tarreau
· 12 years ago
76d8895
MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS.
by Emeric Brun
· 12 years ago
56a77e5
MEDIUM: connection: complete the polling cleanups
by Willy Tarreau
· 12 years ago
ac1932d
MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers
by Willy Tarreau
· 13 years ago
ec032d6
[MINOR] check: add redis check support
by Hervé COMMOWICK
· 13 years ago
14acc70
[OPTIM] stream_sock: don't use splice on too small payloads
by Willy Tarreau
· 13 years ago
bca9969
[MEDIUM] cookie: support client cookies with some contents appended to their value
by Willy Tarreau
· 14 years ago
b4c81e4
[MINOR] checks: add support for LDAPv3 health checks
by Gabor Lekeny
· 14 years ago
bce7088
[MEDIUM] add ability to connect to a server from an IP found in a header
by Willy Tarreau
· 15 years ago
e9d8788
[MINOR] checks: make the HTTP check code add the CRLF itself
by Willy Tarreau
· 15 years ago
477ecd8
[MEDIUM] config: remove the limitation of 10 config files
by Willy Tarreau
· 15 years ago
deb9ed8
[MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements
by Willy Tarreau
· 15 years ago
97f07b8
[MEDIUM] Decrease server health based on http responses / events, version 3
by Krzysztof Piotr Oledzki
· 15 years ago
f7089f5
[MINOR] Capture & display more data from health checks, v2
by Krzysztof Piotr Oledzki
· 15 years ago
31971e5
[MEDIUM] add support for infinite forwarding
by Willy Tarreau
· 15 years ago
5ca791d
[CLEANUP] move remaining stats sockets code to dumpstats
by Willy Tarreau
· 15 years ago
3ad6a76
[MINOR] export the hostname variable so that all the code can access it
by Willy Tarreau
· 15 years ago
5d01a63
[MEDIUM] config: support loading multiple configuration files
by Willy Tarreau
· 15 years ago
c9fe456
[MINOR] make DEFAULT_MAXCONN user-configurable at build time
by Willy Tarreau
· 15 years ago
8f38bd0
[MINOR] add basic signal handling functions
by Willy Tarreau
· 15 years ago
2850cb4
[MINOR] add X-Original-To: header
by Maik Broemme
· 16 years ago
6f4a82c
[OPTIM] stream_sock: don't retry to read after a large read
by Willy Tarreau
· 16 years ago
6b66f3e
[MAJOR] implement autonomous inter-socket forwarding
by Willy Tarreau
· 16 years ago
af72a1d
[MINOR] permit renaming of x-forwarded-for header
by Ross West
· 16 years ago
2c6962c
[MAJOR] proto_uxst rework -> SNMP support
by Krzysztof Piotr Oledzki
· 17 years ago
e6bbd74
[MEDIUM] Handle long lines properly
by Krzysztof Piotr Oledzki
· 17 years ago
d9db927
[MINOR] report haproxy's version by default on the stats page
by Krzysztof Oledzki
· 17 years ago
2c43a1e
[MEDIUM] only consider slow checks when looking for the common interval
by Willy Tarreau
· 17 years ago
1db3771
[MEDIUM] limit the number of events returned by *poll*
by Willy Tarreau
· 17 years ago
2367790
[MEDIUM] implement SMTP health checks
by Willy Tarreau
· 18 years ago
8374918
[MAJOR] implemented support for speculative I/O processing
by Willy Tarreau
· 18 years ago
9641e8f
[MINOR] read optimizations based on the MSS
by Willy Tarreau
· 18 years ago
b8949f1
[MEDIUM] re-implemented the multiple read polling
by Willy Tarreau
· 18 years ago
e5f20dc
[MEDIUM] added the hdr_idx structure for future HTTP header indexing
by Willy Tarreau
· 18 years ago
e3ba5f0
[CLEANUP] included common/version.h everywhere
by Willy Tarreau
· 18 years ago
2dd0d47
[CLEANUP] renamed include/haproxy to include/common
by Willy Tarreau
· 18 years ago
[Renamed (95%) from include/haproxy/defaults.h]
baaee00
[BIGMOVE] exploded the monolithic haproxy.c file into multiple files.
by Willy Tarreau
· 18 years ago