haproxy/src
Christopher Faulet a2ea158cf2 BUG/MINOR: mux-h1: errflag must be set on H1S and not H1M during output processing
This bug is in an unexpected clause of the switch..case, inside
h1_process_output(). The wrong structure is used to set the error flag.

This patch must be backported to 1.9.
2019-06-05 10:12:11 +02:00
..
51d.c
acl.c
action.c
activity.c
applet.c
arg.c
auth.c CLEANUP: build: rename some build macros to use the USE_* ones 2019-05-22 19:47:57 +02:00
backend.c CLEANUP: connection: remove the now unused CS_FL_REOS flag 2019-06-03 14:23:33 +02:00
base64.c
buffer.c
cache.c MINOR: htx: make htx_add_data() return the transmitted byte count 2019-05-28 14:48:59 +02:00
cfgparse-global.c MAJOR: polling: add event ports support (Solaris) 2019-05-21 15:16:45 +02:00
cfgparse-listen.c MEDIUM: config: deprecate the antique req* and rsp* commands 2019-05-22 20:43:45 +02:00
cfgparse.c MINOR: peers: Make peers protocol support new "server_name" data type. 2019-06-05 08:42:33 +02:00
channel.c
checks.c MEDIUM: connection: Upstream SOCKS4 proxy support 2019-05-31 17:24:06 +02:00
chunk.c BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks 2019-05-22 14:59:08 +02:00
cli.c MINOR: activity: report the number of failed pool/buffer allocations 2019-05-28 17:25:21 +02:00
compression.c MINOR: time: move the cpu, mono, and idle time to thread_info 2019-05-20 21:14:14 +02:00
connection.c MINOR: connection: also stop receiving after a SOCKS4 response 2019-06-03 10:16:35 +02:00
da.c MEDIUM: http/htx: Perform analysis relatively to the first block 2019-05-28 07:42:12 +02:00
debug.c MEDIUM: tasks: Get rid of active_tasks_mask. 2019-05-29 21:53:37 +02:00
dict.c MINOR: dict: Add dictionary new data structure. 2019-06-05 08:33:35 +02:00
dns.c
ev_epoll.c MEDIUM: poller: separate the wait time from the wake events 2019-05-28 17:25:21 +02:00
ev_evports.c MEDIUM: poller: separate the wait time from the wake events 2019-05-28 17:25:21 +02:00
ev_kqueue.c MEDIUM: poller: separate the wait time from the wake events 2019-05-28 17:25:21 +02:00
ev_poll.c MEDIUM: poller: separate the wait time from the wake events 2019-05-28 17:25:21 +02:00
ev_select.c MEDIUM: poller: separate the wait time from the wake events 2019-05-28 17:25:21 +02:00
fd.c BUG/MEDIUM: threads: fix double-word CAS on non-optimized 32-bit platforms 2019-05-27 17:40:59 +02:00
filters.c MEDIUM: filters/htx: Filter body relatively to the first block 2019-05-28 07:42:33 +02:00
flt_http_comp.c MEDIUM: filters/htx: Filter body relatively to the first block 2019-05-28 07:42:33 +02:00
flt_spoe.c BUG/MEDIUM: spoe: Don't use the SPOE applet after releasing it 2019-05-24 09:07:30 +02:00
flt_trace.c MEDIUM: filters/htx: Filter body relatively to the first block 2019-05-28 07:42:33 +02:00
freq_ctr.c
frontend.c
h1.c
h2.c MINOR: h2/htx: Set hdrs_bytes on the SL when an HTX message is produced 2019-05-28 07:42:12 +02:00
haproxy.c BUG/MINOR: deinit/threads: make hard-stop-after perform a clean exit 2019-06-02 11:30:07 +02:00
hash.c
hathreads.c MINOR: threads: implement ha_tkill() and ha_tkillall() 2019-05-22 11:50:48 +02:00
hdr_idx.c
hlua_fcn.c
hlua.c MINOR: htx: make htx_add_data() return the transmitted byte count 2019-05-28 14:48:59 +02:00
hpack-dec.c
hpack-enc.c
hpack-huff.c
hpack-tbl.c
http_acl.c
http_act.c BUG/MEDIUM: http: fix "http-request reject" when not final 2019-05-28 08:26:17 +02:00
http_conv.c
http_fetch.c MEDIUM: htx: Store the first block position instead of the start-line one 2019-05-28 07:42:33 +02:00
http_htx.c MINOR: htx: make htx_add_data() return the transmitted byte count 2019-05-28 14:48:59 +02:00
http_msg.c BUG/MEDIUM: http: Use pointer to the begining of input to parse message headers 2019-05-10 11:47:00 +02:00
http_rules.c
http.c
htx.c MEDIUM: htx: make htx_add_data() never defragment the buffer 2019-05-28 14:48:59 +02:00
i386-linux-vsys.c
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c BUG/MAJOR: lb/threads: make sure the avoided server is not full on second pass 2019-05-27 10:29:59 +02:00
lb_map.c
listener.c
log.c BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks 2019-05-22 14:59:08 +02:00
lru.c
mailers.c
map.c
memory.c MINOR: activity: report the number of failed pool/buffer allocations 2019-05-28 17:25:21 +02:00
mux_h1.c BUG/MINOR: mux-h1: errflag must be set on H1S and not H1M during output processing 2019-06-05 10:12:11 +02:00
mux_h2.c BUG/MEDIUM: mux-h2: don't refrain from offering oneself a used buffer 2019-05-29 17:54:35 +02:00
mux_pt.c CLEANUP: build: rename some build macros to use the USE_* ones 2019-05-22 19:47:57 +02:00
mworker-prog.c BUG/MINOR: mworker: Fix memory leak of mworker_proc members 2019-05-22 11:29:18 +02:00
mworker.c BUG/MINOR: mworker: Fix memory leak of mworker_proc members 2019-05-22 11:29:18 +02:00
namespace.c
pattern.c
payload.c MINOR: htx: Remove the macro IS_HTX_SMP() and always use IS_HTX_STRM() instead 2019-05-28 07:42:12 +02:00
peers.c MINOR: peers: Replace hard-coded values for peer protocol messaging by macros. 2019-06-05 08:42:36 +02:00
pipe.c
proto_http.c MEDIUM: sessions: Introduce session flags. 2019-05-29 15:41:47 +02:00
proto_htx.c MEDIUM: sessions: Introduce session flags. 2019-05-29 15:41:47 +02:00
proto_sockpair.c
proto_tcp.c MEDIUM: connection: Upstream SOCKS4 proxy support 2019-05-31 17:24:06 +02:00
proto_udp.c
proto_uxst.c
protocol.c
proxy.c BUG/MINOR: deinit/threads: make hard-stop-after perform a clean exit 2019-06-02 11:30:07 +02:00
queue.c BUG/MEDIUM: queue: fix the tree walk in pendconn_redistribute. 2019-05-27 10:29:59 +02:00
raw_sock.c MINOR: raw_sock: report global traffic statistics 2019-05-23 11:45:38 +02:00
regex.c
sample.c
server.c MINOR: server: Add a dictionary for server names. 2019-06-05 08:33:35 +02:00
session.c MEDIUM: sessions: Introduce session flags. 2019-05-29 15:41:47 +02:00
sha1.c
shctx.c
signal.c
ssl_sock.c MINOR: SSL: add client/server random sample fetches 2019-06-05 10:07:44 +02:00
standard.c BUILD: tools: do not use the weak attribute for trace() on obsolete linkers 2019-06-04 16:02:26 +02:00
stats.c MINOR: htx: make htx_add_data() return the transmitted byte count 2019-05-28 14:48:59 +02:00
stick_table.c MINOR: stick-table: Make the CLI stick-table handler support dictionary entry data type. 2019-06-05 08:42:36 +02:00
stream_interface.c BUG/MEDIUM: connection: fix multiple handshake polling issues 2019-06-03 08:31:22 +02:00
stream.c MINOR: stream: Stickiness server lookup by name. 2019-06-05 08:33:35 +02:00
task.c BUILD: task: fix a build warning when threads are disabled 2019-06-04 17:18:40 +02:00
tcp_rules.c
time.c MINOR: time: move the cpu, mono, and idle time to thread_info 2019-05-20 21:14:14 +02:00
trace.c
uri_auth.c
vars.c BUG/MEDIUM: vars: make the tcp/http unset-var() action support conditions 2019-06-04 16:48:15 +02:00
version.c
wdt.c BUILD: watchdog: condition it to USE_RT 2019-05-23 10:20:55 +02:00
wurfl.c MINOR: WURFL: do not emit warnings when not configured 2019-05-22 14:01:22 +02:00
xxhash.c