haproxy/src
Willy Tarreau bad0a381d3 MINOR: hpack: move the length computation and encoding functions to .h
We'll need these functions from other inline functions, let's make them
accessible. len_to_bytes() was renamed to hpack_len_to_bytes() since it's
now exposed.
2018-12-11 09:06:46 +01:00
..
51d.c CLEANUP: Fix typo in the 51d subsystem 2018-12-02 18:41:54 +01:00
acl.c MEDIUM: init: convert all trivial registration calls to initcalls 2018-11-26 19:50:32 +01:00
action.c
activity.c MEDIUM: init: convert all trivial registration calls to initcalls 2018-11-26 19:50:32 +01:00
applet.c
arg.c
auth.c MINOR: initcall: apply initcall to all register_build_opts() calls 2018-11-26 19:50:32 +01:00
backend.c BUG/MEDIUM: connections: Remove error flags when retrying. 2018-12-08 21:56:07 +01:00
base64.c CLEANUP: Fix a typo in the base64 subsystem 2018-12-02 18:42:08 +01:00
buffer.c MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() 2018-11-26 19:50:32 +01:00
cache.c MEDIUM: init: use initcall for all fixed size pool creations 2018-11-26 19:50:32 +01:00
cfgparse-global.c MINOR: polling: add an option to support busy polling 2018-11-22 19:47:30 +01:00
cfgparse-listen.c REORG: config: extract the proxy parser into cfgparse-listen.c 2018-11-19 06:47:09 +01:00
cfgparse.c MINOR: config: make sure to associate the proper mux to bind and servers 2018-12-02 13:29:35 +01:00
channel.c
checks.c MEDIUM: init: use initcall for all fixed size pool creations 2018-11-26 19:50:32 +01:00
chunk.c MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() 2018-11-26 19:50:32 +01:00
cli.c BUILD: threads: fix minor build warnings when threads are disabled 2018-12-02 19:28:41 +01:00
compression.c MEDIUM: init: use initcall for all fixed size pool creations 2018-11-26 19:50:32 +01:00
connection.c MINOR: sample: add bc_http_major 2018-12-07 15:34:39 +01:00
da.c MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* 2018-11-26 19:50:32 +01:00
dns.c MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() 2018-11-26 19:50:32 +01:00
ev_epoll.c MINOR: polling: add an option to support busy polling 2018-11-22 19:47:30 +01:00
ev_kqueue.c MINOR: polling: add an option to support busy polling 2018-11-22 19:47:30 +01:00
ev_poll.c MINOR: poller: move the call of tv_update_date() back to the pollers 2018-11-22 18:57:37 +01:00
ev_select.c MINOR: poller: move the call of tv_update_date() back to the pollers 2018-11-22 18:57:37 +01:00
fd.c MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* 2018-11-26 19:50:32 +01:00
filters.c MEDIUM: htx: Rework conversion from a buffer to an htx structure 2018-12-05 17:10:16 +01:00
flt_http_comp.c MEDIUM: htx: Rework conversion from a buffer to an htx structure 2018-12-05 17:10:16 +01:00
flt_spoe.c MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() 2018-11-26 19:50:32 +01:00
flt_trace.c MEDIUM: htx: Rework conversion from a buffer to an htx structure 2018-12-05 17:10:16 +01:00
freq_ctr.c
frontend.c MEDIUM: init: convert all trivial registration calls to initcalls 2018-11-26 19:50:32 +01:00
h1.c
h2.c MINOR: h2: add new functions to produce an HTX message from an H2 response 2018-12-02 13:30:17 +01:00
haproxy.c BUG/MEDIUM: mworker: stop every tasks in the master 2018-12-06 14:12:58 +01:00
hash.c
hathreads.c MINOR: initcall: apply initcall to all register_build_opts() calls 2018-11-26 19:50:32 +01:00
hdr_idx.c
hlua_fcn.c
hlua.c BUG/MEDIUM: lua: block on remote connection establishment 2018-12-06 15:29:50 +01:00
hpack-dec.c
hpack-enc.c MINOR: hpack: move the length computation and encoding functions to .h 2018-12-11 09:06:46 +01:00
hpack-huff.c
hpack-tbl.c
http_acl.c MEDIUM: init: convert all trivial registration calls to initcalls 2018-11-26 19:50:32 +01:00
http_act.c MEDIUM: init: convert all trivial registration calls to initcalls 2018-11-26 19:50:32 +01:00
http_conv.c MEDIUM: init: convert all trivial registration calls to initcalls 2018-11-26 19:50:32 +01:00
http_fetch.c MEDIUM: htx: Rework conversion from a buffer to an htx structure 2018-12-05 17:10:16 +01:00
http_htx.c CLEANUP: htx: Fix indentation here and there in HTX files 2018-12-05 17:33:14 +01:00
http_rules.c
http.c MEDIUM: proto_htx: Convert all HTTP error messages into HTX 2018-12-01 17:37:27 +01:00
htx.c BUG/MEDIUM: htx: Always do a defrag if a block value is replace by a bigger one 2018-12-10 20:51:41 +01:00
i386-linux-vsys.c
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c CLEANUP: Fix typo in the fwrr subsystem 2018-12-02 18:40:53 +01:00
lb_map.c BUG/MINOR: lb-map: fix unprotected update to server's score 2018-12-02 19:22:55 +01:00
listener.c MINOR: config: make sure to associate the proper mux to bind and servers 2018-12-02 13:29:35 +01:00
log.c MEDIUM: initcall: use initcalls for a few initialization functions 2018-11-26 19:50:32 +01:00
lru.c
mailers.c
map.c CLEANUP: Fix typos in the map management functions 2018-12-02 18:40:38 +01:00
memory.c MEDIUM: memory: make the pool cache an array and not a thread_local 2018-11-26 19:50:32 +01:00
mux_h1.c BUG/MEDIUM: mux-h1: Don't loop on the headers parsing if the read0 was received 2018-12-10 20:50:59 +01:00
mux_h2.c BUG/MEDIUM: mux-h2: Don't forget to set the CS_FL_EOS flag with htx. 2018-12-10 20:53:31 +01:00
mux_pt.c BUG/MEDIUM: mux_pt: Always set CS_FL_RCV_MORE. 2018-12-04 19:23:56 +01:00
namespace.c MINOR: initcall: apply initcall to all register_build_opts() calls 2018-11-26 19:50:32 +01:00
pattern.c MEDIUM: init: use self-initializing spinlocks and rwlocks 2018-11-26 19:50:32 +01:00
payload.c MEDIUM: init: convert all trivial registration calls to initcalls 2018-11-26 19:50:32 +01:00
peers.c CLEANUP: Fix typos in the peers subsystem 2018-11-18 22:26:42 +01:00
pipe.c MEDIUM: init: use initcall for all fixed size pool creations 2018-11-26 19:50:32 +01:00
proto_http.c BUILD: threads: fix minor build warnings when threads are disabled 2018-12-02 19:28:41 +01:00
proto_htx.c MINOR: htx: switch to case sensitive search of lower case header names 2018-12-07 13:25:59 +01:00
proto_sockpair.c CLEANUP: Fix typos in the socket pair protocol subsystem 2018-12-02 18:40:33 +01:00
proto_tcp.c CLEANUP: Fix typos in the proto_tcp subsystem 2018-12-02 18:39:05 +01:00
proto_udp.c
proto_uxst.c BUG/MEDIUM: mworker: avoid leak of client socket 2018-11-27 19:34:00 +01:00
protocol.c
proxy.c MEDIUM: init: convert all trivial registration calls to initcalls 2018-11-26 19:50:32 +01:00
queue.c CLEANUP: Fix a typo in the queue subsystem 2018-12-02 18:40:11 +01:00
raw_sock.c
regex.c MINOR: initcall: apply initcall to all register_build_opts() calls 2018-11-26 19:50:32 +01:00
sample.c BUG/MEDIUM: sample: Don't treat SMP_T_METH as SMP_T_STR. 2018-12-07 15:31:43 +01:00
server.c MEDIUM: servers: Add a way to keep idle connections alive. 2018-12-02 18:16:53 +01:00
session.c CLEANUP: Fix a typo in the session subsystem 2018-12-02 18:39:57 +01:00
sha1.c
shctx.c CLEANUP: Fix typos in the shctx subsystem 2018-12-02 18:40:29 +01:00
signal.c CLEANUP: Fix a typo in the signal subsystem 2018-12-02 18:39:52 +01:00
ssl_sock.c BUG/MINOR: fix ssl_fc_alpn and actually add ssl_bc_alpn 2018-12-04 05:53:45 +01:00
standard.c MINOR: Fix typo in error message in the standard subsystem 2018-11-18 22:26:42 +01:00
stats.c MEDIUM: htx: Rework conversion from a buffer to an htx structure 2018-12-05 17:10:16 +01:00
stick_table.c MEDIUM: init: convert all trivial registration calls to initcalls 2018-11-26 19:50:32 +01:00
stream_interface.c BUG/MINOR: stream-int: Process read0 even if no data was received in si_cs_recv 2018-12-07 14:57:58 +01:00
stream.c BUG/MEDIUM: stream: Don't dereference s->txn when it is not there yet. 2018-12-06 15:02:25 +01:00
task.c BUG/MEDIUM: mworker: fix several typos in mworker_cleantasks() 2018-12-06 15:38:24 +01:00
tcp_rules.c MEDIUM: init: convert all trivial registration calls to initcalls 2018-11-26 19:50:32 +01:00
time.c REORG: time/activity: move activity measurements to activity.{c,h} 2018-11-22 11:48:41 +01:00
trace.c
uri_auth.c
vars.c MEDIUM: init: use initcall for all fixed size pool creations 2018-11-26 19:50:32 +01:00
wurfl.c MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* 2018-11-26 19:50:32 +01:00
xxhash.c