haproxy-2.1.git
2018-10-10 Emeric BrunBUG/MEDIUM: Cur/CumSslConns counters not threadsafe.
2018-10-10 Willy TarreauMEDIUM: task: perform a single tree lookup per run...
2018-10-09 Dirkjan BussinkCLEANUP: stick-tables: Remove unneeded double (())...
2018-10-09 Dirkjan BussinkCLEANUP: h1: Fix debug warnings for h1 headers
2018-10-09 Dirkjan BussinkCLEANUP: haproxy: Remove unused variable
2018-10-08 Dirkjan BussinkMEDIUM: ssl: add support for ciphersuites option for...
2018-10-08 Olivier HouchardBUG/MEDIUM: buffers: Make sure we don't wrap in ci_inse...
2018-10-08 Emmanuel HocdetMINOR: ssl: generate-certificates for BoringSSL
2018-10-08 Emmanuel HocdetMINOR: ssl: cleanup old openssl API call
2018-10-04 PiBa-NLREGTEST/MINOR: compatibility: use unix@ instead of...
2018-10-03 Willy TarreauBUG/MEDIUM: h2: make h2_stream_new() return an error...
2018-10-03 Willy TarreauBUG/MEDIUM: h2: check that the connection is still...
2018-10-03 Willy TarreauBUG/MINOR: backend: check that the mux installed properly
2018-10-03 Willy TarreauBUILD: Makefile: speed up compiler options detection
2018-10-03 Willy TarreauBUILD: Makefile: add a "make opts" target to simply...
2018-10-02 Willy TarreauCLEANUP: http: remove some leftovers from recent cleanups
2018-10-02 Willy TarreauREORG: http: move HTTP rules parsing to http_rules.c
2018-10-02 Willy TarreauREORG: http: move the code to different files
2018-10-02 Ilya ShipitsinBUG/MINOR: connection: avoid null pointer dereference...
2018-10-01 Lukas TribusDOC: clarify force-private-cache is an option
2018-09-30 Fabrice FontaineBUILD: Allow configuration of pcre-config path
2018-09-29 Willy Tarreau[RELEASE] Released version 1.9-dev3 v1.9-dev3
2018-09-29 Adis NezirovicMEDIUM: lua: Add stick table support for Lua.
2018-09-28 Olivier HouchardBUG/MEDIUM: process_stream(): Don't wake the task if...
2018-09-26 Olivier HouchardBUG/MEDIUM: h2: Wake the task instead of calling h2_rec...
2018-09-26 Olivier HouchardMINOR: h2/stream_interface: Reintroduce te wake() method.
2018-09-26 Olivier HouchardBUG/MEDIUM: process_stream: Don't use si_cs_io_cb(...
2018-09-26 Moemen MHEDHBIDOC: Update configuration doc about the maximum number...
2018-09-20 Christopher... BUG/MEDIUM: http: Don't parse chunked body if there...
2018-09-20 Willy TarreauBUG/CRITICAL: hpack: fix improper sign check on the...
2018-09-20 Willy TarreauBUILD: build with -Wextra and sort out certain warnings
2018-09-20 Willy TarreauBUILD: sockpair: silence a build warning at -Wextra
2018-09-20 Willy TarreauBUILD: backend: fix 3 build warnings related to null...
2018-09-20 Willy TarreauBUILD: connection: silence a couple of null-deref build...
2018-09-20 Willy TarreauBUILD: checks: silence a null-deref build warning at...
2018-09-20 Willy TarreauBUILD: dns: fix null-deref build warning at -Wextra
2018-09-20 Willy TarreauBUILD: log: silent build warnings due to unchecked...
2018-09-20 Willy TarreauBUILD: http: address a couple of null-deref warnings...
2018-09-20 Willy TarreauBUILD: stream: address null-deref build warnings at...
2018-09-20 Willy TarreauBUILD: stats: remove build warnings on potential null...
2018-09-20 Willy TarreauBUILD: ssl_sock: remove build warnings on potential...
2018-09-20 Willy TarreauMINOR: stream-int: make si_appctx() never fail
2018-09-20 Willy TarreauMINOR: stktable: provide an unchecked version of stktab...
2018-09-20 Willy TarreauBUG/MINOR: cli: make sure the "getsock" command is...
2018-09-20 Willy TarreauBUG/MINOR: tools: fix set_net_port() / set_host_port...
2018-09-20 Willy TarreauCLEANUP/CONTRIB: hpack: remove some h1 build warnings
2018-09-19 Christopher... BUG/MEDIUM: h1: Really skip all updates when incomplete...
2018-09-19 Dragan DosenBUG/MEDIUM: patterns: fix possible double free when...
2018-09-14 Willy TarreauMEDIUM: h1: deduplicate the content-length header
2018-09-14 Willy TarreauMEDIUM: h1: better handle transfer-encoding vs content...
2018-09-14 Willy TarreauMINOR: h1: add headers to the list after controls,...
2018-09-14 Willy TarreauMINOR: http: add http_hdr_del() to remove a header...
2018-09-14 Christopher... MINOR: h1: Add H1_MF_XFER_LEN flag
2018-09-14 Bertrand JacquinDOC: Fix typos in lua documentation
2018-09-13 Willy TarreauMINOR: h1: parse the Connection header field
2018-09-13 Willy TarreauMINOR: h1: report in the h1m struct if the HTTP version...
2018-09-13 Willy TarreauBUG/MINOR: h1: don't consider the status for each header
2018-09-12 Willy Tarreau[RELEASE] Released version 1.9-dev2 v1.9-dev2
2018-09-12 Willy TarreauBUG/MAJOR: h2: reset the parser's state on mux buffer...
2018-09-12 Olivier HouchardBUG/MEDIUM: h2: Don't forget to set recv_wait_list...
2018-09-12 Olivier HouchardBUG/MEDIUM: h2: Don't forget to empty the wait lists...
2018-09-12 Willy TarreauMINOR: connection: pass the proxy when creating a conne...
2018-09-12 Willy TarreauMINOR: h1: add H1_MF_TOLOWER to decide when to turn...
2018-09-12 Willy TarreauMEDIUM: h1: implement the request parser as well
2018-09-12 Willy TarreauMINOR: h1: remove the HTTP status from the H1M struct
2018-09-12 Willy TarreauMINOR: h2: store the HTTP status into the H2S, not...
2018-09-12 Willy TarreauMEDIUM: h1: remove the useless H1_MSG_BODY state
2018-09-12 Willy TarreauMEDIUM: h1: support partial message parsing
2018-09-12 Willy TarreauMINOR: h1: make the message parser support a null ...
2018-09-12 Willy TarreauMEDIUM: h1: let the caller pass the initial parser...
2018-09-12 Willy TarreauMEDIUM: h1: make the parser support a pointer to a...
2018-09-12 Willy TarreauMEDIUM: h1: consider err_pos before deciding to accept...
2018-09-12 Willy TarreauMINOR: h2: pre-initialize h1m->err_pos to -1 on the...
2018-09-12 Willy TarreauMINOR: mux_h2: replace the req,res h1 messages with...
2018-09-12 Willy TarreauMINOR: h1: properly pre-initialize err_pos to -2
2018-09-12 Willy TarreauMINOR: h2: make sure h1m->err_pos field is correct...
2018-09-12 Willy TarreauMINOR: h1: add a message flag to indicate that a messag...
2018-09-12 Willy TarreauMINOR: h1: provide a distinct init() function for reque...
2018-09-12 Willy TarreauMINOR: h1: remove the unused states from h1m_state
2018-09-12 Willy TarreauMINOR: h1: add the restart offsets into struct h1m
2018-09-12 Willy TarreauREORG: h1: create a new h1m_state
2018-09-12 Olivier HouchardMINOR: conn_streams: Remove wait_list from conn_streams.
2018-09-12 Olivier HouchardMINOR: checks: Give checks their own wait_list.
2018-09-12 Olivier HouchardMEDIUM: stream_interfaces: Starts receiving from the...
2018-09-12 Olivier HouchardMEDIUM: mux_h2: Revamp the send path when blocking.
2018-09-12 Olivier HouchardMINOR: connections: Add a "handle" field to wait_list.
2018-09-12 Olivier HouchardMEDIUM: stream_interface: Make recv() subscribe when...
2018-09-12 Olivier HouchardMEDIUM: h2: Don't use a wake() method anymore.
2018-09-12 Olivier HouchardMEDIUM: h2: always subscribe to receive if allowed.
2018-09-12 Olivier HouchardMINOR: h2: Let user of h2_recv() and h2_send() know...
2018-09-12 Olivier HouchardMEDIUM: connections: Get rid of the recv() method.
2018-09-12 Olivier HouchardMEDIUM: connections/mux: Add a recv and a send+recv...
2018-09-12 Olivier HouchardMEDIUM: connections: Don't reset the polling flags...
2018-09-12 Olivier HouchardBUG/MEDIUM: tasks: Don't forget to decrement task_list_...
2018-09-12 William LallemandBUILD: fix build without thread
2018-09-12 Willy TarreauBUG/MINOR: h2: report asynchronous end of stream on...
2018-09-12 Frédéric LécailleBUG/MINOR: server: Crash when setting FQDN via CLI.
2018-09-12 William LallemandTESTS: add a python wrapper for sockpair@
2018-09-12 William LallemandMEDIUM: protocol: sockpair protocol
2018-09-12 William LallemandMEDIUM: protocol: use a custom AF_MAX to help protocol...
next