1. 3212a2c BUG/MEDIUM: Threads: Only use the gcc >= 4.7 builtins when using gcc >= 4.7. by Olivier Houchard · Mon Apr 15 21:14:25 2019 +0200
  2. d0c3b88 MINOR: threads: Add macros to do atomic operation with no memory barrier. by Olivier Houchard · Thu Mar 07 18:55:31 2019 +0100
  3. 1135379 MEDIUM: threads: Use __ATOMIC_SEQ_CST when using the newer atomic API. by Olivier Houchard · Thu Mar 07 18:48:22 2019 +0100
  4. 9abcf6e MINOR: threads: Implement __ha_barrier_atomic*. by Olivier Houchard · Thu Mar 07 18:45:00 2019 +0100
  5. 01abd02 BUG/MEDIUM: listener: use a self-locked list for the dequeue lists by Willy Tarreau · Thu Feb 28 10:27:18 2019 +0100
  6. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · Sat Jan 26 14:27:06 2019 +0100
  7. 4ddf59d MEDIUM: 51d: Enabled multi threaded operation in the 51Degrees module. by Ben51Degrees · Tue Feb 05 13:24:00 2019 +0000
  8. da9e939 CLEANUP: threads: fix misleading comment about all_threads_mask by Willy Tarreau · Sat Feb 02 17:03:41 2019 +0100
  9. f5809cd MINOR: threads: make MAX_THREADS configurable at build time by Willy Tarreau · Sat Jan 26 13:35:03 2019 +0100
  10. 90fa97b MINOR: threads: add new macros to declare self-initializing locks by Willy Tarreau · Sun Nov 25 19:46:08 2018 +0100
  11. a8ae77d MINOR: thread: provide a set of lock initialisers by Willy Tarreau · Sun Nov 25 19:28:23 2018 +0100
  12. 34d4b52 BUG/MEDIUM: auth/threads: use of crypt() is not thread-safe by Willy Tarreau · Mon Oct 29 18:02:54 2018 +0100
  13. 2325d8a BUG/MINOR: threads: move declaration of capabilities to config.h by Willy Tarreau · Wed Oct 10 18:29:23 2018 +0200
  14. 9378df8 MINOR: thread: implement HA_ATOMIC_XADD() by Willy Tarreau · Wed Sep 05 16:11:03 2018 +0200
  15. 259e473 BUG/MINOR: threads: Remove the unexisting lock label "UPDATED_SERVERS_LOCK" by Christopher Faulet · Wed Aug 08 10:32:20 2018 +0200
  16. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · Thu Aug 02 15:56:36 2018 +0200
  17. 647c70b MINOR: threads: remove the previous synchronization point by Willy Tarreau · Thu Aug 02 11:01:05 2018 +0200
  18. 60b639c MEDIUM: hathreads: implement a more flexible rendez-vous point by Willy Tarreau · Thu Aug 02 10:16:17 2018 +0200
  19. 0c026f4 MINOR: threads: add more consistency between certain variables in no-thread case by Willy Tarreau · Wed Aug 01 19:12:20 2018 +0200
  20. 0ccd322 MINOR: threads: move "nbthread" parsing to hathreads.c by Willy Tarreau · Mon Jul 30 10:34:35 2018 +0200
  21. 3e12304 BUG/MINOR: threads: Handle nbthread == MAX_THREADS. by Olivier Houchard · Fri Jul 27 17:06:59 2018 +0200
  22. 3201e4e MEDIUM: queue: get rid of the pendconn lock by Willy Tarreau · Thu Jul 26 08:23:24 2018 +0200
  23. ddb6c16 BUG/MEDIUM: threads: Fix the exit condition of the thread barrier by Christopher Faulet · Fri Jul 20 09:31:53 2018 +0200
  24. 6e1796e BUG/MINOR: signals: ha_sigmask macro for multithreading by William Lallemand · Thu Jun 07 11:23:40 2018 +0200
  25. 0cd82e8 BUG/BUILD: threads: unbreak build without threads by Willy Tarreau · Wed May 23 19:54:43 2018 +0200
  26. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · Wed Apr 25 16:58:25 2018 +0200
  27. 48aa13f BUG/MEDIUM: threads: Fix the max/min calculation because of name clashes by Christopher Faulet · Mon Apr 09 08:45:43 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. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · Wed Mar 14 16:18:06 2018 +0100
  30. 16f45c8 BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe by Christopher Faulet · Fri Feb 16 11:23:49 2018 +0100
  31. 41ccb19 BUG/MEDIUM: threads: fix the double CAS implementation for ARMv7 by Willy Tarreau · Wed Feb 14 14:16:28 2018 +0100
  32. 4815c8c MAJOR: fd/threads: Make the fdcache mostly lockless. by Olivier Houchard · Wed Jan 24 18:17:56 2018 +0100
  33. 5266b3e MINOR: threads: add test and set/reset operations by Willy Tarreau · Thu Jan 25 17:43:58 2018 +0100
  34. f61f0cb MINOR: threads: Introduce double-width CAS on x86_64 and arm. by Olivier Houchard · Thu Dec 21 17:13:05 2017 +0100
  35. f51bac2 BUG/MINOR: threads: Update labels array because of changes in lock_label enum by Christopher Faulet · Tue Jan 30 11:04:29 2018 +0100
  36. 82b37d7 MEDIUM: fd: use atomic ops for hap_fd_{clr,set} and remove poll_lock by Willy Tarreau · Thu Jan 25 16:59:09 2018 +0100
  37. f2b5c99 CLEANUP: fd/threads: remove the now unused fdtab_lock by Willy Tarreau · Mon Jan 29 15:24:37 2018 +0100
  38. 1605c7a BUG/MEDIUM: threads/mworker: fix a race on startup by Willy Tarreau · Tue Jan 23 19:01:49 2018 +0100
  39. 421f02e MINOR: threads: add a MAX_THREADS define instead of LONGBITS by Willy Tarreau · Sat Jan 20 18:19:22 2018 +0100
  40. ec5e845 BUILD/MINOR: ancient gcc versions atomic fix by David Carlier · Thu Jan 11 14:20:43 2018 +0000
  41. 1a69af6 MINOR: hathreads: add support for gcc < 4.7 by Willy Tarreau · Thu Jan 04 18:49:31 2018 +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. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · Mon Nov 13 10:34:01 2017 +0100
  44. d8b3b65 BUG/MEDIUM: splice/threads: pipe reuse list was not protected. by Emeric Brun · Tue Nov 07 11:19:48 2017 +0100
  45. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  46. 88ac59b MINOR: threads: use faster locks for the spin locks by Willy Tarreau · Mon Nov 06 01:03:26 2017 +0100
  47. 7c2a2ad BUG/MINOR: thread: fix a typo in the debug code by Willy Tarreau · Thu Nov 02 16:26:02 2017 +0100
  48. b29dc95 MINOR: threads: add a portable barrier for threads and non-threads by Willy Tarreau · Tue Oct 31 18:00:20 2017 +0100
  49. c2a89a6 MINOR: threads/mailers: Add a lock to protect queues of email alerts by Christopher Faulet · Mon Oct 23 15:54:24 2017 +0200
  50. cfda847 MINOR: threads/checks: Add a lock to protect the pid list used by external checks by Christopher Faulet · Fri Oct 20 15:40:23 2017 +0200
  51. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · Wed Oct 04 16:17:58 2017 +0200
  52. 24289f2 MEDIUM: thread/spoe: Make the SPOE thread-safe by Christopher Faulet · Mon Sep 25 14:48:02 2017 +0200
  53. 738a6d7 MEDIUM: threads/tasks: Add lock around notifications by Thierry FOURNIER · Mon Jul 17 00:14:07 2017 +0200
  54. 61ba0e2 MEDIUM: threads/lua: Add locks around the Lua execution parts. by Thierry FOURNIER · Wed Jul 12 11:41:21 2017 +0200
  55. 8ca3b4b MEDIUM: threads/compression: Make HTTP compression thread-safe by Christopher Faulet · Tue Jul 25 11:07:15 2017 +0200
  56. e95f2c3 MEDIUM: thread/vars: Make vars thread-safe by Christopher Faulet · Mon Jul 24 16:30:34 2017 +0200
  57. b5997f7 MAJOR: threads/map: Make acls/maps thread safe by Emeric Brun · Mon Jul 03 11:34:05 2017 +0200
  58. 821bb9b MAJOR: threads/ssl: Make SSL part thread-safe by Emeric Brun · Thu Jun 15 16:37:39 2017 +0200
  59. 6b35e9b MEDIUM: threads/stream: Make streams list thread safe by Emeric Brun · Fri Jun 30 16:23:45 2017 +0200
  60. a1dd243 MAJOR: threads/buffer: Make buffer wait queue thread safe by Emeric Brun · Wed Jun 21 15:42:52 2017 +0200
  61. 80527f5 MAJOR: threads/peers: Make peers thread safe by Emeric Brun · Mon Jun 19 17:46:37 2017 +0200
  62. 1138fd0 MAJOR: threads/applet: Handle multithreading for applets by Emeric Brun · Mon Jun 19 12:38:55 2017 +0200
  63. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · Tue Jun 13 19:37:32 2017 +0200
  64. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · Fri Jun 09 14:17:53 2017 +0200
  65. 5d42e09 MINOR: threads/server: Add a lock to deal with insert in updates_servers list by Christopher Faulet · Mon Oct 16 12:00:40 2017 +0200
  66. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · Thu Jun 08 14:04:45 2017 +0200
  67. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · Fri Jun 02 15:33:24 2017 +0200
  68. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · Tue May 30 15:36:50 2017 +0200
  69. b79a94c MEDIUM: threads/signal: Add a lock to make signals thread-safe by Christopher Faulet · Tue May 30 15:34:30 2017 +0200
  70. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  71. d4604ad MAJOR: threads/fd: Make fd stuffs thread-safe by Christopher Faulet · Mon May 29 10:40:41 2017 +0200
  72. b349e48 MEDIUM: threads/pool: Make pool thread-safe by locking all access to a pool by Christopher Faulet · Tue Aug 29 09:52:38 2017 +0200
  73. 339fff8 MEDIUM: threads: Adds a set of functions to handle sync-point by Christopher Faulet · Thu Oct 19 11:59:15 2017 +0200
  74. 1a2b56e MEDIUM: threads: Add hathreads header file by Christopher Faulet · Thu Oct 12 16:09:09 2017 +0200