haproxy/src
Willy Tarreau c8d7c96b26 [MEDIUM] acl: support '-i' to ignore case when matching
Implemented the "-i" option on ACLs to state that the matching
will have to be performed for all patterns ignoring case. The
usage is :

   acl <aclname> <aclsubject> -i pattern1 ...

If a pattern must begin with "-", either it must not be the first one,
or the "--" option should be specified first.
2007-06-17 08:20:33 +02:00
..
acl.c [MEDIUM] acl: support '-i' to ignore case when matching 2007-06-17 08:20:33 +02:00
appsession.c [MAJOR] ported appsession to use mempools v2 2007-05-13 21:29:55 +02:00
backend.c [MINOR] use non-inline tv_* functions in many locations 2007-05-13 16:08:19 +02:00
base64.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
buffers.c [MAJOR] switched buffers to mempools v2 2007-05-13 19:56:02 +02:00
cfgparse.c [MEDIUM] errorfile: use a local file to feed error messages 2007-06-11 00:29:26 +02:00
checks.c [BUG] fix broken health-checks since switch to timeval 2007-05-14 03:40:11 +02:00
chtbl.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
client.c [MINOR] acl: provide a reference to the expr to fetch() 2007-06-10 11:47:14 +02:00
cttproxy.c [MEDIUM] check for cttproxy support when required 2007-03-24 17:24:39 +01:00
ev_epoll.c [MEDIUM] limit the number of events returned by *poll* 2007-06-03 17:16:49 +02:00
ev_kqueue.c [MEDIUM] limit the number of events returned by *poll* 2007-06-03 17:16:49 +02:00
ev_poll.c [BUG] fix null timeouts in *poll-based pollers 2007-05-14 02:02:04 +02:00
ev_select.c [MINOR] allow null timeouts for past events in select 2007-05-14 03:16:06 +02:00
ev_sepoll.c [MEDIUM] limit the number of events returned by *poll* 2007-06-03 17:16:49 +02:00
fd.c [MAJOR] auto-registering of pollers at load time 2007-04-16 00:25:25 +02:00
haproxy.c [MINOR] improve memory freeing upon exit 2007-06-17 00:36:03 +02:00
hashpjw.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
hdr_idx.c [MAJOR] huge rework of the HTTP request FSM 2007-01-21 19:16:41 +01:00
list.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
log.c [MEDIUM] splitted logs into two versions : TCP and HTTP 2007-04-01 01:30:43 +02:00
memory.c [BUG] fix segfault at exit when using captures 2007-06-16 23:19:53 +02:00
proto_http.c [MEDIUM] acl: support '-i' to ignore case when matching 2007-06-17 08:20:33 +02:00
proxy.c [MAJOR] call garbage collector when doing soft stop 2007-05-14 00:39:29 +02:00
queue.c [MAJOR] ported pendconn to mempools v2 2007-05-13 20:19:55 +02:00
rbtree.c [MINOR] imported the rbtree function from Linux kernel 2007-01-07 02:12:57 +01:00
regex.c [CLEANUP] add a few "const char *" where appropriate 2006-10-15 15:17:57 +02:00
server.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
session.c [MAJOR] convert the header indexes to use mempool v2 2007-05-13 22:57:02 +02:00
standard.c [MINOR] fixed useless memory allocation in str2net() 2007-05-08 23:23:38 +02:00
stream_sock.c [MEDIUM] optimize I/O by detecting system starvation 2007-06-03 16:05:39 +02:00
task.c Merge branch 'pools' into merge-pools 2007-05-14 02:11:56 +02:00
time.c [MINOR] add new tv_* functions 2007-05-13 16:03:27 +02:00
uri_auth.c [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00