haproxy/include/types
Willy Tarreau 2ff7622c0c [MAJOR] delay registering of listener sockets at startup
Some pollers such as kqueue lose their FD across fork(), meaning that
the registered file descriptors are lost too. Now when the proxies are
started by start_proxies(), the file descriptors are not registered yet,
leaving enough time for the fork() to take place and to get a new pollfd.
It will be the first call to maintain_proxies that will register them.
2007-04-09 19:29:56 +02:00
..
backend.h [MINOR] added the "tcpsplice" option 2007-01-06 23:45:24 +01:00
buffers.h [MINOR] removed the ->h member in struct buffer 2007-03-18 16:31:29 +01:00
capture.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
client.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
fd.h [MAJOR] delay registering of listener sockets at startup 2007-04-09 19:29:56 +02:00
global.h [MINOR] added the "tcpsplice" option 2007-01-06 23:45:24 +01:00
hdr_idx.h [BUG] files were missing for hdr_idx in previous commit 2006-12-04 02:20:02 +01:00
httperr.h [MAJOR] udpated the stats page to clearly distinguish FEs and BEs 2007-01-01 21:38:07 +01:00
log.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
polling.h [MINOR] removed proto/polling.h which was not used anymore 2007-04-09 15:28:51 +02:00
proto_http.h [MINOR] move some flags from session.h to proto_http.h 2007-03-18 18:34:41 +01:00
proxy.h [BUILD] fixed a warning on OpenBSD : MIN/MAX redefined 2007-04-09 16:10:57 +02:00
queue.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
server.h [MINOR] changed server weight storage from char to unsigned int 2007-03-25 21:16:40 +02:00
session.h [MINOR] move some flags from session.h to proto_http.h 2007-03-18 18:34:41 +01:00
task.h [MAJOR] replace the wait-queue linked list with an rbtree. 2007-01-07 02:14:23 +01:00
template.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00