Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
611dfcc8a85ee4ec90fed0eaa844c1b154b8a457
/
include
/
common
517cdce
BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted
by Benoit GARNIER
· 9 years ago
5237ace
BUG/MINOR: log: GMT offset not updated when entering/leaving DST
by Benoit GARNIER
· 9 years ago
ce0162e
BUG/MEDIUM: chunks: always reject negative-length chunks
by Willy Tarreau
· 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
97ef6f9
BUILD: freebsd: double declaration
by Thierry FOURNIER
· 9 years ago
e77015c
MINOR: config: extend the default max hostname length to 64 and beyond
by Willy Tarreau
· 10 years ago
66b3c15
BUILD: enable build on Linux/s390x
by Neale Ferguson
· 9 years ago
6de4c2f
BUILD/MINOR: tools: rename popcount to my_popcountl
by David Carlier
· 9 years ago
8b3c808
MEDIUM: config: report it when tcp-request rules are misplaced
by Willy Tarreau
· 10 years ago
8245675
BUG/MEDIUM: backend: Update hash to use unsigned int throughout
by Dan Dubovik
· 10 years ago
b4cbc1e
MINOR: log: make MAX_SYSLOG_LEN overridable at build time
by Willy Tarreau
· 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
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
4bfc580
MEDIUM: session: maintain per-backend and per-server time statistics
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
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
c600204
BUG/MEDIUM: regex: fix risk of buffer overrun in exp_replace()
by Sasha Pachev
· 10 years ago
6346f0a
DOC: stop referencing the slow git repository in the README
by Willy Tarreau
· 10 years ago
18ca2d4
MINOR: tools: split is_addr() and is_inet_addr()
by Willy Tarreau
· 10 years ago
a9db57e
MEDIUM: config: limit nbproc to the machine's word size
by Willy Tarreau
· 12 years ago
cefad67
BUILD: syscalls: remove improper inline statement in front of syscalls
by Willy Tarreau
· 10 years ago
5a8ba60
CLEANUP: buffers: remove unused function buffer_contig_space_with_res()
by Willy Tarreau
· 11 years ago
272adea
REORG: cfgparse: move server keyword parsing to server.c
by Willy Tarreau
· 11 years ago
fa45f1d
MEDIUM: config: Dynamic sections.
by Thierry FOURNIER
· 11 years ago
9f95e40
MINOR: standard: Add ipv6 support in the function url2sa().
by Thierry FOURNIER
· 11 years ago
fc7ac7b
MINOR: standard: Disable ip resolution during the runtime
by Thierry FOURNIER
· 11 years ago
0b6d15f
MINOR: regex: The pointer regstr in the struc regex is no longer used.
by Thierry FOURNIER
· 11 years ago
b050463
MINOR: standard: Add function for converting cidr to network mask.
by Thierry FOURNIER
· 11 years ago
511e947
MEDIUM: acl/pattern: standardisation "of pat_parse_int()" and "pat_parse_dotted_ver()"
by Thierry FOURNIER
· 11 years ago
e059ec9
MINOR: standard: add function "encode_chunk"
by Thierry FOURNIER
· 11 years ago
cc08d2c
MEDIUM: counters: stop relying on session flags at all
by Willy Tarreau
· 11 years ago
bb519c7
MINOR: tools: add very basic support for composite pointers
by Willy Tarreau
· 11 years ago
f333834
BUG/MEDIUM: counters: flush content counters after each request
by Willy Tarreau
· 11 years ago
12833bb
MINOR: cli: add the new "show pools" command
by Willy Tarreau
· 11 years ago
2317976
BUILD: listener: fix recent accept4() again
by Willy Tarreau
· 11 years ago
89efaed
BUILD: definitely silence some stupid GCC warnings
by Willy Tarreau
· 11 years ago
5f3f15f
BUILD: time: adapt the type of TV_ETERNITY to the local system
by Willy Tarreau
· 11 years ago
39e258f
MINOR: regex: Copy the original regex expression into string.
by Thierry FOURNIER
· 11 years ago
799c042
MINOR: regex: Change the struct containing regex
by Thierry FOURNIER
· 11 years ago
bb77c8e
MINOR: tools: function my_memmem() to lookup binary contents
by Baptiste Assmann
· 11 years ago
126d406
MINOR: tools: add a generic binary hex string parser
by Willy Tarreau
· 11 years ago
d559dd8
MINOR: tools: Add a function to convert buffer to an ipv6 address
by Thierry FOURNIER
· 11 years ago
58c3297
MEDIUM: Set rise and fall of agent checks to 1
by Simon Horman
· 11 years ago
a0f4271
MEDIUM: backend: add support for the wt6 hash
by Willy Tarreau
· 11 years ago
98634f0
MEDIUM: backend: Enhance hash-type directive with an algorithm options
by Bhaskar
· 11 years ago
ef37a66
CLEANUP: The function "regex_exec" needs the string length but in many case they expect null terminated char.
by Thierry FOURNIER
· 11 years ago
ed5a4ae
CLEANUP: regex: Create regex_comp function that compiles regex using compilation options
by Thierry FOURNIER
· 11 years ago
e28f1ec
BUILD/MINOR: missing header file
by Thierry FOURNIER
· 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
67db8df
MEDIUM: http: add IPv6 support for "set-tos"
by Lukas Tribus
· 11 years ago
dc13c11
BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS
by Willy Tarreau
· 11 years ago
2b57cb8
MEDIUM: protocol: implement a "drain" function in protocol layers
by Willy Tarreau
· 11 years ago
bf43f6e
MINOR: defaults: allow REQURI_LEN and CAPTURE_LEN to be redefined
by Willy Tarreau
· 11 years ago
1eb7592
MINOR: tproxy: add support for OpenBSD
by Pieter Baauw
· 11 years ago
ff30b66
MINOR: tproxy: add support for FreeBSD
by Pieter Baauw
· 11 years ago
d551fb5
REORG: tproxy: prepare the transparent proxy defines for accepting other OSes
by Pieter Baauw
· 11 years ago
dd11293
BUG/MINOR: acl: fix a double free during exit when using PCRE_JIT
by Willy Tarreau
· 11 years ago
88c278f
MEDIUM: stats: add proxy name filtering on the statistic page
by de Lafond Guillaume
· 12 years ago
0999f76
BUILD: add explicit support for TFO with USE_TFO
by Lukas Tribus
· 12 years ago
0161d62
OPTIM: http: improve branching in chunk size parser
by Willy Tarreau
· 12 years ago
bf43927
OPTIM: buffer: remove one jump in buffer_count()
by Willy Tarreau
· 12 years ago
7035132
MEDIUM: regex: Use PCRE JIT in acl
by Hiroaki Nakamura
· 12 years ago
dad36a3
MAJOR: tools: support environment variables in addresses
by Willy Tarreau
· 12 years ago
2470928
MEDIUM: tools: support specifying explicit address families in str2sa_range()
by Willy Tarreau
· 12 years ago
c120c8d
CLEANUP: minor cleanup in str2sa_range() and str2ip()
by Willy Tarreau
· 12 years ago
add0ab1
CLEANUP: tools: remove str2sun() which is not used anymore.
by Willy Tarreau
· 12 years ago
d393a62
MINOR: tools: prepare str2sa_range() to accept a prefix
by Willy Tarreau
· 12 years ago
df350f1
MINOR: tools: prepare str2sa_range() to return an error message
by Willy Tarreau
· 12 years ago
6924ef8
BUG/MEDIUM: ssl: ECDHE ciphers not usable without named curve configured.
by Emeric Brun
· 12 years ago
4f4b18b
BUILD/MINOR: syscall: add definition of NR_accept4 for ARM
by Willy Tarreau
· 12 years ago
b26cc86
BUG/MINOR: syscall: fix NR_accept4 system call on sparc/linux
by Willy Tarreau
· 12 years ago
d4448bc
MEDIUM: tools: make str2sa_range support all address syntaxes
by Willy Tarreau
· 12 years ago
5269cfb
BUG/MINOR: Correct logic in cut_crlf()
by Simon Horman
· 12 years ago
eab777c
BUG/MINOR: time: frequency counters are not totally accurate
by Willy Tarreau
· 12 years ago
56adcf2
MINOR: tools: simplify the use of the int to ascii macros
by Willy Tarreau
· 12 years ago
47ca545
MINOR: chunks: centralize the trash chunk allocation
by Willy Tarreau
· 12 years ago
37994f0
MINOR: standard: add a simple popcount function
by Willy Tarreau
· 12 years ago
4663577
MINOR: build: allow packagers to specify the ssl cache size
by Emeric Brun
· 12 years ago
e9f49e7
MAJOR: polling: replace epoll with sepoll and remove sepoll
by Willy Tarreau
· 12 years ago
ed7f836
BUG/MINOR: stream_interface: don't loop over ->snd_buf()
by Willy Tarreau
· 12 years ago
7780473
CLEANUP: replace chunk_printf() with chunk_appendf()
by Willy Tarreau
· 12 years ago
c26ac9d
MINOR: chunk: add a function to reset a chunk
by Willy Tarreau
· 12 years ago
4e25b01
MINOR: log: add '%Tl' to log-format
by Yuxans Yao
· 12 years ago
422a0a5
MINOR: tools: add a clear_addr() function to unset an address
by Willy Tarreau
· 12 years ago
3dd0c4e
OPTIM: tools: inline hex2i()
by Willy Tarreau
· 12 years ago
ad8f8e8
MINOR: chunk: provide string compare functions
by Willy Tarreau
· 12 years ago
9b28e03
MAJOR: channel: replace the struct buffer with a pointer to a buffer
by Willy Tarreau
· 12 years ago
7fca87f
BUILD: accept4: move the socketcall declaration outside of accept4()
by Willy Tarreau
· 12 years ago
1bc4aab
MEDIUM: listener: add support for linux's accept4() syscall
by Willy Tarreau
· 12 years ago
76d8895
MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS.
by Emeric Brun
· 12 years ago
8c89c20
MINOR: buffers: add a few functions to write chars, strings and blocks
by Willy Tarreau
· 12 years ago
Next »