haproxy/src
Willy Tarreau 91e99931b7 [MEDIUM] introduce task->nice and boot access to statistics
The run queue scheduler now considers task->nice to queue a task and
to pick a task out of the queue. This makes it possible to boost the
access to statistics (both via HTTP and UNIX socket). The UNIX socket
receives twice as much a boost as the HTTP socket because it is more
sensible.
2008-06-30 07:51:00 +02:00
..
acl.c [MEDIUM] Fix memory freeing at exit, part 2 2008-06-07 11:06:14 +02:00
appsession.c [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
backend.c [BUG] fix the dequeuing logic to ensure that all requests get served 2008-06-20 15:08:06 +02:00
base64.c [BUILD] change declaration of base64tab to fix build with Intel C++ 2008-06-29 17:17:38 +02:00
buffers.c [BUG] Flush buffers also where there are exactly 0 bytes left 2008-04-21 07:22:33 +02:00
cfgparse.c [MEDIUM] further improve monotonic clock by check forward jumps 2008-06-23 14:00:57 +02:00
checks.c [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
client.c [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
cttproxy.c [MEDIUM] check for cttproxy support when required 2007-03-24 17:24:39 +01:00
dumpstats.c [BUG] Flush buffers also where there are exactly 0 bytes left 2008-04-21 07:22:33 +02: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 [MEDIUM] further improve monotonic clock by check forward jumps 2008-06-23 14:00:57 +02:00
ev_kqueue.c [MEDIUM] further improve monotonic clock by check forward jumps 2008-06-23 14:00:57 +02:00
ev_poll.c [MEDIUM] further improve monotonic clock by check forward jumps 2008-06-23 14:00:57 +02:00
ev_select.c [MEDIUM] further improve monotonic clock by check forward jumps 2008-06-23 14:00:57 +02:00
ev_sepoll.c [MEDIUM] further improve monotonic clock by check forward jumps 2008-06-23 14:00:57 +02:00
fd.c [MEDIUM] Fix memory freeing at exit 2008-05-30 07:07:19 +02:00
haproxy.c [MAJOR] use an ebtree instead of a list for the run queue 2008-06-29 22:40:23 +02:00
hdr_idx.c
log.c [MEDIUM] implement a monotonic internal clock 2008-06-22 17:18:02 +02:00
memory.c [MEDIUM] Fix memory freeing at exit 2008-05-30 07:07:19 +02:00
proto_http.c [MEDIUM] introduce task->nice and boot access to statistics 2008-06-30 07:51:00 +02:00
proto_tcp.c [BUG] fix truncated responses with sepoll 2008-01-18 17:20:13 +01:00
proto_uxst.c [MEDIUM] introduce task->nice and boot access to statistics 2008-06-30 07:51:00 +02:00
protocols.c [MINOR] add a generic unbind_all_listeners() primitive 2007-11-04 22:42:49 +01:00
proxy.c [MAJOR] use an ebtree instead of a list for the run queue 2008-06-29 22:40:23 +02:00
queue.c [BUG] fix the dequeuing logic to ensure that all requests get served 2008-06-20 15:08:06 +02:00
rbtree.c
regex.c [CLEANUP] shut warnings 'is*' macros from ctype.h on solaris 2007-06-17 21:51:38 +02:00
senddata.c [MEDIUM] moved stats and buffer generic functions to new files 2007-10-18 14:12:21 +02:00
server.c [MEDIUM]: rework checks handling 2008-01-22 11:29:06 +01:00
session.c [BUG] fix the dequeuing logic to ensure that all requests get served 2008-06-20 15:08:06 +02:00
sessionhash.c [BUG] fix segfault on exit in new appsession code 2007-10-15 20:08:16 +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] detect streaming buffers and tag them as such 2008-05-25 10:41:12 +02:00
task.c [MEDIUM] introduce task->nice and boot access to statistics 2008-06-30 07:51:00 +02:00
time.c [MINOR] introduce now_ms, the current date in milliseconds 2008-06-29 13:47:25 +02:00
uri_auth.c [MINOR] report haproxy's version by default on the stats page 2007-10-15 10:05:11 +02:00