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
2019-03-19
Christopher...
MINOR: lua: Don't handle the header Expect in lua HTTP...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-19
Willy Tarreau
CLEANUP: cache: don't export http_cache_applet anymore
commit
|
commitdiff
|
tree
|
snapshot
2019-03-19
Christopher...
MINOR: http/applets: Handle all applets intercepting...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-19
Christopher...
MINOR: stats/cache: Handle the header Expect when apple...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-19
Christopher...
MINOR: proto_htx: Add function to handle the header...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-19
Christopher...
MINOR: proto_http: Add function to handle the header...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-19
Christopher...
BUG/MEDIUM: lua: Fully consume large requests when...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-19
Christopher...
BUG/MINOR: stats: Fully consume large requests in the...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-19
Christopher...
BUG/MINOR: cache: Fully consume large requests in the...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-19
Christopher...
MEDIUM: proto_htx: Switch to infinite forwarding if...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-19
Willy Tarreau
MINOR: init: report the list of optionally available...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-18
Willy Tarreau
BUILD: tools: fix a build warning on some 32-bit archs
commit
|
commitdiff
|
tree
|
snapshot
2019-03-18
Christopher...
MINOR: proto-http/proto-htx: Make error handling cleare...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-18
Christopher...
MINOR: muxes: Report the Last read with a dedicated...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-18
Christopher...
MINOR: mux-h2: Set REFUSED_STREAM error to reset a...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-18
Christopher...
BUG/MEDIUM: mux-h2: Always wakeup streams with no id...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-18
Willy Tarreau
BUG/MINOR: http/counters: fix missing increment of...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-18
Christopher...
BUG/MAJOR: stats: Fix how huge POST data are read from...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-18
Christopher...
BUG/MAJOR: spoe: Fix initialization of thread-dependent...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-15
Willy Tarreau
BUILD: Makefile: resolve LEVEL before calling run-regtests
commit
|
commitdiff
|
tree
|
snapshot
2019-03-15
Willy Tarreau
BUILD: Makefile: allow the reg-tests target to be verbose
commit
|
commitdiff
|
tree
|
snapshot
2019-03-15
Willy Tarreau
BUILD: listener: shut up a build warning when threads...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-15
Willy Tarreau
Revert "REGTEST: Enable reg tests with HEAD HTTP method...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-15
Christopher...
BUG/MINOR: stats: Be more strict on what is a valid...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-15
Christopher...
MINOR: stats: Move stuff about the stats status codes...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-15
Christopher...
MINOR: stats: Add the status code STAT_STATUS_IVAL...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-15
Christopher...
BUG/MINOR: lua/htx: Don't forget to call htx_to_buf...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-15
Christopher...
BUG/MINOR: lua/htx: Use channel_add_input() when respon...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-15
Christopher...
BUG/MINOR: stats/htx: Call channel_add_input() when...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-15
Christopher...
BUG/MINOR: mux-h1: Don't report an error on EOS if...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-15
Olivier Houchard
BUG/MEDIUM: tasks: Make sure we wake sleeping threads...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-14
Willy Tarreau
BUG/MEDIUM: init/threads: consider epoll_fd/pipes for...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-14
Willy Tarreau
BUG/MEDIUM: threads/fd: do not forget to take into...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-14
Olivier Houchard
BUG/MAJOR: tasks: Use the TASK_GLOBAL flag to know...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-14
Olivier Houchard
MEDIUM: connections: Use _HA_ATOMIC_*
commit
|
commitdiff
|
tree
|
snapshot
2019-03-14
Olivier Houchard
MEDIUM: list: Use _HA_ATOMIC_*
commit
|
commitdiff
|
tree
|
snapshot
2019-03-14
Olivier Houchard
MEDIUM: list: Remove useless barriers.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-13
Willy Tarreau
BUG/MEDIUM: listener: make sure we don't pick stopped...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-13
Willy Tarreau
BUG/MEDIUM: list: fix incorrect pointer unlocking in...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-13
Willy Tarreau
MINOR: config: continue to rely on DEFAULT_MAXCONN...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-13
Willy Tarreau
MINOR: config: remove obsolete use of DEFAULT_MAXCONN...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: vars: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: time: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: tcp_rules: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: stream: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: ssl: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: sessions: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: queues: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: proto_tcp: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: peers: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: memory: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: logs: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: listeners: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: lb/threads: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: http: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: threads: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: spoe: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: compression: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: pollers: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: checks: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: cache: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: backend: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: activity: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: task: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: server: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: proxy: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: freq_ctr: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: fd: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: xref: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: applets: Use the new _HA_ATOMIC_* macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: various: Use __ha_barrier_atomic* when relevant.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MINOR: threads: Add macros to do atomic operation with...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MEDIUM: threads: Use __ATOMIC_SEQ_CST when using the...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Olivier Houchard
MINOR: threads: Implement __ha_barrier_atomic*.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Olivier Houchard
BUG/MEDIUM: listeners: Don't call fd_stop_recv() if...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Olivier Houchard
MINOR: fd: Remove debugging code.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Willy Tarreau
OPTIM: task: limit the impact of memory barriers in...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Dragan Dosen
BUG/MEDIUM: 51d: fix possible segfault on deinit_51degr...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Frédéric Lécaille
BUG/MAJOR: config: Wrong maxconn adjustment.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Olivier Houchard
BUG/MEDIUM: logs: Only attempt to free startup_logs...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Willy Tarreau
MINOR: listener: move thr_idx from the bind_conf to...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Willy Tarreau
CLEANUP: listener: remove old thread bit mapping
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Willy Tarreau
MEDIUM: listener: change the LB algorithm again to...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Willy Tarreau
MINOR: tools: implement my_flsl()
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Willy Tarreau
MINOR: listener: improve incoming traffic distribution
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Willy Tarreau
MINOR: task: use LIST_DEL_INIT() to remove a task from...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Willy Tarreau
MINOR: lists: add a LIST_DEL_INIT() macro
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Frédéric Lécaille
REGTEST: Enable reg tests with HEAD HTTP method usage.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Frédéric Lécaille
REGTEST: Peers reg tests.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Frédéric Lécaille
MINOR: sample: Add a protocol buffers specific converter.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Frédéric Lécaille
DOC: Remove tabs and fixed punctuation.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Frédéric Lécaille
MINOR: sample: Extract some protocol buffers specific...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Lukas Tribus
BUG/MINOR: ssl: fix warning about ssl-min/max-ver support
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Willy Tarreau
MINOR: config: relax the range checks on cpu-map
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Willy Tarreau
CLEANUP: wurfl: remove dead, broken and unmaintained...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Frédéric Lécaille
MINOR: sample: Rework gRPC converter code.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Frédéric Lécaille
MINOR: sample: Code factorization "ungrpc" converter.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Willy Tarreau
BUG/MEDIUM: h2/htx: verify that :path doesn't contain...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Willy Tarreau
MINOR: mux-h2: always pass HTX_FL_PARSING_ERROR between...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Willy Tarreau
MINOR: htx: unconditionally handle parsing errors in...
commit
|
commitdiff
|
tree
|
snapshot
next