1. 918ff60 [MAJOR] proxy: finally get rid of maintain_proxies() by Willy Tarreau · 13 years ago
  2. 26e4881 [MINOR] task: new function task_schedule() to schedule a wake up by Willy Tarreau · 13 years ago
  3. 24f4efa [MEDIUM] signals: add support for registering functions and tasks by Willy Tarreau · 14 years ago
  4. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
  5. 3884cba [MINOR] show sess: report number of calls to each task by Willy Tarreau · 15 years ago
  6. c7bdf09 [MINOR] stats: report number of tasks (active and running) by Willy Tarreau · 15 years ago
  7. a461318 [MINOR] task: keep a task count and clean up task creators by Willy Tarreau · 15 years ago
  8. 26ca34e [BUG] scheduler: fix improper handling of duplicates __task_queue() by Willy Tarreau · 15 years ago
  9. e35c94a [MEDIUM] scheduler: get rid of the 4 trees thanks and use ebtree v4.1 by Willy Tarreau · 15 years ago
  10. 531cf0c [OPTIM] task: reduce the number of calls to task_queue() by Willy Tarreau · 15 years ago
  11. d0a201b [CLEANUP] task: distinguish between clock ticks and timers by Willy Tarreau · 15 years ago
  12. 4726f53 [OPTIM] task: don't unlink a task from a wait queue when waking it up by Willy Tarreau · 15 years ago
  13. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · 16 years ago
  14. 4df8206 [OPTIM] reduce the number of calls to task_wakeup() by Willy Tarreau · 16 years ago
  15. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  16. ce44f12 [OPTIM] task_queue: assume most consecutive timers are equal by Willy Tarreau · 16 years ago
  17. 91e9993 [MEDIUM] introduce task->nice and boot access to statistics by Willy Tarreau · 16 years ago
  18. 58b458d [MAJOR] use an ebtree instead of a list for the run queue by Willy Tarreau · 16 years ago
  19. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · 16 years ago
  20. 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · 16 years ago
  21. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · 17 years ago
  22. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  23. e33aece [MINOR] uninline task_wakeup by Willy Tarreau · 17 years ago
  24. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · 17 years ago
  25. 964c936 [MAJOR] replace the wait-queue linked list with an rbtree. by Willy Tarreau · 18 years ago
  26. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  27. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  28. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago