haproxy/include/common
Willy Tarreau e5f20dcea8 [MEDIUM] added the hdr_idx structure for future HTTP header indexing
This structure will consume 4 bytes per header to keep track of
headers within a request or a response without having to parse
the whole request for each regex. As it's not possible to allocate
only 4 bytes, we define a max number of HTTP headers. We set it
to (BUFSIZE+79)/80 so that 8kB buffers can contain 100 headers
(like Apache), resulting in 400 bytes dedicated to indexation,
or about 400/(2*8kB) ~= 2.4% of the memory usage.
2006-12-03 15:21:35 +01:00
..
appsession.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
base64.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
cfgparse.h [CLEANUP] add a few "const char *" where appropriate 2006-10-15 15:17:57 +02:00
chtbl.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
compat.h [MEDIUM] add support for SO_REUSEPORT on Linux 2006-11-13 01:22:38 +01:00
config.h [BUILD] only enable regparm on x86 to avoid useless warnings 2006-10-15 23:43:42 +02:00
defaults.h [MEDIUM] added the hdr_idx structure for future HTTP header indexing 2006-12-03 15:21:35 +01:00
epoll.h [BUILD] <stdint> is not present on OpenBSD. Prefer <sys/types.h> 2006-10-15 22:57:13 +02:00
hashpjw.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
list.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
memory.h [CLEANUP] renamed include/haproxy to include/common 2006-06-29 17:53:05 +02:00
mini-clist.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
regex.h [CLEANUP] add a few "const char *" where appropriate 2006-10-15 15:17:57 +02:00
standard.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
template.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
time.h [MEDIUM] use regparm on a few tv_* functions 2006-10-15 15:38:50 +02:00
uri_auth.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
version.h [RELEASE] released 1.3.3 2006-10-16 00:03:35 +02:00