projects
/
haproxy-2.1.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-2.1.git
2018-10-20
Willy Tarreau
BUILD: memory: fix free_list pointer declaration again...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-19
Willy Tarreau
MEDIUM: time: measure the time stolen by other threads
commit
|
commitdiff
|
tree
|
snapshot
2018-10-18
Willy Tarreau
MINOR: time: add now_mono_time() and now_cpu_time()
commit
|
commitdiff
|
tree
|
snapshot
2018-10-18
Willy Tarreau
BUILD: Makefile: add USE_RT to pass -lrt for clock_gett...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-18
Willy Tarreau
BUILD: memory: fix pointer declaration for atomic CAS
commit
|
commitdiff
|
tree
|
snapshot
2018-10-17
Willy Tarreau
MINOR: poller: move time and date computation out of...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-17
Willy Tarreau
MINOR: fd: centralize poll timeout computation in compu...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-17
Lukas Tribus
DOC: fix reference to map files in MAINTAINERS
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Olivier Houchard
MINOR: peers: use defines instead of enums to appease...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Olivier Houchard
MINOR: cfgparse: Write 130 as 128 as 0x82 and 0x80.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Olivier Houchard
MINOR: build: Disable -Wstringop-overflow.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Willy Tarreau
CLEANUP: state-file: make the path concatenation code...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Olivier Houchard
MINOR: server: Use memcpy() instead of strncpy().
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Willy Tarreau
BUILD: Makefile: silence an option conflict warning...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Willy Tarreau
BUILD: lua: silence some compiler warnings after WILL_LJMP
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Willy Tarreau
MINOR: lua: all functions calling lua_yieldk() may...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Willy Tarreau
BUILD: lua: silence some compiler warnings about potent...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Willy Tarreau
Revert "BUILD: lua: silence some compiler warnings...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Willy Tarreau
BUG/MEDIUM: threads: fix thread_release() at the end...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Willy Tarreau
MEDIUM: pools: implement a thread-local cache for pool...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Willy Tarreau
MINOR: pools: split pool_free() in the lockfree variant
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Willy Tarreau
MINOR: pools: allocate most memory pools from an array
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Bertrand Jacquin
DOC: Fix a few typos
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Willy Tarreau
OPTIM: tasks: group all tree roots per cache line
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Willy Tarreau
MAJOR: tasks: create per-thread wait queues
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Willy Tarreau
MEDIUM: fd/threads: only grab the fd's lock if the...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Willy Tarreau
MINOR: config: use atleast2() instead of my_popcountl...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Willy Tarreau
MINOR: tools: add a new function atleast2() to test...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Willy Tarreau
BUILD: peers: check allocation error during peers_init_...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Willy Tarreau
BUILD: stick-table: make sure not to fail on task_new...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Willy Tarreau
BUILD: ssl: fix another null-deref warning in ssl_sock_...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Willy Tarreau
BUILD: ssl: fix null-deref warning in ssl_fc_cipherlist...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Willy Tarreau
BUILD: lua: silence some compiler warnings about potent...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Willy Tarreau
BUILD: compiler: add a new statement "__unreachable()"
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Willy Tarreau
BUG/MEDIUM: stream: don't crash on out-of-memory
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
William Lallemand
BUG/MEDIUM: mworker: don't poll on LI_O_INHERITED listeners
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Willy Tarreau
MINOR: h2: add a new flag to quickly distinguish front...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Willy Tarreau
MINOR: h2: split h2c_stream_new() into h2s_new() +...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Willy Tarreau
MINOR: h2: retrieve the front proxy from the caller...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Willy Tarreau
MINOR: h2: unify the mux init function
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Willy Tarreau
MINOR: h2: don't try to send data before preface
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Willy Tarreau
CLEANUP: h2: rename h2c_snd_settings() to h2c_send_sett...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Willy Tarreau
MEDIUM: h2: stop relying on H2_SS_IDLE / H2_SS_CLOSED
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Willy Tarreau
MINOR: chunk: add chunk_cpy() and chunk_cat()
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Willy Tarreau
MINOR: log: make sess_log() support sess=NULL
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Christopher...
MINOR: h1: Add the flag H1_MF_NO_PHDR to not add pseudo...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Christopher...
MINOR: h1: Change the union h1_sl to use indirect strin...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Christopher...
MINOR: conn-stream: Add CL_FL_NOT_FIRST flag
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Christopher...
MINOR: h1: Add EOH marker during headers parsing
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Christopher...
MINOR: http: Use same flag for httpclose and forceclose...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Christopher...
MEDIUM: http: Ignore http-tunnel option on backend
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Christopher...
MEDIUM: http: Ignore http-pretend-keepalive option...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Christopher...
MINOR: http: Export some functions and do cleanup to...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Christopher...
MINOR: stats: Add missing include
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Christopher...
MINOR: http: Move comment about some HTTP macros in...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-11
Olivier Houchard
BUG/MEDIUM: stream: Make sure to unsubscribe before...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-11
Emeric Brun
BUG/MEDIUM: mworker: segfault receiving SIGUSR1 followe...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-11
Olivier Houchard
BUG/MEDIUM: h2: Make sure we're not in the send list...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-11
Olivier Houchard
MEDIUM: connections: Change struct wait_list to wait_event.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-11
Olivier Houchard
MINOR: connections: Introduce an unsubscribe method.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-11
mildis
BUG/MINOR: checks: queues null-deref
commit
|
commitdiff
|
tree
|
snapshot
2018-10-11
mildis
BUG/MINOR: h2: null-deref
commit
|
commitdiff
|
tree
|
snapshot
2018-10-10
Willy Tarreau
OPTIM: tools: optimize my_ffsl() for x86_64
commit
|
commitdiff
|
tree
|
snapshot
2018-10-10
Willy Tarreau
BUG/MINOR: threads: move declaration of capabilities...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-10
Emeric Brun
BUG/MEDIUM: Cur/CumSslConns counters not threadsafe.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-10
Willy Tarreau
MEDIUM: task: perform a single tree lookup per run...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-09
Dirkjan Bussink
CLEANUP: stick-tables: Remove unneeded double (())...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-09
Dirkjan Bussink
CLEANUP: h1: Fix debug warnings for h1 headers
commit
|
commitdiff
|
tree
|
snapshot
2018-10-09
Dirkjan Bussink
CLEANUP: haproxy: Remove unused variable
commit
|
commitdiff
|
tree
|
snapshot
2018-10-08
Dirkjan Bussink
MEDIUM: ssl: add support for ciphersuites option for...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-08
Olivier Houchard
BUG/MEDIUM: buffers: Make sure we don't wrap in ci_inse...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-08
Emmanuel Hocdet
MINOR: ssl: generate-certificates for BoringSSL
commit
|
commitdiff
|
tree
|
snapshot
2018-10-08
Emmanuel Hocdet
MINOR: ssl: cleanup old openssl API call
commit
|
commitdiff
|
tree
|
snapshot
2018-10-04
PiBa-NL
REGTEST/MINOR: compatibility: use unix@ instead of...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-03
Willy Tarreau
BUG/MEDIUM: h2: make h2_stream_new() return an error...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-03
Willy Tarreau
BUG/MEDIUM: h2: check that the connection is still...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-03
Willy Tarreau
BUG/MINOR: backend: check that the mux installed properly
commit
|
commitdiff
|
tree
|
snapshot
2018-10-03
Willy Tarreau
BUILD: Makefile: speed up compiler options detection
commit
|
commitdiff
|
tree
|
snapshot
2018-10-03
Willy Tarreau
BUILD: Makefile: add a "make opts" target to simply...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-02
Willy Tarreau
CLEANUP: http: remove some leftovers from recent cleanups
commit
|
commitdiff
|
tree
|
snapshot
2018-10-02
Willy Tarreau
REORG: http: move HTTP rules parsing to http_rules.c
commit
|
commitdiff
|
tree
|
snapshot
2018-10-02
Willy Tarreau
REORG: http: move the code to different files
commit
|
commitdiff
|
tree
|
snapshot
2018-10-02
Ilya Shipitsin
BUG/MINOR: connection: avoid null pointer dereference...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-01
Lukas Tribus
DOC: clarify force-private-cache is an option
commit
|
commitdiff
|
tree
|
snapshot
2018-09-30
Fabrice Fontaine
BUILD: Allow configuration of pcre-config path
commit
|
commitdiff
|
tree
|
snapshot
2018-09-29
Willy Tarreau
[RELEASE] Released version 1.9-dev3
v1.9-dev3
commit
|
commitdiff
|
tree
|
snapshot
2018-09-29
Adis Nezirovic
MEDIUM: lua: Add stick table support for Lua.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-28
Olivier Houchard
BUG/MEDIUM: process_stream(): Don't wake the task if...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-26
Olivier Houchard
BUG/MEDIUM: h2: Wake the task instead of calling h2_rec...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-26
Olivier Houchard
MINOR: h2/stream_interface: Reintroduce te wake() method.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-26
Olivier Houchard
BUG/MEDIUM: process_stream: Don't use si_cs_io_cb(...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-26
Moemen MHEDHBI
DOC: Update configuration doc about the maximum number...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-20
Christopher...
BUG/MEDIUM: http: Don't parse chunked body if there...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-20
Willy Tarreau
BUG/CRITICAL: hpack: fix improper sign check on the...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-20
Willy Tarreau
BUILD: build with -Wextra and sort out certain warnings
commit
|
commitdiff
|
tree
|
snapshot
2018-09-20
Willy Tarreau
BUILD: sockpair: silence a build warning at -Wextra
commit
|
commitdiff
|
tree
|
snapshot
2018-09-20
Willy Tarreau
BUILD: backend: fix 3 build warnings related to null...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-20
Willy Tarreau
BUILD: connection: silence a couple of null-deref build...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-20
Willy Tarreau
BUILD: checks: silence a null-deref build warning at...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-20
Willy Tarreau
BUILD: dns: fix null-deref build warning at -Wextra
commit
|
commitdiff
|
tree
|
snapshot
next