haproxy/include/proto
Willy Tarreau 4df8206832 [OPTIM] reduce the number of calls to task_wakeup()
A test has shown that more than 16% of the calls to task_wakeup()
could be avoided because the task is already woken up. So make it
inline and move the test to the inline part.
2008-11-02 10:19:07 +01:00
..
acl.h [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings 2008-08-03 09:41:05 +02:00
backend.h
buffers.h [MINOR] re-arrange buffer flags and rename some of them 2008-11-02 10:19:07 +01:00
checks.h
client.h [CLEANUP] remove unused include/types/client.h 2008-07-16 10:30:40 +02:00
cttproxy.h
dumpstats.h [MEDIUM] modularize the global "stats" keyword configuration parser 2008-07-09 20:12:41 +02:00
fd.h [MEDIUM] Fix memory freeing at exit 2008-05-30 07:07:19 +02:00
hdr_idx.h
httperr.h
log.h [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
proto_http.h [MAJOR] rework of the server FSM 2008-11-02 10:19:04 +01:00
proto_tcp.h [MAJOR] implement tcp request content inspection 2008-07-16 10:29:07 +02:00
proto_uxst.h [MAJOR] convert all expiration timers from timeval to ticks 2008-07-07 00:09:58 +02:00
protocols.h
proxy.h [MEDIUM] modularize the "timeout" keyword configuration parser 2008-07-09 20:34:27 +02:00
queue.h [BUG] fix the dequeuing logic to ensure that all requests get served 2008-06-20 15:08:06 +02:00
senddata.h
server.h
session.h [MINOR] term_trace: add better instrumentations to trace the code 2008-08-16 14:55:08 +02:00
stream_sock.h [MEDIUM] split stream_sock_process_data 2008-11-02 10:19:06 +01:00
task.h [OPTIM] reduce the number of calls to task_wakeup() 2008-11-02 10:19:07 +01:00
template.h