haproxy/src
Willy Tarreau 4a568976c5 [MINOR] stick-tables: add support for "stick on hdr"
It is now possible to stick on an IP address found in a HTTP header. Right
now only the last occurrence of the header can be used, which is generally
enough for most uses. Also, the header extraction rule only knows how to
convert the header to IP. Later it will be usable as a plain string with
an implicit conversion, and the syntax will not change.
2010-05-13 22:10:02 +02:00
..
acl.c [MINOR] acl: ignore empty lines and comments in pattern files 2010-05-13 22:10:02 +02:00
appsession.c
auth.c [BUILD] fix platform-dependant build issues related to crypt() 2010-03-04 19:10:14 +01:00
backend.c [MEDIUM] add ability to connect to a server from an IP found in a header 2010-03-30 10:39:43 +02:00
base64.c [MINOR] Base64 decode 2010-01-31 19:14:07 +01:00
buffers.c [BUILD] fix some build warnings on Solaris with is* macros 2010-03-03 00:16:00 +01:00
cfgparse.c [MINOR] option http-pretend-keepalive is both for FEs and BEs 2010-04-27 22:19:14 +02:00
checks.c [CLEANUP] proxy: move PR_O_SSL3_CHK to options2 to release one flag 2010-03-30 09:59:43 +02:00
client.c [MEDIUM] acl: add tree-based lookups of networks 2010-05-13 21:37:50 +02:00
cttproxy.c [BUG] cttproxy: socket fd leakage in check_cttproxy_version 2010-05-09 21:19:08 +02:00
dumpstats.c [MINOR] cli: "show errors" should display "backend <NONE>" when backend was not used 2010-03-25 06:45:07 +01:00
ev_epoll.c
ev_kqueue.c
ev_poll.c
ev_select.c
ev_sepoll.c
fd.c
freq_ctr.c
haproxy.c [BUG] init: unconditionally catch SIGPIPE 2010-03-17 18:02:46 +01:00
hdr_idx.c
lb_chash.c [MEDIUM] build: switch ebtree users to use new ebtree version 2009-10-26 21:10:04 +01:00
lb_fwlc.c [MEDIUM] build: switch ebtree users to use new ebtree version 2009-10-26 21:10:04 +01:00
lb_fwrr.c [MEDIUM] build: switch ebtree users to use new ebtree version 2009-10-26 21:10:04 +01:00
lb_map.c [BUG] url_param hash may return a down server 2010-03-12 06:22:16 +01:00
log.c
memory.c
pattern.c [CLEANUP] acl, patterns: make use of my_strndup() instead of malloc+memcpy 2010-01-26 19:02:46 +01:00
pipe.c
proto_http.c [MINOR] stick-tables: add support for "stick on hdr" 2010-05-13 22:10:02 +02:00
proto_tcp.c [MEDIUM] acl: add tree-based lookups of exact strings 2010-05-13 21:37:45 +02:00
proto_uxst.c [DOC] Some more documentation cleanups 2010-03-12 06:46:06 +01:00
protocols.c
proxy.c [MINOR] report total number of processed connections when stopping a proxy 2010-03-04 23:07:28 +01:00
queue.c
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 the "ignore-persist" option to conditionally ignore persistence 2010-04-25 22:37:14 +02:00
sessionhash.c
signal.c
standard.c [MINOR] add very fast IP parsing functions 2010-03-30 09:59:44 +02:00
stick_table.c [MEDIUM] Add stick table (persistence) management functions and types 2010-01-12 11:23:15 +01:00
stream_interface.c [BUG] stream_interface: fix retnclose and remove cond_close 2010-01-10 10:21:21 +01:00
stream_sock.c [OPTIM] stream_sock: don't shutdown(write) when the socket is in error 2010-01-16 10:03:45 +01:00
task.c [MEDIUM] build: switch ebtree users to use new ebtree version 2009-10-26 21:10:04 +01:00
time.c
uri_auth.c [MAJOR] use the new auth framework for http stats 2010-01-31 19:14:09 +01:00