1. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  2. 3911ee8 MINOR: tasks: Use a bitfield to track tasks activity per-thread by Christopher Faulet · Tue Nov 14 10:26:53 2017 +0100
  3. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · Mon Nov 13 10:34:01 2017 +0100
  4. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  5. 8d38805 MAJOR: task: make use of the scope-aware ebtree functions by Willy Tarreau · Sun Nov 05 13:34:20 2017 +0100
  6. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · Tue Oct 31 16:06:06 2017 +0100
  7. 738a6d7 MEDIUM: threads/tasks: Add lock around notifications by Thierry FOURNIER · Mon Jul 17 00:14:07 2017 +0200
  8. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  9. d697596 MINOR: tasks: Move Lua notification from Lua to tasks by Thierry FOURNIER · Wed Jul 12 14:31:10 2017 +0200
  10. f421999 MINOR: task: always preinitialize the task's timeout in task_init() by Willy Tarreau · Mon Jul 24 17:52:58 2017 +0200
  11. 0194897 MAJOR: task: task scheduler rework. by Emeric Brun · Thu Mar 30 15:37:25 2017 +0200
  12. 34c5cc9 MINOR: task: Rename run_queue and run_queue_cur counters by Christopher Faulet · Tue Dec 06 09:15:30 2016 +0100
  13. 9cf7c4b MAJOR: poll: only rely on wake_expired_tasks() to compute the wait delay by Thierry FOURNIER · Mon Dec 15 13:26:01 2014 +0100
  14. 501260b MEDIUM: task: always ensure that the run queue is consistent by Willy Tarreau · Mon Feb 23 16:07:01 2015 +0100
  15. eb11889 MINOR: task: release the task pool when stopping by Willy Tarreau · Thu Nov 13 16:57:19 2014 +0100
  16. 918ff60 [MAJOR] proxy: finally get rid of maintain_proxies() by Willy Tarreau · Mon Jul 25 16:33:49 2011 +0200
  17. 26e4881 [MINOR] task: new function task_schedule() to schedule a wake up by Willy Tarreau · Mon Jul 25 14:30:42 2011 +0200
  18. 24f4efa [MEDIUM] signals: add support for registering functions and tasks by Willy Tarreau · Fri Aug 27 17:56:48 2010 +0200
  19. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · Mon Oct 26 21:10:04 2009 +0100
  20. 3884cba [MINOR] show sess: report number of calls to each task by Willy Tarreau · Sat Mar 28 17:54:35 2009 +0100
  21. c7bdf09 [MINOR] stats: report number of tasks (active and running) by Willy Tarreau · Sat Mar 21 18:33:52 2009 +0100
  22. a461318 [MINOR] task: keep a task count and clean up task creators by Willy Tarreau · Sat Mar 21 18:13:21 2009 +0100
  23. 26ca34e [BUG] scheduler: fix improper handling of duplicates __task_queue() by Willy Tarreau · Sat Mar 21 12:51:40 2009 +0100
  24. e35c94a [MEDIUM] scheduler: get rid of the 4 trees thanks and use ebtree v4.1 by Willy Tarreau · Sat Mar 21 10:01:42 2009 +0100
  25. 531cf0c [OPTIM] task: reduce the number of calls to task_queue() by Willy Tarreau · Sun Mar 08 16:35:27 2009 +0100
  26. d0a201b [CLEANUP] task: distinguish between clock ticks and timers by Willy Tarreau · Sun Mar 08 15:53:06 2009 +0100
  27. 4726f53 [OPTIM] task: don't unlink a task from a wait queue when waking it up by Willy Tarreau · Sat Mar 07 17:25:21 2009 +0100
  28. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · Fri Aug 29 18:19:04 2008 +0200
  29. 4df8206 [OPTIM] reduce the number of calls to task_wakeup() by Willy Tarreau · Fri Aug 29 15:26:14 2008 +0200
  30. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  31. ce44f12 [OPTIM] task_queue: assume most consecutive timers are equal by Willy Tarreau · Sat Jul 05 18:16:19 2008 +0200
  32. 91e9993 [MEDIUM] introduce task->nice and boot access to statistics by Willy Tarreau · Mon Jun 30 07:51:00 2008 +0200
  33. 58b458d [MAJOR] use an ebtree instead of a list for the run queue by Willy Tarreau · Sun Jun 29 22:40:23 2008 +0200
  34. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · Tue Jun 24 08:17:16 2008 +0200
  35. 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · Sun Jan 27 02:21:53 2008 +0100
  36. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · Sun May 13 19:43:47 2007 +0200
  37. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · Sat May 12 22:35:00 2007 +0200
  38. e33aece [MINOR] uninline task_wakeup by Willy Tarreau · Mon Apr 30 13:15:14 2007 +0200
  39. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · Sun Apr 29 10:41:56 2007 +0200
  40. 964c936 [MAJOR] replace the wait-queue linked list with an rbtree. by Willy Tarreau · Sun Jan 07 00:38:00 2007 +0100
  41. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · Thu Jun 29 18:54:54 2006 +0200
  42. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · Thu Jun 29 17:53:05 2006 +0200
  43. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · Mon Jun 26 02:48:02 2006 +0200