1. ecef410 BUG/MINOR: init: properly detect NUMA bindings on large systems by Willy Tarreau · 1 year, 4 months ago
  2. 11bd6f7 BUILD: thread: include log.h from thread.c by Willy Tarreau · 3 years, 2 months ago
  3. 4c9efde MINOR: thread: implement the detection of forced cpu affinity by Amaury Denoyelle · 3 years, 3 months ago
  4. 76b4419 MINOR: threads: Only consider running threads to end a thread harmeless period by Christopher Faulet · 3 years, 3 months ago
  5. 56c3b8b MINOR: threads: mark all_threads_mask as read_mostly by Willy Tarreau · 3 years, 3 months ago
  6. a9a9e9a BUG/MEDIUM: thread: Fix a deadlock if an isolated thread is marked as harmless by Christopher Faulet · 3 years, 3 months ago
  7. 6a90601 BUG/MINOR: threads: Fixes the number of possible cpus report for Mac. by David CARLIER · 3 years, 6 months ago
  8. 3d18498 CLEANUP: threads: don't register an initcall when not debugging by Willy Tarreau · 3 years, 9 months ago
  9. f734ebf BUILD: threads: better workaround for late loading of libgcc_s by Willy Tarreau · 3 years, 10 months ago
  10. 06a1806 BUILD: thread: limit the libgcc_s workaround to glibc only by Willy Tarreau · 3 years, 10 months ago
  11. 77b9822 BUG/MINOR: threads: work around a libgcc_s issue with chrooting by Willy Tarreau · 3 years, 10 months ago
  12. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  13. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  14. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago[Renamed (98%) from src/hathreads.c]
  18. a92c5ce BUILD/MEDIUM: threads: rename thread_info struct to ha_thread_info by David Carlier · 4 years, 10 months ago
  19. 9a1f573 MEDIUM: threads: add thread_sync_release() to synchronize steps by Willy Tarreau · 5 years ago
  20. 31cba0d MINOR: threads: avoid clearing harmless twice in thread_release() by Willy Tarreau · 5 years ago
  21. 2beaaf7 MINOR: threads: implement ha_tkill() and ha_tkillall() by Willy Tarreau · 5 years ago
  22. 05ed14c CLEANUP: threads: really move thread_info to hathreads.c by Willy Tarreau · 5 years ago
  23. 8323a37 MINOR: threads: add a thread-local thread_info pointer "ti" by Willy Tarreau · 5 years ago
  24. 5a6e224 REORG: threads: move the struct thread_info from global.h to hathreads.h by Willy Tarreau · 5 years ago
  25. 38171da MINOR: thread: implement ha_thread_relax() by Willy Tarreau · 5 years ago
  26. 46453d3 MINOR: threads: Implement thread_cpus_enabled() for FreeBSD. by Olivier Houchard · 5 years ago
  27. b23a61f MEDIUM: threads: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  28. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · 5 years ago
  29. fc64736 CLEANUP: threads: use nbits to calculate the thread mask by Willy Tarreau · 5 years ago
  30. f5809cd MINOR: threads: make MAX_THREADS configurable at build time by Willy Tarreau · 5 years ago
  31. 8459f25 BUILD: thread: properly report multi-thread support by Willy Tarreau · 6 years ago
  32. 8071338 MINOR: initcall: apply initcall to all register_build_opts() calls by Willy Tarreau · 6 years ago
  33. a8ae77d MINOR: thread: provide a set of lock initialisers by Willy Tarreau · 6 years ago
  34. a9c0252 BUG/MEDIUM: threads: fix thread_release() at the end of the rendez-vous point by Willy Tarreau · 6 years ago
  35. 647c70b MINOR: threads: remove the previous synchronization point by Willy Tarreau · 6 years ago
  36. ab657ce BUG/MEDIUM: threads: fix the no-thread case after the change to the sync point by Willy Tarreau · 6 years ago
  37. 60b639c MEDIUM: hathreads: implement a more flexible rendez-vous point by Willy Tarreau · 6 years ago
  38. 0c026f4 MINOR: threads: add more consistency between certain variables in no-thread case by Willy Tarreau · 6 years ago
  39. 0ccd322 MINOR: threads: move "nbthread" parsing to hathreads.c by Willy Tarreau · 6 years ago
  40. 3e12304 BUG/MINOR: threads: Handle nbthread == MAX_THREADS. by Olivier Houchard · 6 years ago
  41. 3ea2490 BUG/MEDIUM: threads/sync: use sched_yield when available by Willy Tarreau · 6 years ago
  42. ddb6c16 BUG/MEDIUM: threads: Fix the exit condition of the thread barrier by Christopher Faulet · 6 years ago
  43. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · 6 years ago
  44. 148b16e BUG/MEDIUM: threads: Fix the sync point for more than 32 threads by Christopher Faulet · 6 years ago
  45. e96e61c BUILD/MINOR: threads: always export thread_sync_io_handler() by Willy Tarreau · 6 years ago
  46. 4037a3f MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" by Willy Tarreau · 6 years ago
  47. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · 6 years ago
  48. c20d737 BUG/MINOR: threads: always set an owner to the thread_sync pipe by Willy Tarreau · 6 years ago
  49. 81991d3 BUG/MAJOR: thread: Be sure to request a sync between threads only once at a time by Christopher Faulet · 7 years ago
  50. e9a896e BUG/MINOR: threads: tid_bit must be a unsigned long by Christopher Faulet · 7 years ago
  51. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  52. 6dbd3e9 BUG/MEDIUM: threads: don't try to free build option message on exit by Willy Tarreau · 7 years ago
  53. 0493149 MINOR: thread: report multi-thread support in haproxy -vv by Willy Tarreau · 7 years ago
  54. 209d02a WIP: SQUASH WITH SYNC POINT by Christopher Faulet · 7 years ago
  55. 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · 7 years ago
  56. 339fff8 MEDIUM: threads: Adds a set of functions to handle sync-point by Christopher Faulet · 7 years ago
  57. 1a2b56e MEDIUM: threads: Add hathreads header file by Christopher Faulet · 7 years ago