1. f734ebf BUILD: threads: better workaround for late loading of libgcc_s by Willy Tarreau · Wed Sep 09 17:07:54 2020 +0200
  2. 06a1806 BUILD: thread: limit the libgcc_s workaround to glibc only by Willy Tarreau · Wed Sep 02 09:53:47 2020 +0200
  3. 77b9822 BUG/MINOR: threads: work around a libgcc_s issue with chrooting by Willy Tarreau · Wed Sep 02 08:04:35 2020 +0200
  4. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  5. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  6. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  7. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
  8. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  9. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · Thu May 28 15:29:19 2020 +0200[Renamed (98%) from src/hathreads.c]
  10. a92c5ce BUILD/MEDIUM: threads: rename thread_info struct to ha_thread_info by David Carlier · Fri Sep 13 05:03:12 2019 +0100
  11. 9a1f573 MEDIUM: threads: add thread_sync_release() to synchronize steps by Willy Tarreau · Sun Jun 09 12:20:02 2019 +0200
  12. 31cba0d MINOR: threads: avoid clearing harmless twice in thread_release() by Willy Tarreau · Sun Jun 09 08:44:19 2019 +0200
  13. 2beaaf7 MINOR: threads: implement ha_tkill() and ha_tkillall() by Willy Tarreau · Wed May 22 08:43:34 2019 +0200
  14. 05ed14c CLEANUP: threads: really move thread_info to hathreads.c by Willy Tarreau · Wed May 22 06:42:27 2019 +0200
  15. 8323a37 MINOR: threads: add a thread-local thread_info pointer "ti" by Willy Tarreau · Mon May 20 18:57:53 2019 +0200
  16. 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
  17. 38171da MINOR: thread: implement ha_thread_relax() by Willy Tarreau · Fri May 17 16:33:13 2019 +0200
  18. 46453d3 MINOR: threads: Implement thread_cpus_enabled() for FreeBSD. by Olivier Houchard · Thu Apr 11 00:06:47 2019 +0200
  19. b23a61f MEDIUM: threads: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:51:17 2019 +0100
  20. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · Sat Jan 26 14:27:06 2019 +0100
  21. fc64736 CLEANUP: threads: use nbits to calculate the thread mask by Willy Tarreau · Sat Feb 02 17:05:03 2019 +0100
  22. f5809cd MINOR: threads: make MAX_THREADS configurable at build time by Willy Tarreau · Sat Jan 26 13:35:03 2019 +0100
  23. 8459f25 BUILD: thread: properly report multi-thread support by Willy Tarreau · Sat Dec 15 16:48:14 2018 +0100
  24. 8071338 MINOR: initcall: apply initcall to all register_build_opts() calls by Willy Tarreau · Mon Nov 26 10:19:54 2018 +0100
  25. a8ae77d MINOR: thread: provide a set of lock initialisers by Willy Tarreau · Sun Nov 25 19:28:23 2018 +0100
  26. 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
  27. 647c70b MINOR: threads: remove the previous synchronization point by Willy Tarreau · Thu Aug 02 11:01:05 2018 +0200
  28. 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
  29. 60b639c MEDIUM: hathreads: implement a more flexible rendez-vous point by Willy Tarreau · Thu Aug 02 10:16:17 2018 +0200
  30. 0c026f4 MINOR: threads: add more consistency between certain variables in no-thread case by Willy Tarreau · Wed Aug 01 19:12:20 2018 +0200
  31. 0ccd322 MINOR: threads: move "nbthread" parsing to hathreads.c by Willy Tarreau · Mon Jul 30 10:34:35 2018 +0200
  32. 3e12304 BUG/MINOR: threads: Handle nbthread == MAX_THREADS. by Olivier Houchard · Fri Jul 27 17:06:59 2018 +0200
  33. 3ea2490 BUG/MEDIUM: threads/sync: use sched_yield when available by Willy Tarreau · Fri Jul 27 07:47:24 2018 +0200
  34. ddb6c16 BUG/MEDIUM: threads: Fix the exit condition of the thread barrier by Christopher Faulet · Fri Jul 20 09:31:53 2018 +0200
  35. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · Wed Apr 25 16:58:25 2018 +0200
  36. 148b16e BUG/MEDIUM: threads: Fix the sync point for more than 32 threads by Christopher Faulet · Wed May 02 16:58:40 2018 +0200
  37. e96e61c BUILD/MINOR: threads: always export thread_sync_io_handler() by Willy Tarreau · Thu Mar 29 18:54:33 2018 +0200
  38. 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
  39. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · Thu Jan 25 07:22:13 2018 +0100
  40. c20d737 BUG/MINOR: threads: always set an owner to the thread_sync pipe by Willy Tarreau · Thu Jan 25 07:28:37 2018 +0100
  41. 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
  42. e9a896e BUG/MINOR: threads: tid_bit must be a unsigned long by Christopher Faulet · Tue Nov 14 10:16:04 2017 +0100
  43. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  44. 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
  45. 0493149 MINOR: thread: report multi-thread support in haproxy -vv by Willy Tarreau · Fri Nov 03 23:39:25 2017 +0100
  46. 209d02a WIP: SQUASH WITH SYNC POINT by Christopher Faulet · Fri Oct 27 23:01:38 2017 +0200
  47. 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
  48. 339fff8 MEDIUM: threads: Adds a set of functions to handle sync-point by Christopher Faulet · Thu Oct 19 11:59:15 2017 +0200
  49. 1a2b56e MEDIUM: threads: Add hathreads header file by Christopher Faulet · Thu Oct 12 16:09:09 2017 +0200