1. 9a1f573 MEDIUM: threads: add thread_sync_release() to synchronize steps by Willy Tarreau · 5 years ago
  2. 31cba0d MINOR: threads: avoid clearing harmless twice in thread_release() by Willy Tarreau · 5 years ago
  3. 2beaaf7 MINOR: threads: implement ha_tkill() and ha_tkillall() by Willy Tarreau · 5 years ago
  4. 05ed14c CLEANUP: threads: really move thread_info to hathreads.c by Willy Tarreau · 5 years ago
  5. 8323a37 MINOR: threads: add a thread-local thread_info pointer "ti" by Willy Tarreau · 5 years ago
  6. 5a6e224 REORG: threads: move the struct thread_info from global.h to hathreads.h by Willy Tarreau · 5 years ago
  7. 38171da MINOR: thread: implement ha_thread_relax() by Willy Tarreau · 5 years ago
  8. 46453d3 MINOR: threads: Implement thread_cpus_enabled() for FreeBSD. by Olivier Houchard · 5 years ago
  9. b23a61f MEDIUM: threads: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  10. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · 5 years ago
  11. fc64736 CLEANUP: threads: use nbits to calculate the thread mask by Willy Tarreau · 5 years ago
  12. f5809cd MINOR: threads: make MAX_THREADS configurable at build time by Willy Tarreau · 5 years ago
  13. 8459f25 BUILD: thread: properly report multi-thread support by Willy Tarreau · 6 years ago
  14. 8071338 MINOR: initcall: apply initcall to all register_build_opts() calls by Willy Tarreau · 6 years ago
  15. a8ae77d MINOR: thread: provide a set of lock initialisers by Willy Tarreau · 6 years ago
  16. a9c0252 BUG/MEDIUM: threads: fix thread_release() at the end of the rendez-vous point by Willy Tarreau · 6 years ago
  17. 647c70b MINOR: threads: remove the previous synchronization point by Willy Tarreau · 6 years ago
  18. ab657ce BUG/MEDIUM: threads: fix the no-thread case after the change to the sync point by Willy Tarreau · 6 years ago
  19. 60b639c MEDIUM: hathreads: implement a more flexible rendez-vous point by Willy Tarreau · 6 years ago
  20. 0c026f4 MINOR: threads: add more consistency between certain variables in no-thread case by Willy Tarreau · 6 years ago
  21. 0ccd322 MINOR: threads: move "nbthread" parsing to hathreads.c by Willy Tarreau · 6 years ago
  22. 3e12304 BUG/MINOR: threads: Handle nbthread == MAX_THREADS. by Olivier Houchard · 6 years ago
  23. 3ea2490 BUG/MEDIUM: threads/sync: use sched_yield when available by Willy Tarreau · 6 years ago
  24. ddb6c16 BUG/MEDIUM: threads: Fix the exit condition of the thread barrier by Christopher Faulet · 6 years ago
  25. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · 6 years ago
  26. 148b16e BUG/MEDIUM: threads: Fix the sync point for more than 32 threads by Christopher Faulet · 6 years ago
  27. e96e61c BUILD/MINOR: threads: always export thread_sync_io_handler() by Willy Tarreau · 6 years ago
  28. 4037a3f MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" by Willy Tarreau · 6 years ago
  29. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · 6 years ago
  30. c20d737 BUG/MINOR: threads: always set an owner to the thread_sync pipe by Willy Tarreau · 6 years ago
  31. 81991d3 BUG/MAJOR: thread: Be sure to request a sync between threads only once at a time by Christopher Faulet · 7 years ago
  32. e9a896e BUG/MINOR: threads: tid_bit must be a unsigned long by Christopher Faulet · 7 years ago
  33. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  34. 6dbd3e9 BUG/MEDIUM: threads: don't try to free build option message on exit by Willy Tarreau · 7 years ago
  35. 0493149 MINOR: thread: report multi-thread support in haproxy -vv by Willy Tarreau · 7 years ago
  36. 209d02a WIP: SQUASH WITH SYNC POINT by Christopher Faulet · 7 years ago
  37. 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · 7 years ago
  38. 339fff8 MEDIUM: threads: Adds a set of functions to handle sync-point by Christopher Faulet · 7 years ago
  39. 1a2b56e MEDIUM: threads: Add hathreads header file by Christopher Faulet · 7 years ago