haproxy/src
Willy Tarreau 3537467679 [MEDIUM] move QUEUE and TAR timers to stream interfaces
It was not practical to have QUEUE and TAR timers in buffers, as they caused
triggering of the timeout flags. Move them to the stream interface where they
belong.
2008-11-02 10:19:09 +01:00
..
acl.c [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings 2008-08-03 09:41:05 +02:00
appsession.c [MEDIUM] memory: update pool_free2() to support NULL pointers 2008-08-03 20:48:50 +02:00
backend.c [MEDIUM] move QUEUE and TAR timers to stream interfaces 2008-11-02 10:19:09 +01:00
base64.c [BUILD] change declaration of base64tab to fix build with Intel C++ 2008-06-29 17:17:38 +02:00
buffers.c [MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove dependency on req/rep->l 2008-08-16 22:18:07 +02:00
cfgparse.c [BUG] Fix empty X-Forwarded-For header name when set in defaults section 2008-08-26 13:22:19 +02:00
checks.c [MEDIUM] indicate a reason for a task wakeup 2008-11-02 10:19:08 +01:00
client.c [MEDIUM] move QUEUE and TAR timers to stream interfaces 2008-11-02 10:19:09 +01:00
cttproxy.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
dumpstats.c [MEDIUM] reintroduce BF_HIJACK with produce_content 2008-11-02 10:19:06 +01:00
eb32tree.c [MINOR] merge ebtree version 3.0 2007-11-28 14:20:44 +01:00
eb64tree.c [MINOR] merge ebtree version 3.0 2007-11-28 14:20:44 +01:00
ebpttree.c [MINOR] merge ebtree version 3.0 2007-11-28 14:20:44 +01:00
ebtree.c [MINOR] merge ebtree version 3.0 2007-11-28 14:20:44 +01:00
ev_epoll.c [CLEANUP] remove 65 useless NULL checks before free 2008-08-03 20:48:50 +02:00
ev_kqueue.c [CLEANUP] remove 65 useless NULL checks before free 2008-08-03 20:48:50 +02:00
ev_poll.c [CLEANUP] remove 65 useless NULL checks before free 2008-08-03 20:48:50 +02:00
ev_select.c [CLEANUP] remove 65 useless NULL checks before free 2008-08-03 20:48:50 +02:00
ev_sepoll.c [OPTIM] ev_sepoll: detect newly created FDs and check them once 2008-11-02 10:19:07 +01:00
fd.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
haproxy.c [CLEANUP] remove 65 useless NULL checks before free 2008-08-03 20:48:50 +02:00
hdr_idx.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
log.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
memory.c [MEDIUM] Fix memory freeing at exit 2008-05-30 07:07:19 +02:00
proto_http.c [MEDIUM] move QUEUE and TAR timers to stream interfaces 2008-11-02 10:19:09 +01:00
proto_tcp.c [MINOR] change type of fdtab[]->owner to void* 2008-11-02 10:19:08 +01:00
proto_uxst.c [MINOR] change type of fdtab[]->owner to void* 2008-11-02 10:19:08 +01:00
protocols.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
proxy.c [BUG] maintain_proxies must not disable backends 2008-08-16 18:41:13 +02:00
queue.c [MEDIUM] indicate a reason for a task wakeup 2008-11-02 10:19:08 +01:00
rbtree.c [MINOR] imported the rbtree function from Linux kernel 2007-01-07 02:12:57 +01:00
regex.c [CLEANUP] shut warnings 'is*' macros from ctype.h on solaris 2007-06-17 21:51:38 +02:00
senddata.c [MINOR] re-arrange buffer flags and rename some of them 2008-11-02 10:19:07 +01:00
server.c [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
session.c [MEDIUM] memory: update pool_free2() to support NULL pointers 2008-08-03 20:48:50 +02:00
sessionhash.c [PATCH] appsessions: cleanup DEBUG_HASH and initialize request_counter 2008-08-13 23:43:26 +02:00
standard.c [MINOR] Allow to specify a domain for a cookie 2008-05-25 10:09:02 +02:00
stream_sock.c [MEDIUM] stream interface: add the ->shutw method as well as in and out buffers 2008-11-02 10:19:08 +01:00
task.c [MEDIUM] indicate a reason for a task wakeup 2008-11-02 10:19:08 +01:00
time.c [MINOR] introduce now_ms, the current date in milliseconds 2008-06-29 13:47:25 +02:00
uri_auth.c [CLEANUP] remove 65 useless NULL checks before free 2008-08-03 20:48:50 +02:00