haproxy/src
Joseph Herlant 7fe1577cc7 MINOR: Fix typo in the error 500 output of hlua
Fixes a common typo in the output generated by the hlua subsystem when
emitting an error 500 page.
2018-11-18 22:28:09 +01:00
..
51d.c REORG: http: move the code to different files 2018-10-02 18:26:59 +02:00
acl.c CLEANUP: Fix typos in the acl subsystem 2018-11-18 22:26:26 +01:00
action.c
applet.c MINOR: stream-int: replace si_{want,stop}_put() with si_rx_endp_{more,done}() 2018-11-18 21:41:47 +01:00
arg.c
auth.c MEDIUM: auth/threads: make use of crypt_r() on systems supporting it 2018-10-29 19:17:39 +01:00
backend.c MAJOR: connections: Detach connections from streams. 2018-11-18 21:45:45 +01:00
base64.c
buffer.c
cache.c CLEANUP: Fix typos in the cache subsystem 2018-11-18 22:26:42 +01:00
cfgparse.c CLEANUP: Fix typos in the cfgparse subsystem 2018-11-18 22:26:42 +01: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: Don't directly mess with the polling from the upper layers. 2018-10-21 05:58:40 +02:00
chunk.c
cli.c MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() 2018-11-18 21:41:50 +01:00
compression.c
connection.c MEDIUM: connections: Don't directly mess with the polling from the upper layers. 2018-10-21 05:58:40 +02:00
da.c CLEANUP: http: remove some leftovers from recent cleanups 2018-10-02 18:37:27 +02:00
dns.c CLEANUP: Fix typos in the dns subsystem 2018-11-18 22:23:15 +01:00
ev_epoll.c MINOR: poller: move time and date computation out of the pollers 2018-10-17 19:59:43 +02:00
ev_kqueue.c MINOR: poller: move time and date computation out of the pollers 2018-10-17 19:59:43 +02:00
ev_poll.c MINOR: poller: move time and date computation out of the pollers 2018-10-17 19:59:43 +02:00
ev_select.c MINOR: poller: move time and date computation out of the pollers 2018-10-17 19:59:43 +02:00
fd.c MEDIUM: fd/threads: only grab the fd's lock if the FD has more than one thread 2018-10-15 13:25:06 +02:00
filters.c CLEANUP: Fix typos in the filters subsystem 2018-11-18 22:26:42 +01:00
flt_http_comp.c CLEANUP: Fix typos in the http subsystem 2018-11-18 22:26:42 +01:00
flt_spoe.c CLEANUP: Fix typos in the spoe subsystem 2018-11-18 22:26:42 +01:00
flt_trace.c
freq_ctr.c
frontend.c
h1.c MINOR: h1: Add the flag H1_MF_NO_PHDR to not add pseudo-headers during parsing 2018-10-12 16:15:18 +02:00
h2.c
haproxy.c MINOR: Fix an error message thrown when we run out of memory 2018-11-18 22:23:15 +01:00
hash.c
hathreads.c BUG/MEDIUM: threads: fix thread_release() at the end of the rendez-vous point 2018-10-16 17:03:16 +02:00
hdr_idx.c
hlua_fcn.c CLEANUP: fix typos in the hlua_fcn subsystem 2018-11-18 22:23:15 +01:00
hlua.c MINOR: Fix typo in the error 500 output of hlua 2018-11-18 22:28:09 +01: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 CLEANUP: Fix typos in the http subsystem 2018-11-18 22:26:42 +01:00
http_fetch.c CLEANUP: Fix typos in the http subsystem 2018-11-18 22:26:42 +01:00
http_htx.c MINOR: http_htx: Add functions to retrieve a specific occurrence of a header 2018-11-18 22:08:55 +01:00
http_rules.c MINOR: http: Make new "early-hint" http-request action really be parsed. 2018-11-12 21:08:55 +01:00
http.c CLEANUP: Fix typos in the http subsystem 2018-11-18 22:26:42 +01:00
htx.c MEDIUM: htx: Add API to deal with the internal representation of HTTP messages 2018-11-18 22:08:53 +01:00
i386-linux-vsys.c
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c
lb_map.c
listener.c MEDIUM: listeners: set O_CLOEXEC on the accepted FDs 2018-10-28 14:03:31 +01:00
log.c CLEANUP: Fix typos in the log subsystem 2018-11-18 22:26:42 +01:00
lru.c
mailers.c
map.c MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() 2018-11-18 21:41:50 +01:00
memory.c MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() 2018-11-18 21:41:50 +01:00
mux_h1.c MEDIUM: mux-h1: Handle errors and timeouts in the stream 2018-11-18 22:10:08 +01:00
mux_h2.c MAJOR: connections: Detach connections from streams. 2018-11-18 21:45:45 +01:00
mux_pt.c MAJOR: connections: Detach connections from streams. 2018-11-18 21:45:45 +01:00
namespace.c MINOR: namespaces: don't build namespace.c if disabled 2018-11-12 19:15:15 +01:00
pattern.c CLEANUP: Fix typos in the pattern subsystem 2018-11-18 22:23:15 +01:00
payload.c
peers.c CLEANUP: Fix typos in the peers subsystem 2018-11-18 22:26:42 +01:00
pipe.c
proto_http.c CLEANUP: fix typos in the proto_http subsystem 2018-11-18 22:23:15 +01:00
proto_htx.c MEDIUM: mux-h1: Handle errors and timeouts in the stream 2018-11-18 22:10:08 +01: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
proxy.c MINOR: Fix typos in error messages in the proxy subsystem 2018-11-18 22:23:15 +01: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 CLEANUP: Fix typos in the regex subsystem 2018-11-18 22:26:42 +01:00
sample.c CLEANUP: Fix typos in the sample subsystem 2018-11-18 22:26:42 +01:00
server.c CLEANUP: fix a few typos in the comments of the server subsystem 2018-11-18 22:23:15 +01:00
session.c MAJOR: connections: Detach connections from streams. 2018-11-18 21:45:45 +01:00
sha1.c
shctx.c MINOR: shctx: Change max. object size type to unsigned int. 2018-10-26 04:54:40 +02:00
signal.c
ssl_sock.c CLEANUP: fix typos in the ssl_sock subsystem 2018-11-18 22:23:15 +01:00
standard.c MINOR: Fix typo in error message in the standard subsystem 2018-11-18 22:26:42 +01:00
stats.c CLEANUP: Fix a typo in the stats subsystem 2018-11-18 22:26:26 +01:00
stick_table.c CLEANUP: Fix typos in the stick_table subsystem 2018-11-18 22:26:42 +01:00
stream_interface.c MINOR: conn_stream: Add a flag to notify the SI some data were received 2018-11-18 21:45:49 +01:00
stream.c CLEANUP: fix a typo found in the stream subsystem 2018-11-18 22:23:15 +01:00
task.c CLEANUP: Fix typos in the task subsystem 2018-11-18 22:26:42 +01:00
tcp_rules.c
time.c MEDIUM: time: measure the time stolen by other threads 2018-10-19 08:51:59 +02:00
trace.c
uri_auth.c
vars.c CLEANUP: fix typos in the comments of the vars subsystem 2018-11-18 22:23:15 +01:00
wurfl.c
xxhash.c CLEANUP: fix 2 typos in the xxhash subsystem 2018-11-18 22:23:15 +01:00