haproxy/src
Willy Tarreau cb7dd015be MEDIUM: http: move header captures from http_txn to struct stream
The header captures are now general purpose captures since tcp rules
can use them to capture various contents. That removes a dependency
on http_txn that appeared in some sample fetch functions and in the
order by which captures and http_txn were allocated.

Interestingly the reset of the header captures were done at too many
places as http_init_txn() used to do it while it was done previously
in every call place.
2015-04-06 11:35:52 +02:00
..
acl.c REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
appsession.c MINOR: includes: fix a lot of missing or useless includes 2015-02-28 23:12:32 +01:00
arg.c MINOR: global: export many symbols. 2015-02-28 23:12:32 +01:00
auth.c BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an unknown encryption algorithm 2014-08-29 21:06:31 +02:00
backend.c MEDIUM: session: use the pointer to the origin instead of s->si[0].end 2015-04-06 11:34:29 +02:00
base64.c
buffer.c BUG/MEDIUM: buffer: one byte miss in buffer free space check 2015-03-10 10:17:54 +01:00
cfgparse.c REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
channel.c MEDIUM: channel: don't always set CF_WAKE_WRITE on bi_put* 2015-03-13 14:00:47 +01:00
checks.c REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* 2015-04-06 11:23:57 +02:00
chunk.c
compression.c MEDIUM: stream: move the frontend's pointer to the session 2015-04-06 11:23:58 +02:00
connection.c REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
cttproxy.c
dumpstats.c MEDIUM: session: use the pointer to the origin instead of s->si[0].end 2015-04-06 11:34:29 +02:00
ev_epoll.c CLEANUP: epoll: epoll_events should be allocated according to global.tune.maxpollevents 2014-12-17 17:04:53 +01:00
ev_kqueue.c MAJOR: polling: centralize calls to I/O callbacks 2014-11-21 20:37:32 +01:00
ev_poll.c MAJOR: polling: centralize calls to I/O callbacks 2014-11-21 20:37:32 +01:00
ev_select.c MAJOR: polling: centralize calls to I/O callbacks 2014-11-21 20:37:32 +01:00
fd.c MAJOR: polling: centralize calls to I/O callbacks 2014-11-21 20:37:32 +01:00
freq_ctr.c
frontend.c MEDIUM: http: move header captures from http_txn to struct stream 2015-04-06 11:35:52 +02:00
haproxy-systemd-wrapper.c BUILD/CLEANUP: systemd: avoid a warning due to mixed code and declaration 2015-03-04 10:11:57 +01:00
haproxy.c MEDIUM: stream: allocate the session when a stream is created 2015-04-06 11:23:57 +02:00
hash.c MINOR: hash: add new function hash_crc32 2015-01-20 19:48:05 +01:00
hdr_idx.c
hlua.c MEDIUM: http: move header captures from http_txn to struct stream 2015-04-06 11:35:52 +02:00
i386-linux-vsys.c
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c
lb_map.c
listener.c MEDIUM: stream: move the listener's pointer to the session 2015-04-06 11:23:57 +02:00
log.c MEDIUM: http: move header captures from http_txn to struct stream 2015-04-06 11:35:52 +02:00
mailers.c MEDIUM: Add parsing of mailers section 2015-02-03 00:24:16 +01:00
map.c REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
memory.c MEDIUM: memory: improve pool_refill_alloc() to pass a refill count 2014-12-24 23:47:31 +01:00
namespace.c MAJOR: namespace: add Linux network namespace support 2014-11-21 07:51:57 +01:00
pattern.c BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match 2015-02-06 18:04:36 +01:00
payload.c CLEANUP: sample: remove useless tests in fetch functions for l4 != NULL 2015-04-06 11:35:52 +02:00
peers.c MEDIUM: http: move header captures from http_txn to struct stream 2015-04-06 11:35:52 +02:00
pipe.c
proto_http.c MEDIUM: http: move header captures from http_txn to struct stream 2015-04-06 11:35:52 +02:00
proto_tcp.c MEDIUM: http: move header captures from http_txn to struct stream 2015-04-06 11:35:52 +02:00
proto_uxst.c REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* 2015-04-06 11:23:57 +02:00
protocol.c MEDIUM: protocol: use a family array to index the protocol handlers 2015-02-28 23:12:31 +01:00
proxy.c MEDIUM: stream: move the frontend's pointer to the session 2015-04-06 11:23:58 +02:00
queue.c REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* 2015-04-06 11:23:57 +02:00
raw_sock.c
rbtree.c
regex.c MEDIUM: regex: add support for passing regex flags to regex_exec_match() 2015-01-22 14:24:53 +01:00
sample.c REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
server.c REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* 2015-04-06 11:23:57 +02:00
session.c MINOR: session: start to reintroduce struct session 2015-04-06 11:23:57 +02:00
sessionhash.c
shctx.c
signal.c
ssl_sock.c CLEANUP: sample: remove useless tests in fetch functions for l4 != NULL 2015-04-06 11:35:52 +02:00
standard.c BUG/MINOR: utf8: remove compilator warning 2015-03-13 14:10:28 +01:00
stick_table.c REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
stream_interface.c REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
stream.c MEDIUM: http: move header captures from http_txn to struct stream 2015-04-06 11:35:52 +02:00
task.c REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
time.c
trace.c
uri_auth.c