summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [RELEASE] Released version 2.1-dev2v2.1-dev2Willy Tarreau2019-10-015-4/+405
* Revert "MINOR: cache: allow caching of OPTIONS request"Willy Tarreau2019-10-011-8/+5
* BUG/MINOR: action: do-resolve does not yield on requests with bodyBaptiste Assmann2019-10-011-0/+3
* BUG/MEDIUM: fd: HUP is an error only when write is activeWilly Tarreau2019-10-011-1/+4
* DOC: replace utf-8 quotes by ascii onesWilliam Lallemand2019-09-301-2/+2
* BUILD: ssl: fix a warning when built with openssl < 1.0.2William Lallemand2019-09-301-1/+2
* CLEANUP: proxy: Remove `proxy_tbl_by_name`Tim Duesterhus2019-09-301-8/+0
* BUG/MEDIUM: lua: Store stick tables into the sample's `t` fieldTim Duesterhus2019-09-301-2/+2
* CLEANUP: lua: Get rid of obsolete (size_t *) cast in hlua_lua2(smp|arg)Tim Duesterhus2019-09-301-2/+2
* BUG/MINOR: lua: Properly initialize the buffer's fields for string samples in...Tim Duesterhus2019-09-301-0/+6
* BUG/MINOR: stats: Add a missing break in a switch statementChristopher Faulet2019-09-281-0/+1
* BUG/MEDIUM: fcgi: fix missing list tail in sample fetch registrationWilly Tarreau2019-09-271-1/+2
* DOC: Fix documentation about the cli command to get resolver statsChristopher Faulet2019-09-271-1/+1
* BUG/MINOR: contrib/prometheus-exporter: Return the time averages in secondsChristopher Faulet2019-09-271-8/+19
* MINOR: stats: Add the support of float fields in statsChristopher Faulet2019-09-273-0/+12
* CLEANUP: http-ana: Remove the unused function http_send_name_header()Christopher Faulet2019-09-272-31/+0
* MINOR: http: Add server name header from HTTP multiplexersChristopher Faulet2019-09-274-10/+45
* MINOR: spoe: Support the async mode with several threadsChristopher Faulet2019-09-262-26/+17
* MINOR: spoe: Improve generation of the engine-idChristopher Faulet2019-09-261-19/+22
* BUG/MEDIUM: spoe: Use a different engine-id per processKevin Zhu2019-09-261-3/+18
* BUG/MINOR: mux-h1: Do h2 upgrade only on the first requestChristopher Faulet2019-09-261-1/+1
* BUG/MAJOR: mux_h2: Don't consume more payload than received for skipped framesChristopher Faulet2019-09-261-4/+9
* BUG/MINOR: mux-h2: Use the dummy error when decoding headers for a closed streamChristopher Faulet2019-09-261-1/+1
* BUG/MINOR: mux-h2: Fix missing braces because of traces in h2_detach()Christopher Faulet2019-09-261-1/+2
* BUG/MINOR: mux-fcgi: silence a gcc warning about null dereferenceWilliam Lallemand2019-09-261-0/+1
* BUG/MEDIUM: mux-h2: don't reject valid frames on closed streamsWilly Tarreau2019-09-261-1/+6
* MINOR: sink: change ring buffer "buf0"'s format to "timed"Willy Tarreau2019-09-261-1/+1
* MINOR: sink: finally implement support for SINK_FMT_{TIMED,ISO}Willy Tarreau2019-09-261-1/+8
* MINOR: time: add timeofday_as_iso_us() to return instant time as ISOWilly Tarreau2019-09-262-0/+32
* BUG/MEDIUM: namespace: close open namespaces during soft shutdownKrisztian Kovacs2019-09-251-0/+21
* BUG/MINOR: mux-h2: do not wake up blocked streams before the mux is readyWilly Tarreau2019-09-251-1/+1
* MINOR: h2/trace: report the frame type when knownWilly Tarreau2019-09-251-9/+15
* MINOR: h2/trace: indicate 'F' or 'B' to locate the side of an h2c in tracesWilly Tarreau2019-09-251-3/+3
* BUG/MEDIUM: tasklets: Make sure we're waking the target thread if it sleeps.Olivier Houchard2019-09-242-2/+9
* BUG/MINOR: mux-fcgi: Use a literal string as format in app_log()Christopher Faulet2019-09-241-1/+1
* CLEANUP: mux-fcgi: Remove the unused function fcgi_strm_id()Christopher Faulet2019-09-241-6/+0
* MINOR: task: introduce a thread-local "sched" variable for local scheduler stuffWilly Tarreau2019-09-245-19/+21
* MINOR: task: split the tasklet vs task code in process_runnable_tasks()Willy Tarreau2019-09-242-10/+13
* CLEANUP: task: cache the task_per_thread pointerWilly Tarreau2019-09-241-11/+13
* CLEANUP: task: remove impossible testWilly Tarreau2019-09-241-1/+1
* BUG/MEDIUM: checks: make sure the connection is ready before trying to recvWilly Tarreau2019-09-241-0/+3
* BUG/MEDIUM: stream-int: Process connection/CS errors during synchronous sendsChristopher Faulet2019-09-241-6/+0
* BUG/MINOR: stream-int: Process connection/CS errors first in si_cs_send()Christopher Faulet2019-09-241-4/+4
* BUILD: makefile: work around yet another GCC fantasy (-Wstring-plus-int)Willy Tarreau2019-09-241-0/+1
* OPTIM: listeners: use tasklets for the multi-queue ringsWilly Tarreau2019-09-242-9/+9
* BUG/MEDIUM: namespace: fix fd leak in master-worker modeKrisztián Kovács (kkovacs)2019-09-231-2/+2
* BUG/MINOR: build: fix event ports (Solaris)Emmanuel Hocdet2019-09-231-4/+4
* BUILD: travis-ci: add PCRE2, SLZ buildIlya Shipitsin2019-09-231-1/+8
* TESTS: Add a stress-test for mt_lists.Olivier Houchard2019-09-231-0/+98
* MEDIUM: tasklets: Make the tasklet list a struct mt_list.Olivier Houchard2019-09-235-24/+36