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