1. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  2. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  3. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  4. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  5. bb23883 MINOR: task: permanently flag tasklets waking themselves up by Willy Tarreau · 4 years, 5 months ago
  6. a62917b MEDIUM: tasks: implement 3 different tasklet classes with their own queues by Willy Tarreau · 4 years, 5 months ago
  7. dd0e89a BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing by Willy Tarreau · 4 years, 7 months ago
  8. 8cdc167 BUG/MEDIUM: task: make tasklets either local or shared but not both at once by Willy Tarreau · 4 years, 9 months ago
  9. 0691046 MEDIUM: task: Split the tasklet list into two lists. by Olivier Houchard · 4 years, 9 months ago
  10. d022e9c MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff by Willy Tarreau · 4 years, 10 months ago
  11. ff1e9f3 MEDIUM: tasklets: Make the tasklet list a struct mt_list. by Olivier Houchard · 4 years, 10 months ago
  12. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  13. 247a8b1 CLEANUP: task: move the cpu_time field to the task-only part by Willy Tarreau · 5 years ago
  14. 64e6012 MINOR: task: introduce work lists by Willy Tarreau · 5 years ago
  15. 9634e86 CLEANUP: task: move the task_per_thread definition to task.h by Willy Tarreau · 5 years ago
  16. 13afcb7 BUG/MINOR: task: fix possibly missed event in inter-thread wakeups by Willy Tarreau · 5 years ago
  17. 9efd745 MEDIUM: tasks: collect per-task CPU time and latency by Willy Tarreau · 6 years ago
  18. 76e4518 MINOR: tasks: Add a flag that tells if we're in the global runqueue. by Olivier Houchard · 6 years ago
  19. f0cea1e MINOR: tasks: extend the state bits from 8 to 16 and remove the reason by Willy Tarreau · 6 years ago
  20. b0bdae7 MAJOR: tasks: Introduce tasklets. by Olivier Houchard · 6 years ago
  21. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  22. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  23. 8d38805 MAJOR: task: make use of the scope-aware ebtree functions by Willy Tarreau · 7 years ago
  24. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · 7 years ago
  25. 738a6d7 MEDIUM: threads/tasks: Add lock around notifications by Thierry FOURNIER · 7 years ago
  26. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · 7 years ago
  27. d697596 MINOR: tasks: Move Lua notification from Lua to tasks by Thierry FOURNIER · 7 years ago
  28. 0194897 MAJOR: task: task scheduler rework. by Emeric Brun · 7 years ago
  29. 05efc0f DIET/MINOR: task: reduce struct task size by 8 bytes by Willy Tarreau · 11 years ago
  30. 24f4efa [MEDIUM] signals: add support for registering functions and tasks by Willy Tarreau · 14 years ago
  31. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
  32. 3884cba [MINOR] show sess: report number of calls to each task by Willy Tarreau · 15 years ago
  33. d0a201b [CLEANUP] task: distinguish between clock ticks and timers by Willy Tarreau · 15 years ago
  34. 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · 15 years ago
  35. 4726f53 [OPTIM] task: don't unlink a task from a wait queue when waking it up by Willy Tarreau · 15 years ago
  36. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · 16 years ago
  37. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  38. 91e9993 [MEDIUM] introduce task->nice and boot access to statistics by Willy Tarreau · 16 years ago
  39. 58b458d [MAJOR] use an ebtree instead of a list for the run queue by Willy Tarreau · 16 years ago
  40. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · 16 years ago
  41. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · 17 years ago
  42. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  43. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · 17 years ago
  44. 964c936 [MAJOR] replace the wait-queue linked list with an rbtree. by Willy Tarreau · 18 years ago
  45. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  46. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago