haproxy/include/common
Willy Tarreau 6e0433f0e9 [RELEASE] Released version 1.3.9 with the following changes :
- modularized the polling mechanisms and use function pointers instead
      of macros at many places
    - implemented support for FreeBSD's kqueue() polling mechanism
    - fixed a warning on OpenBSD : MIN/MAX redefined
    - change socket registration order at startup to accomodate kqueue.
    - several makefile cleanups to support old shells
    - fix build with limits.h once for all
    - ev_epoll: do not rely on fd_sets anymore, use changes stacks instead.
    - fdtab now holds the results of polling
    - implemented support for speculative I/O processing with epoll()
    - remove useless calls to shutdown(SHUT_RD), resulting in small speed boost
    - auto-registering of pollers at load time
2007-04-16 01:33:37 +02: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
debug.h [BUILD] debug.h had a typo. Also add FSM_PRINTF to debug FSM only. 2006-12-16 23:22:58 +01:00
defaults.h [MAJOR] implemented support for speculative I/O processing 2007-04-15 20:56:27 +02:00
epoll.h [BUILD] declare epoll_* as static when using our own functions 2007-04-15 23:57:41 +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
rbtree.h [MINOR] imported the rbtree function from Linux kernel 2007-01-07 02:12:57 +01:00
regex.h [MAJOR] merged the 'setbe' actions to switch the backend on a regex 2006-12-17 23:15:24 +01:00
standard.h [BUILD] Fix limits.h once for all 2007-04-09 22:16:12 +02:00
template.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
time.h [MINOR] slightly optimize time calculation for rbtree 2007-02-12 00:59:08 +01:00
tools.h [MINOR] forgot to include common/tools.h in the archive. 2006-12-22 14:40:41 +01:00
uri_auth.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
version.h [RELEASE] Released version 1.3.9 with the following changes : 2007-04-16 01:33:37 +02:00