]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2018-10-12  Christopher... MINOR: h1: Add the flag H1_MF_NO_PHDR to not add pseudo...
2018-10-12  Christopher... MINOR: h1: Change the union h1_sl to use indirect strin...
2018-10-12  Christopher... MINOR: conn-stream: Add CL_FL_NOT_FIRST flag
2018-10-12  Christopher... MINOR: h1: Add EOH marker during headers parsing
2018-10-12  Christopher... MINOR: http: Use same flag for httpclose and forceclose...
2018-10-12  Christopher... MEDIUM: http: Ignore http-tunnel option on backend
2018-10-12  Christopher... MEDIUM: http: Ignore http-pretend-keepalive option...
2018-10-12  Christopher... MINOR: http: Export some functions and do cleanup to...
2018-10-12  Christopher... MINOR: stats: Add missing include
2018-10-12  Christopher... MINOR: http: Move comment about some HTTP macros in...
2018-10-11  Olivier HouchardBUG/MEDIUM: stream: Make sure to unsubscribe before...
2018-10-11  Emeric BrunBUG/MEDIUM: mworker: segfault receiving SIGUSR1 followe...
2018-10-11  Olivier HouchardBUG/MEDIUM: h2: Make sure we're not in the send list...
2018-10-11  Olivier HouchardMEDIUM: connections: Change struct wait_list to wait_event.
2018-10-11  Olivier HouchardMINOR: connections: Introduce an unsubscribe method.
2018-10-11  mildisBUG/MINOR: checks: queues null-deref
2018-10-11  mildisBUG/MINOR: h2: null-deref
2018-10-10  Willy TarreauOPTIM: tools: optimize my_ffsl() for x86_64
2018-10-10  Willy TarreauBUG/MINOR: threads: move declaration of capabilities...
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
next