1. 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · 15 years ago
  2. 4136522 [OPTIM] displace tasks in the wait queue only if absolutely needed by Willy Tarreau · 15 years ago
  3. 4726f53 [OPTIM] task: don't unlink a task from a wait queue when waking it up by Willy Tarreau · 15 years ago
  4. 1b8ca66 [BUG] task: fix handling of duplicate keys by Willy Tarreau · 15 years ago
  5. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · 16 years ago
  6. 4df8206 [OPTIM] reduce the number of calls to task_wakeup() by Willy Tarreau · 16 years ago
  7. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  8. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  9. ce44f12 [OPTIM] task_queue: assume most consecutive timers are equal by Willy Tarreau · 16 years ago
  10. 91e9993 [MEDIUM] introduce task->nice and boot access to statistics by Willy Tarreau · 16 years ago
  11. 58b458d [MAJOR] use an ebtree instead of a list for the run queue by Willy Tarreau · 16 years ago
  12. af754fc [OPTIM] shrink wake_expired_tasks() by using task_wakeup() by Willy Tarreau · 16 years ago
  13. 28c41a4 [MEDIUM] rework the wait queue mechanism by Willy Tarreau · 16 years ago
  14. e62bdd4 [BUG] wqueue: perform proper timeout comparisons with wrapping values by Willy Tarreau · 16 years ago
  15. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · 16 years ago
  16. 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · 16 years ago
  17. 315bff5 Merge branch 'pools' into merge-pools by Willy Tarreau · 17 years ago
  18. 1209033 [MINOR] disable useless hint in wake_expired_tasks by Willy Tarreau · 17 years ago
  19. fbfc053 [BUG] fix buggy timeout computation in wake_expired_tasks by Willy Tarreau · 17 years ago
  20. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · 17 years ago
  21. c64e539 [MINOR] avoid inlining in task.c by Willy Tarreau · 17 years ago
  22. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  23. 7317eb5 [MAJOR] fixed some expiration dates on tasks by Willy Tarreau · 17 years ago
  24. e33aece [MINOR] uninline task_wakeup by Willy Tarreau · 17 years ago
  25. 42aae5c [MEDIUM] many cleanups in the time functions by Willy Tarreau · 17 years ago
  26. a6a6a93 [MAJOR] changed TV_ETERNITY to ~0 instead of 0 by Willy Tarreau · 17 years ago
  27. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · 17 years ago
  28. 5e8f066 [MINOR] slightly optimize time calculation for rbtree by Willy Tarreau · 17 years ago
  29. b1b8272 [MINOR] uninline rb_insert_task_queue() by Willy Tarreau · 17 years ago
  30. 964c936 [MAJOR] replace the wait-queue linked list with an rbtree. by Willy Tarreau · 17 years ago
  31. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  32. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago