haproxy/src
Willy Tarreau b3eb221e78 [MEDIUM] http: add support for 'cookie' and 'set-cookie' patterns
This is used to perform cookie-based stickiness with table replication
between multiple masters and across restarts. This partially overrides
some of the appsession capabilities.
2011-07-01 16:16:17 +02:00
..
acl.c [BUG] config: don't crash on empty pattern files. 2011-03-09 10:22:30 +01:00
appsession.c [MINOR] Make appsess{,ion}_refresh static 2011-06-25 21:07:01 +02:00
auth.c [REORG] http: move the http-request rules to proto_http 2011-03-13 22:00:24 +01:00
backend.c [BUG] log: retrieve the target from the session, not the SI 2011-03-27 19:53:06 +02:00
base64.c [MINOR] add encode/decode function for 30-bit integers from/to base64 2010-10-30 19:04:33 +02:00
buffers.c [OPTIM] buffers: uninline buffer_forward() 2011-03-28 16:25:58 +02:00
cfgparse.c [MINOR] Add non-stick server option 2011-06-25 21:14:17 +02:00
checks.c [MINOR] Add down termination condition 2011-06-21 22:10:56 +02:00
cttproxy.c [BUG] cttproxy: socket fd leakage in check_cttproxy_version 2010-05-09 21:19:08 +02:00
dumpstats.c [MINOR] Allow showing and clearing by key of string stick tables 2011-06-17 11:39:30 +02:00
ev_epoll.c
ev_kqueue.c
ev_poll.c
ev_select.c
ev_sepoll.c
fd.c [BUG] debug: report the correct poller list in verbose mode 2010-11-19 13:25:10 +01:00
freq_ctr.c [MINOR] freq_ctr: add new types and functions for periods different from 1s 2010-08-10 14:01:09 +02:00
frontend.c [MINOR] frontend: add a make_proxy_line function 2011-03-20 10:15:22 +01:00
haproxy.c [REORG] http: move the http-request rules to proto_http 2011-03-13 22:00:24 +01:00
hdr_idx.c
i386-linux-vsys.c [OPTIM] linux: add support for bypassing libc to force using vsyscalls 2010-11-14 17:09:33 +01:00
lb_chash.c [MEDIUM] hash: add support for an 'avalanche' hash-type 2010-11-29 07:28:16 +01:00
lb_fwlc.c
lb_fwrr.c
lb_map.c [BUG] url_param hash may return a down server 2010-03-12 06:22:16 +01:00
log.c [MINOR] Add down termination condition 2011-06-21 22:10:56 +02:00
memory.c
pattern.c [MEDIUM] IPv6 support for stick-tables 2011-03-29 01:09:14 +02:00
peers.c [MINOR] Add active connection list to server 2011-06-21 22:00:12 +02:00
pipe.c
proto_http.c [MEDIUM] http: add support for 'cookie' and 'set-cookie' patterns 2011-07-01 16:16:17 +02:00
proto_tcp.c [CLEANUP] Remove unnecessary casts 2011-06-25 21:14:10 +02:00
proto_uxst.c [CLEANUP] unix sockets : move create_uxst_socket() in uxst_bind_listener() 2010-11-14 17:21:44 +01:00
protocols.c [MEDIUM] Enhance message errors management on binds 2010-11-05 10:34:07 +01:00
proxy.c [MEDIUM] http: add support for "http-no-delay" 2011-05-30 18:42:41 +02:00
queue.c [MINOR] Add active connection list to server 2011-06-21 22:00:12 +02:00
rbtree.c
regex.c [MINOR] prepare req_*/rsp_* to receive a condition 2010-01-28 18:10:50 +01:00
server.c
session.c [MINOR] Add non-stick server option 2011-06-25 21:14:17 +02:00
sessionhash.c
signal.c [MEDIUM] signals: support redistribution of signal zero when stopping 2010-08-27 18:26:11 +02:00
standard.c [BUG] stats: support url-encoded forms 2011-05-31 22:44:28 +02:00
stick_table.c [BUG] fix binary stick-tables 2011-05-09 23:30:58 +02:00
stream_interface.c [CLEANUP] stream_interface: use inline functions to manipulate targets 2011-03-10 23:32:17 +01:00
stream_sock.c [OPTIM] stream_sock: don't use splice on too small payloads 2011-05-30 18:42:41 +02:00
task.c
time.c
uri_auth.c [REORG] http: move the http-request rules to proto_http 2011-03-13 22:00:24 +01:00