haproxy/src
Olivier Houchard 4fdec7aafa BUG/MEDIUM: stream: Make sure to unsubscribe before si_release_endpoint.
Make sure we unsubscribe from events before si_release_endpoint destroys
the conn_stream, or it will be never called. To do so, move the call to
unsubscribe to si_release_endpoint() directly.

This is 1.9-specific and shouldn't be backported.
2018-10-11 17:16:43 +02:00
..
51d.c REORG: http: move the code to different files 2018-10-02 18:26:59 +02:00
acl.c
action.c
applet.c
arg.c
auth.c
backend.c BUG/MINOR: backend: check that the mux installed properly 2018-10-03 10:24:05 +02:00
base64.c
buffer.c
cache.c REORG: http: move HTTP rules parsing to http_rules.c 2018-10-02 18:28:05 +02:00
cfgparse.c REORG: http: move HTTP rules parsing to http_rules.c 2018-10-02 18:28:05 +02:00
channel.c BUG/MEDIUM: buffers: Make sure we don't wrap in ci_insert_line2/b_rep_blk. 2018-10-08 16:11:54 +02:00
checks.c MEDIUM: connections: Change struct wait_list to wait_event. 2018-10-11 15:34:39 +02:00
chunk.c
cli.c BUG/MINOR: cli: make sure the "getsock" command is only called on connections 2018-09-20 11:42:15 +02:00
compression.c REORG: http: move the HTTP semantics definitions to http.h/http.c 2018-09-11 10:30:25 +02:00
connection.c MEDIUM: connections: Change struct wait_list to wait_event. 2018-10-11 15:34:39 +02:00
da.c CLEANUP: http: remove some leftovers from recent cleanups 2018-10-02 18:37:27 +02:00
dns.c BUILD: dns: fix null-deref build warning at -Wextra 2018-09-20 11:42:15 +02:00
ev_epoll.c
ev_kqueue.c BUG/MAJOR: kqueue: Don't reset the changes number by accident. 2018-09-11 14:53:00 +02:00
ev_poll.c
ev_select.c
fd.c MEDIUM: threads: close the thread-waker pipe during deinit 2018-09-11 10:23:24 +02:00
filters.c DOC: Fix typos in lua documentation 2018-09-14 09:31:34 +02:00
flt_http_comp.c REORG: http: move some header value processing functions to http.c 2018-09-11 10:30:25 +02:00
flt_spoe.c REORG: http: move HTTP rules parsing to http_rules.c 2018-10-02 18:28:05 +02:00
flt_trace.c
freq_ctr.c
frontend.c
h1.c BUG/MEDIUM: h1: Really skip all updates when incomplete messages are parsed 2018-09-19 15:08:05 +02:00
h2.c
haproxy.c BUG/MEDIUM: mworker: segfault receiving SIGUSR1 followed by SIGTERM. 2018-10-11 16:29:38 +02:00
hash.c
hathreads.c
hdr_idx.c
hlua_fcn.c MEDIUM: lua: Add stick table support for Lua. 2018-09-29 20:15:01 +02:00
hlua.c REORG: http: move HTTP rules parsing to http_rules.c 2018-10-02 18:28:05 +02:00
hpack-dec.c BUG/CRITICAL: hpack: fix improper sign check on the header index value 2018-09-20 11:45:56 +02:00
hpack-enc.c
hpack-huff.c
hpack-tbl.c BUG/CRITICAL: hpack: fix improper sign check on the header index value 2018-09-20 11:45:56 +02:00
http_acl.c REORG: http: move the code to different files 2018-10-02 18:26:59 +02:00
http_act.c REORG: http: move HTTP rules parsing to http_rules.c 2018-10-02 18:28:05 +02:00
http_conv.c REORG: http: move the code to different files 2018-10-02 18:26:59 +02:00
http_fetch.c REORG: http: move the code to different files 2018-10-02 18:26:59 +02:00
http_rules.c REORG: http: move HTTP rules parsing to http_rules.c 2018-10-02 18:28:05 +02:00
http.c REORG: http: move some header value processing functions to http.c 2018-09-11 10:30:25 +02:00
i386-linux-vsys.c
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c
lb_map.c REORG: http: move the HTTP semantics definitions to http.h/http.c 2018-09-11 10:30:25 +02:00
listener.c MEDIUM: protocol: sockpair protocol 2018-09-12 07:20:17 +02:00
log.c BUILD: log: silent build warnings due to unchecked __objt_{server,applet} 2018-09-20 11:42:15 +02:00
lru.c
mailers.c
map.c
memory.c
mux_h2.c BUG/MEDIUM: h2: Make sure we're not in the send list on flow control. 2018-10-11 15:35:05 +02:00
mux_pt.c MINOR: connections: Introduce an unsubscribe method. 2018-10-11 15:34:21 +02:00
namespace.c
pattern.c BUG/MEDIUM: patterns: fix possible double free when reloading a pattern list 2018-09-19 06:46:51 +02:00
payload.c
peers.c MINOR: connection: pass the proxy when creating a connection 2018-09-12 17:39:22 +02:00
pipe.c
proto_http.c REORG: http: move HTTP rules parsing to http_rules.c 2018-10-02 18:28:05 +02:00
proto_sockpair.c BUILD: sockpair: silence a build warning at -Wextra 2018-09-20 11:42:15 +02:00
proto_tcp.c REORG: http: move HTTP rules parsing to http_rules.c 2018-10-02 18:28:05 +02:00
proto_udp.c
proto_uxst.c
protocol.c MEDIUM: protocol: use a custom AF_MAX to help protocol parser 2018-09-12 07:12:27 +02:00
proxy.c MEDIUM: snapshot: merge the captured data after the descriptor 2018-09-07 20:07:17 +02:00
queue.c REORG: http: move HTTP rules parsing to http_rules.c 2018-10-02 18:28:05 +02:00
raw_sock.c MINOR: connections: Introduce an unsubscribe method. 2018-10-11 15:34:21 +02:00
regex.c
sample.c REORG: http: move the HTTP semantics definitions to http.h/http.c 2018-09-11 10:30:25 +02:00
server.c MEDIUM: ssl: add support for ciphersuites option for TLSv1.3 2018-10-08 19:20:13 +02:00
session.c REORG: http: move the HTTP semantics definitions to http.h/http.c 2018-09-11 10:30:25 +02:00
sha1.c
shctx.c
signal.c MEDIUM: startup: unify signal init between daemon and mworker mode 2018-09-11 10:21:58 +02:00
ssl_sock.c MINOR: connections: Introduce an unsubscribe method. 2018-10-11 15:34:21 +02:00
standard.c MEDIUM: protocol: sockpair protocol 2018-09-12 07:20:17 +02:00
stats.c BUILD: stats: remove build warnings on potential null-derefs 2018-09-20 11:42:15 +02:00
stick_table.c CLEANUP: stick-tables: Remove unneeded double (()) around conditional clause 2018-10-09 15:09:59 +02:00
stream_interface.c MEDIUM: connections: Change struct wait_list to wait_event. 2018-10-11 15:34:39 +02:00
stream.c BUG/MEDIUM: stream: Make sure to unsubscribe before si_release_endpoint. 2018-10-11 17:16:43 +02:00
task.c MEDIUM: task: perform a single tree lookup per run queue batch 2018-10-10 16:42:46 +02:00
tcp_rules.c
time.c
trace.c
uri_auth.c
vars.c REORG: http: move HTTP rules parsing to http_rules.c 2018-10-02 18:28:05 +02:00
wurfl.c
xxhash.c