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-27
Willy Tarreau
BUILD: report the whole feature set with their status...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-27
Willy Tarreau
BUILD: Makefile: clean up the target declarations
commit
|
commitdiff
|
tree
|
snapshot
2019-03-27
Willy Tarreau
BUILD: Makefile: shorten default settings declaration
commit
|
commitdiff
|
tree
|
snapshot
2019-03-27
Willy Tarreau
BUILD: Makefile: also report disabled options in the...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-27
Willy Tarreau
BUILD: Makefile: consider a variable's origin and not...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-27
Willy Tarreau
BUILD: Makefile: remove outdated support for dlmalloc
commit
|
commitdiff
|
tree
|
snapshot
2019-03-27
Willy Tarreau
BUILD: remove 10-years old error message for obsolete...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-27
Willy Tarreau
BUILD: Makefile: remove 11-years old workarounds for...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-27
Willy Tarreau
REGTEST: remove unexpected "nbthread" statement from...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-26
Frédéric Lécaille
DOC: peers: Peers protocol documentation update.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-26
Freddy Spierenburg
DOC: The option httplog is no longer valid in a backend.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-26
Frédéric Lécaille
REGTEST: Enable again reg tests with HEAD HTTP method...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-26
Frédéric Lécaille
CLEANUP: peers: replace timeout constants by macros.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-26
Frédéric Lécaille
CLEANUP: peers: remove useless annoying tabulations.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-26
Frédéric Lécaille
BUG/MINOR: peers: Really close the sessions with no...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-26
Willy Tarreau
[RELEASE] Released version 2.0-dev2
v2.0-dev2
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Willy Tarreau
MINOR: channel: don't unset CF_SHUTR_NOW after shutting...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Willy Tarreau
CONTRIB: debug: report the CS and CF's EOI flags
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Willy Tarreau
BUG/MEDIUM: mux-h2: make sure to always notify streams...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Willy Tarreau
CLEANUP: task: only perform a LIST_DEL() when the list...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Willy Tarreau
BUG/MEDIUM: task/h2: add an idempotent task removal...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Olivier Houchard
BUG/MEDIUM: h2: Remove the tasklet from the task list...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Olivier Houchard
BUG/MEDIUM: h2: Follow the same logic in h2_deferred_sh...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Olivier Houchard
BUG/MEDIUM: h2: Use the new sending_list in h2s_notify_...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Olivier Houchard
BUG/MEDIUM: h2: only destroy the h2s if h2s->cs is...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Christopher...
MEDIUM: proto_htx: Reintroduce the infinite forwarding...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Christopher...
CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Christopher...
BUG/MEDIUM: http/htx: Fix handling of the option aborto...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Christopher...
MINOR: mux-h1: Set CS_FL_EOI the end of the message...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Christopher...
MEDIUM: mux-h2: Don't mix the end of the message with...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Christopher...
MINOR: channel: Report EOI on the input channel if...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Christopher...
MINOR: connection: and new flag to mark end of input...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-22
Christopher...
MINOR: mux-h2: Remove useless test on ES flag in h2_frt...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-22
Christopher...
BUG/MINOR: proto-http: Don't forward request body anymo...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-22
Olivier Houchard
BUG/MEDIUM: h2: Try to be fair when sending data.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-22
Radek Zajic
BUG/MINOR: log: properly format IPv6 address when LOG_O...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-22
Pierre Cheynier
BUG/MEDIUM: ssl: ability to set TLS 1.3 ciphers using...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-21
Willy Tarreau
CLEANUP: mux-h2: add some comments to help understand...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-21
Willy Tarreau
MINOR: mux-h2: copy small data blocks more often and...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-21
Olivier Houchard
BUG/MEDIUM: mux-h2: Use the right list in h2_stop_sende...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-21
Olivier Houchard
BUG/MEDIUM: mux-h2: Don't bother keeping the h2s if...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-21
Olivier Houchard
BUG/MEDIUM: mux-h2: Make sure we destroyed the h2s...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-21
Willy Tarreau
Revert "MEDIUM: proto_htx: Switch to infinite forwardin...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-19
Olivier Houchard
BUG/MINOR: doc: Be accurate on the behavior on pool...
commit
|
commitdiff
|
tree
|
snapshot
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
next