1. 8e97326 BUG/MINOR: polling: fix time reporting when using busy polling by Willy Tarreau · 2 months ago
  2. 58b73f9 MINOR: pollers: only update the local date during busy polling by Willy Tarreau · 2 years, 2 months ago
  3. af985e0 CLEANUP: pollers: remove dead code in the polling loop by Willy Tarreau · 2 years, 2 months ago
  4. eea152e BUG/MINOR: signals/poller: ensure wakeup from signals by Matthias Wirth · 2 years, 3 months ago
  5. 43c891d BUG/MINOR: signals/poller: set the poller timeout to 0 when there are signals by William Lallemand · 2 years, 3 months ago
  6. 2c30de3 BUG/MINOR: epoll: do not actively poll for Rx after an error by Willy Tarreau · 2 years, 3 months ago
  7. 6983426 BUG/MAJOR: poller: drop FD's tgid when masks don't match by Willy Tarreau · 2 years, 4 months ago
  8. f7ebe58 BUILD: debug: Add braces to if statement calling only CHECK_IF() by Christopher Faulet · 2 years, 4 months ago
  9. 1f947cb MAJOR: poller: only touch/inspect the update_mask under tgid protection by Willy Tarreau · 2 years, 5 months ago
  10. d95f18f MAJOR: pollers: rely on fd_reregister_all() at boot time by Willy Tarreau · 2 years, 5 months ago
  11. 3638d17 MEDIUM: fd: make thread_mask now represent group-local IDs by Willy Tarreau · 2 years, 5 months ago
  12. 6d3c501 MEDIUM: fd/poller: turn update_mask to group-local IDs by Willy Tarreau · 2 years, 5 months ago
  13. 6302212 MEDIUM: fd/poller: turn polled_mask to group-local IDs by Willy Tarreau · 2 years, 5 months ago
  14. 35ee710 MEDIUM: fd/poller: make the update-list per-group by Willy Tarreau · 2 years, 5 months ago
  15. b1093c6 MEDIUM: poller: program the update in fd_update_events() for a migrated FD by Willy Tarreau · 2 years, 5 months ago
  16. 0d02377 MEDIUM: epoll: don't synchronously delete migrated FDs by Willy Tarreau · 2 years, 5 months ago
  17. 058b2c1 MINOR: poller: centralize poll return handling by Willy Tarreau · 2 years, 5 months ago
  18. 740d749 BUILD: pollers: use an initcall to register the pollers by Willy Tarreau · 2 years, 7 months ago
  19. 20adfde MINOR: activity: get the run_time from the clock updates by Willy Tarreau · 3 years, 2 months ago
  20. f9d5e10 REORG: clock: move the updates of cpu/mono time to clock.c by Willy Tarreau · 3 years, 2 months ago
  21. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · 3 years, 2 months ago
  22. 6dfab11 REORG: sched: move idle time calculation from time.h to task.h by Willy Tarreau · 3 years, 2 months ago
  23. 88d1c5d MEDIUM: threads: add a stronger thread_isolate_full() call by Willy Tarreau · 3 years, 4 months ago
  24. 200bd50 MEDIUM: fd: rely more on fd_update_events() to detect changes by Willy Tarreau · 3 years, 4 months ago
  25. 53a1618 MINOR: poll/epoll: move detection of RDHUP support earlier by Willy Tarreau · 3 years, 4 months ago
  26. 26d212c MINOR: epoll: move epoll_fd to read_mostly by Willy Tarreau · 3 years, 8 months ago
  27. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  28. 5362bc9 MINOR: fd: move .et_possible into fdtab[].state by Willy Tarreau · 3 years, 8 months ago
  29. 030dae1 MINOR: fd: move .cloned into fdtab[].state by Willy Tarreau · 3 years, 8 months ago
  30. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
  31. 38e8a1c MINOR: debug: add a new DEBUG_FD build option by Willy Tarreau · 4 years, 5 months ago
  32. bc52bec MEDIUM: fd: add experimental support for edge-triggered polling by Willy Tarreau · 4 years, 5 months ago
  33. e406386 MINOR: activity: rename confusing poll_* fields in the output by Willy Tarreau · 4 years, 5 months ago
  34. e545153 MINOR: activity: report the number of times poll() reports I/O by Willy Tarreau · 4 years, 5 months ago
  35. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
  36. 5b9cde4 REORG: include: move THREAD_LOCAL and __decl_thread() to compiler.h by Willy Tarreau · 4 years, 6 months ago
  37. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  38. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  39. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  40. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  41. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · 4 years, 6 months ago
  42. a04ded5 REORG: include: move activity to haproxy/ by Willy Tarreau · 4 years, 6 months ago
  43. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 6 months ago
  44. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 6 months ago
  45. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 6 months ago
  46. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
  47. 3858b12 CLEANUP: remove support for USE_MY_EPOLL by Willy Tarreau · 4 years, 9 months ago
  48. 55c5399 MINOR: epoll: always initialize all of epoll_event to please valgrind by Willy Tarreau · 4 years, 9 months ago
  49. 03e7853 BUILD: remove obsolete support for -mregparm / USE_REGPARM by Willy Tarreau · 4 years, 9 months ago
  50. 902871d CLEANUP: epoll: place the struct epoll_event in the stack by Willy Tarreau · 4 years, 9 months ago
  51. 5d7dcc2 OPTIM: epoll: always poll for recv if neither active nor ready by Willy Tarreau · 5 years ago
  52. 11ef083 MINOR: pollers: add a new flag to indicate pollers reporting ERR & HUP by Willy Tarreau · 5 years ago
  53. 6b30898 MEDIUM: fd: do not use the FD_POLL_* flags in the pollers anymore by Willy Tarreau · 5 years ago
  54. 5bee3e2 MEDIUM: fd: remove the FD_EV_POLLED status bit by Willy Tarreau · 5 years ago
  55. 5305505 MEDIUM: pollers: Remember the state for read and write for each threads. by Olivier Houchard · 5 years ago
  56. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · 5 years ago
  57. 2ae84e4 MEDIUM: poller: separate the wait time from the wake events by Willy Tarreau · 5 years ago
  58. cb6c927 MEDIUM: pollers: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 6 years ago
  59. beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · 6 years ago
  60. 48f8bc1 MINOR: poller: move the call of tv_update_date() back to the pollers by Willy Tarreau · 6 years ago
  61. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · 6 years ago
  62. 7e9c4ae MINOR: poller: move time and date computation out of the pollers by Willy Tarreau · 6 years ago
  63. f37ba94 MINOR: fd: centralize poll timeout computation in compute_poll_timeout() by Willy Tarreau · 6 years ago
  64. 60b639c MEDIUM: hathreads: implement a more flexible rendez-vous point by Willy Tarreau · 6 years ago
  65. cb92f5c MINOR: pollers: move polled_mask outside of struct fdtab. by Olivier Houchard · 7 years ago
  66. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · 7 years ago
  67. 8ef1a6b BUG/MINOR: fd: Don't clear the update_mask in fd_insert. by Olivier Houchard · 7 years ago
  68. 62a627a MEDIUM: poller: use atomic ops to update the fdtab mask by Willy Tarreau · 7 years ago
  69. 038e54c MINOR: epoll: get rid of the now useless fd_compute_new_polled_status() by Willy Tarreau · 7 years ago
  70. 4979592 BUG/MINOR: epoll/threads: only call epoll_ctl(DEL) on polled FDs by Willy Tarreau · 7 years ago
  71. 745c60e CLEANUP: fd: remove the unused "new" field by Willy Tarreau · 7 years ago
  72. ce036bc MINOR: polling: make epoll and kqueue not depend on maxfd anymore by Willy Tarreau · 7 years ago
  73. 3e805ed BUILD: epoll/threads: Add test on MAX_THREADS to avoid warnings when complied without threads by Christopher Faulet · 7 years ago
  74. d9e7e36 BUG/MEDIUM: epoll/threads: use one epoll_fd per thread by Willy Tarreau · 7 years ago
  75. ebc78d7 BUG/MEDIUM: fd: maintain a per-thread update mask by Willy Tarreau · 7 years ago
  76. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 7 years ago
  77. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  78. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · 7 years ago
  79. cd7879a BUG/MEDIUM: threads: Run the poll loop on the main thread too by Christopher Faulet · 7 years ago
  80. 63e2ce6 MINOR: threads/polling: pollers now handle FDs depending on the process mask by Christopher Faulet · 7 years ago
  81. d4604ad MAJOR: threads/fd: Make fd stuffs thread-safe by Christopher Faulet · 7 years ago
  82. ab62f51 MINOR: polling: Use fd_update_events to update events seen for a fd by Christopher Faulet · 7 years ago
  83. 9fab7be BUG/MEDIUM: epoll: ensure we always consider HUP and ERR by Willy Tarreau · 7 years ago
  84. 5a76769 MINOR: fd: add a new flag HAP_POLL_F_RDHUP to struct poller by Willy Tarreau · 8 years ago
  85. 10146c9 CLEANUP: poll: move the conditions for waiting out of the poll functions by Willy Tarreau · 10 years ago
  86. d39ae7d CLEANUP: epoll: epoll_events should be allocated according to global.tune.maxpollevents by Godbach · 10 years ago
  87. 5be2f35 MAJOR: polling: centralize calls to I/O callbacks by Willy Tarreau · 10 years ago
  88. 041751c BUG/MEDIUM: polling: fix possible CPU hogging of worker processes after receiving SIGUSR1. by Conrad Hoffmann · 11 years ago
  89. 25002d2 MINOR: polling: create function fd_compute_new_polled_status() by Willy Tarreau · 11 years ago
  90. e852545 MEDIUM: polling: centralize polled events processing by Willy Tarreau · 11 years ago
  91. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · 11 years ago
  92. 899d957 REORG: polling: rename the cache allocation functions by Willy Tarreau · 11 years ago
  93. 16f649c REORG: polling: rename "fd_spec" to "fd_cache" by Willy Tarreau · 11 years ago
  94. 15a4dec REORG: polling: rename "spec_e" to "state" and "spec_p" to "cache" by Willy Tarreau · 11 years ago
  95. 69a41fa CLEANUP: polling: rename "spec_e" to "state" by Willy Tarreau · 11 years ago
  96. 3ef5af3 BUG: Revert "OPTIM/MEDIUM: epoll: fuse active events into polled ones during polling changes" by Willy Tarreau · 11 years ago
  97. 2f87730 OPTIM/MEDIUM: epoll: fuse active events into polled ones during polling changes by Willy Tarreau · 11 years ago
  98. cf181c9 BUG/MINOR: epoll: use a fix maxevents argument in epoll_wait() by Willy Tarreau · 12 years ago
  99. 1c07b07 OPTIM: epoll: make use of EPOLLRDHUP by Willy Tarreau · 12 years ago
  100. 39ebef8 BUG/MINOR: poll: the I/O handler was called twice for polled I/Os by Willy Tarreau · 12 years ago