1. a9c0252 BUG/MEDIUM: threads: fix thread_release() at the end of the rendez-vous point by Willy Tarreau · 6 years ago
  2. 647c70b MINOR: threads: remove the previous synchronization point by Willy Tarreau · 6 years ago
  3. ab657ce BUG/MEDIUM: threads: fix the no-thread case after the change to the sync point by Willy Tarreau · 6 years ago
  4. 60b639c MEDIUM: hathreads: implement a more flexible rendez-vous point by Willy Tarreau · 6 years ago
  5. 0c026f4 MINOR: threads: add more consistency between certain variables in no-thread case by Willy Tarreau · 6 years ago
  6. 0ccd322 MINOR: threads: move "nbthread" parsing to hathreads.c by Willy Tarreau · 6 years ago
  7. 3e12304 BUG/MINOR: threads: Handle nbthread == MAX_THREADS. by Olivier Houchard · 6 years ago
  8. 3ea2490 BUG/MEDIUM: threads/sync: use sched_yield when available by Willy Tarreau · 6 years ago
  9. ddb6c16 BUG/MEDIUM: threads: Fix the exit condition of the thread barrier by Christopher Faulet · 6 years ago
  10. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · 6 years ago
  11. 148b16e BUG/MEDIUM: threads: Fix the sync point for more than 32 threads by Christopher Faulet · 6 years ago
  12. e96e61c BUILD/MINOR: threads: always export thread_sync_io_handler() by Willy Tarreau · 6 years ago
  13. 4037a3f MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" by Willy Tarreau · 6 years ago
  14. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · 6 years ago
  15. c20d737 BUG/MINOR: threads: always set an owner to the thread_sync pipe by Willy Tarreau · 6 years ago
  16. 81991d3 BUG/MAJOR: thread: Be sure to request a sync between threads only once at a time by Christopher Faulet · 7 years ago
  17. e9a896e BUG/MINOR: threads: tid_bit must be a unsigned long by Christopher Faulet · 7 years ago
  18. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  19. 6dbd3e9 BUG/MEDIUM: threads: don't try to free build option message on exit by Willy Tarreau · 7 years ago
  20. 0493149 MINOR: thread: report multi-thread support in haproxy -vv by Willy Tarreau · 7 years ago
  21. 209d02a WIP: SQUASH WITH SYNC POINT by Christopher Faulet · 7 years ago
  22. 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · 7 years ago
  23. 339fff8 MEDIUM: threads: Adds a set of functions to handle sync-point by Christopher Faulet · 7 years ago
  24. 1a2b56e MEDIUM: threads: Add hathreads header file by Christopher Faulet · 7 years ago