projects
/
haproxy-2.3.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-2.3.git
2019-08-27
Willy Tarreau
MINOR: tools: add a function varint_bytes() to report...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-27
Willy Tarreau
MINOR: sink: set the fd-type sinks to non-blocking
commit
|
commitdiff
|
tree
|
snapshot
2019-08-27
Nenad Merdanovic
MINOR: backend: Add srv_queue converter
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Jerome Magnin
BUG/MEDIUM: url32 does not take the path part into...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Willy Tarreau
BUG/MEDIUM: listener/threads: fix an AB/BA locking...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Willy Tarreau
BUG/MINOR: mworker: disable SIGPROF on re-exec
commit
|
commitdiff
|
tree
|
snapshot
2019-08-23
n9@users.noreply...
DOC: fixed typo in management.txt
commit
|
commitdiff
|
tree
|
snapshot
2019-08-23
Willy Tarreau
BUG/MEDIUM: mux-h1: do not report errors on transfers...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-23
Willy Tarreau
BUG/MEDIUM: mux-h1: do not truncate trailing 0CRLF...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
BUILD: trace: make the lockon_ptr const to silence...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
DOC: management: document the "trace" and "show trace...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace: retrieve useful pointers and enforce...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace: parse the "lock" argument to trace
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace: add the possibility to lock on some arguments
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace: make sure to always stop the locking...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace: add a definition of typed arguments to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace: add per-level macros to produce traces
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace: implement a call to a decode function
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace: make trace() now also take a level in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace: add the file name and line number in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace: implement a very basic trace() function
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace/cli: add "show trace" to report trace...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace/cli: parse the "level" argument to configu...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace/cli: register the "trace" CLI keyword...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace: add allocation of buffer-sized trace...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: trace: start to create a new trace subsystem
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: sink: add a support for file descriptors
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: sink: create definitions a minimal code for...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
REORG: trace: rename trace.c to calltrace.c and mention...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: tools: add a DEFNULL() macro to use NULL for...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Willy Tarreau
MINOR: list: add LIST_SPLICE() to merge one list into...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Olivier Houchard
BUG/MEDIUM: h1: Always try to receive more in h1_rcv_buf().
commit
|
commitdiff
|
tree
|
snapshot
2019-08-21
Willy Tarreau
MEDIUM: debug: make the thread dump code show Lua backt...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-21
Willy Tarreau
MINOR: lua: export applet and task handlers
commit
|
commitdiff
|
tree
|
snapshot
2019-08-21
Willy Tarreau
MINOR: tools: add append_prefixed_str()
commit
|
commitdiff
|
tree
|
snapshot
2019-08-21
Willy Tarreau
MINOR: debug: indicate the applet name when the task...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
Ilya Shipitsin
BUILD: travis-ci: trigger non-mainstream configurations...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Olivier Houchard
BUG/MEDIUM: mux_pt: Don't call unsubscribe if we did...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Willy Tarreau
MINOR: fd: make sure to mark the thread as not stuck...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Christopher...
BUG/MINOR: stats: Wait the body before processing POST...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Christopher...
BUG/MEDIUM: lua: Fix test on the direction to set the...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Anthonin Bonnefoy
BUG/MINOR: Fix prometheus '# TYPE' and '# HELP' headers
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Lukas Tribus
BUG/MINOR: lua: fix setting netfilter mark
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Olivier Houchard
BUG/MEDIUM: proxy: Don't use cs_destroy() when freeing...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Olivier Houchard
BUG/MEDIUM: proxy: Don't forget the SF_HTX flag when...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Willy Tarreau
CLEANUP: cli: replace all occurrences of manual handlin...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Willy Tarreau
MINOR: cli: add cli_msg(), cli_err(), cli_dynmsg()...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Willy Tarreau
MINOR: cli: add two new states to print messages on...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Willy Tarreau
CLEANUP: task: move the cpu_time field to the task...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Willy Tarreau
CLEANUP: buffer: replace b_drop() with b_free()
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Willy Tarreau
BUG/MINOR: buffers/threads: always clear a buffer's...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Willy Tarreau
BUG/MINOR: pools: don't mark the thread harmless if...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Emmanuel Hocdet
MINOR: ssl: ssl_fc_has_early should work for BoringSSL
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Emmanuel Hocdet
BUG/MINOR: ssl: fix 0-RTT for BoringSSL
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Baptiste Assmann
MINOR: cache: allow caching of OPTIONS request
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Baptiste Assmann
MINOR: cache: add method to cache hash
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Willy Tarreau
CLEANUP: mux-h2: move the demuxed frame check code...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Frédéric Lécaille
BUG/MEDIUM: stick-table: Wrong stick-table backends...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Willy Tarreau
BUG/MEDIUM: checks: make sure to close nicely when...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Willy Tarreau
BUG/MINOR: mux-h2: always reset rcvd_s when switching...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Willy Tarreau
BUG/MINOR: mux-h2: always send stream window update...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Willy Tarreau
BUG/MEDIUM: mux-h2: do not recheck a frame type after...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Willy Tarreau
BUG/MINOR: mux-h2: do not send REFUSED_STREAM on aborte...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Willy Tarreau
BUG/MINOR: mux-h2: use CANCEL, not STREAM_CLOSED in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Willy Tarreau
BUG/MINOR: mux-h2: don't refrain from sending an RST_ST...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Ilya Shipitsin
BUILD: travis-ci: enable daily Coverity scan
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Olivier Houchard
BUG/MEDIUM: pollers: Clear the poll_send bits as well.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Olivier Houchard
BUG/MEDIUM: fd: Always reset the polled_mask bits in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Tim Duesterhus
DOC: Add 'Question.md' issue template, discouraging...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Olivier Houchard
BUG/MEDIUM: proxy: Make sure to destroy the stream...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Willy Tarreau
BUG/MEDIUM: mux-h2: split the stream's and connection...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Willy Tarreau
BUG/MEDIUM: mux-h2: unbreak receipt of large DATA frames
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Willy Tarreau
BUG/MINOR: stream-int: also update analysers timeouts...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
William Lallemand
BUG/MEDIUM: ssl: open the right path for multi-cert...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Willy Tarreau
BUG/MINOR: stream-int: make sure to always release...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Richard Russo
BUG/MAJOR: http/sample: use a static buffer for raw...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Christopher...
BUG/MEDIUM: lb-chash: Ensure the tree integrity when...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Emmanuel Hocdet
BUG/MINOR: ssl: fix ressource leaks on error
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
William Lallemand
BUG/MEDIUM: ssl: don't free the ckch in multi-cert...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Emmanuel Hocdet
BUILD: ssl: BoringSSL add EVP_PKEY_base_id
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Willy Tarreau
REGTESTS: checks: make 4be_1srv_health_checks more...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Willy Tarreau
MINOR: wdt: also consider that waiting in the thread...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Willy Tarreau
BUG/MINOR: debug: fix a small race in the thread dumpin...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
William Lallemand
BUG/MEDIUM: ssl: does not try to free a DH in a ckch
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
William Lallemand
BUG/BUILD: ssl: fix build with openssl < 1.0.2
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Willy Tarreau
MEDIUM: mux-h2: don't try to read more than needed
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Olivier Houchard
MEDIUM: pollers: Remember the state for read and write...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Olivier Houchard
MAJOR: fd: Get rid of the fd cache.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Emmanuel Hocdet
MINOR: ssl: clean ret variable in ssl_sock_load_ckchn
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Emmanuel Hocdet
CLEANUP: ssl: ssl_sock_load_crt_file_into_ckch
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Emmanuel Hocdet
MINOR: ssl: do not look at DHparam with OPENSSL_NO_DH
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Emmanuel Hocdet
MINOR: ssl: check private key consistency in loading
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Emmanuel Hocdet
MINOR: ssl: add extra chain compatibility
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Emmanuel Hocdet
MINOR: ssl: use STACK_OF for chain certs
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Willy Tarreau
BUG/MAJOR: queue/threads: avoid an AB/BA locking issue...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
William Lallemand
MEDIUM: ssl: load DH param in struct cert_key_and_chain
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
William Lallemand
MEDIUM: ssl: lookup and store in a ckch_node tree
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
William Lallemand
MEDIUM: ssl: split the loading of the certificates
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
William Lallemand
MEDIUM: ssl: use cert_key_and_chain struct in ssl_sock_...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
William Lallemand
MINOR: ssl: merge ssl_sock_load_cert_file() and ssl_soc...
commit
|
commitdiff
|
tree
|
snapshot
next