summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [RELEASE] Released version 1.9-dev11v1.9-dev11Willy Tarreau2018-12-165-4/+155
* DOC: split the README into README + INSTALLWilly Tarreau2018-12-164-338/+560
* BUG/MAJOR: hpack: fix length check for short names encodingWilly Tarreau2018-12-161-1/+1
* DOC: clarify the agent-check status line syntaxWilly Tarreau2018-12-161-3/+3
* BUG/MEDIUM: mux-h1: don't try to process an empty input bufferWilly Tarreau2018-12-161-0/+3
* BUG/MEDIUM: h2: Don't destroy the h2s if it still has a cs attached.Olivier Houchard2018-12-161-1/+1
* MINOR: debug: make the ABORT_NOW macro use a volatile intWilly Tarreau2018-12-161-1/+1
* MINOR: pools: Cast to volatile int * instead of int *.Olivier Houchard2018-12-161-1/+1
* BUG/MINOR: cache: also consider CF_SHUTR to abort deliveryWilly Tarreau2018-12-161-2/+2
* BUG/MEDIUM: htx/cache: use the correct class of error codes on abortWilly Tarreau2018-12-161-1/+1
* MEDIUM: mux_h2: Always set CS_FL_NOT_FIRST for new conn_streams.Olivier Houchard2018-12-151-0/+1
* MEDIUM: servers: Be more agressive when adding H2 connection to idle lists.Olivier Houchard2018-12-151-1/+1
* MEDIUM: sessions: Don't keep an infinite number of idling connections.Olivier Houchard2018-12-1513-22/+100
* MEDIUM: mux: provide the session to the init() and attach() method.Olivier Houchard2018-12-158-45/+48
* MEDIUM: mux: Destroy the stream before trying to add the conn to the idle list.Olivier Houchard2018-12-152-32/+38
* MEDIUM: servers: Replace idle-timeout with pool-purge-delay.Olivier Houchard2018-12-155-20/+24
* MEDIUM: servers: Add a command to limit the number of idling connections.Olivier Houchard2018-12-158-4/+47
* MEDIUM: proxy: Set http-reuse safe as default.Olivier Houchard2018-12-152-41/+23
* BUG/MEDIUM: h2: Don't forget to destroy the h2s after deferred shut.Olivier Houchard2018-12-151-2/+11
* BUG/MAJOR: compression/cache: Make it really works with these both filtersChristopher Faulet2018-12-153-107/+160
* BUG/MEDIUM: threads: don't close the thread waker pipe if not initWilliam Lallemand2018-12-151-2/+9
* BUG/MINOR: logs: leave startup-logs global and not per-threadWilly Tarreau2018-12-151-1/+1
* BUILD: thread: properly report multi-thread supportWilly Tarreau2018-12-151-2/+6
* BUILD: ssl: Fix compilation without deprecated OpenSSL 1.1 APIsRosen Penev2018-12-151-9/+25
* REGTEST: Add a reg test for HTTP cookies.Frédéric Lécaille2018-12-151-0/+58
* BUG/MINOR: log: fix logging to both FD and IPWilly Tarreau2018-12-151-9/+17
* MINOR: tools: preset the port of fd-based "sockets" to zeroWilly Tarreau2018-12-151-0/+2
* BUG/MAJOR: backend: only update server's counters when the server existsWilly Tarreau2018-12-151-2/+4
* BUG/MEDIUM: mux-h1: make sure we always have at least one HTX block to sendWilly Tarreau2018-12-151-1/+5
* BUG/MEDIUM: log: Don't call sample_fetch_as_type if we don't have a stream.Olivier Houchard2018-12-151-2/+2
* MINOR: cli: implements 'reload' on master CLIWilliam Lallemand2018-12-154-1/+24
* MINOR: mworker/cli: indicate in the master prompt when a reload failedWilly Tarreau2018-12-152-1/+9
* BUG/MINOR: mworker: don't use unitialized mworker_proc structWilliam Lallemand2018-12-141-1/+2
* BUG/MEDIUM: htx: When performing zero-copy, start from the right offset.Olivier Houchard2018-12-142-2/+2
* MINOR: lua: Remove useless check on the messages state in HTTP functionsChristopher Faulet2018-12-141-51/+0
* MAJOR: lua/htx: Adapt HTTP applets to support HTX messagesChristopher Faulet2018-12-141-91/+837
* MINOR: lua/htx: Adapt the functions get_in_length and is_full to be HTX awareChristopher Faulet2018-12-141-2/+14
* MEDIUM: lua/htx: Adapt functions of the HTTP to be compatible with HTXChristopher Faulet2018-12-141-143/+177
* MAJOR: lua: Forbid calls to Channel functions for LUA scripts in HTTP proxiesChristopher Faulet2018-12-141-31/+22
* MINOR: http_fecth: Implement body_len and body_size sample fetches for the HTXChristopher Faulet2018-12-141-2/+46
* MINOR: payload/htx: Adapt smp_fetch_len to be HTX awareChristopher Faulet2018-12-142-1/+9
* BUG/MINOR: stats: Parse post data for HTX streamsChristopher Faulet2018-12-141-13/+72
* BUG/MINOR: proto_htx: Fix htx_res_set_status to also set the reasonChristopher Faulet2018-12-141-1/+1
* MINOR: mworker: set all_threads_mask and pid_bit to 1William Lallemand2018-12-141-0/+5
* MEDIUM: tasks: check the global task mask instead of the thread numberWilly Tarreau2018-12-141-1/+1
* MINOR: cache: report the number of cache lookups and cache hitsWilly Tarreau2018-12-144-0/+34
* MINOR: tools: increase the number of ITOA strings to 16Willy Tarreau2018-12-141-1/+1
* BUG/MINOR: stats: fix inversion of failed header rewrites and other statusesWilly Tarreau2018-12-141-2/+2
* MINOR: backend: count the number of connect and reuse per server and per backendWilly Tarreau2018-12-144-0/+30
* MINOR: mux_h1/h2: simplify the zero-copy Rx alignmentWilly Tarreau2018-12-142-17/+2