1. 58b73f9 MINOR: pollers: only update the local date during busy polling by Willy Tarreau · Wed Sep 21 08:11:38 2022 +0200
  2. af985e0 CLEANUP: pollers: remove dead code in the polling loop by Willy Tarreau · Mon Sep 12 09:35:44 2022 +0200
  3. eea152e BUG/MINOR: signals/poller: ensure wakeup from signals by Matthias Wirth · Fri Sep 09 10:21:00 2022 +0200
  4. 43c891d BUG/MINOR: signals/poller: set the poller timeout to 0 when there are signals by William Lallemand · Thu Sep 08 17:46:31 2022 +0200
  5. 6983426 BUG/MAJOR: poller: drop FD's tgid when masks don't match by Willy Tarreau · Mon Jul 25 15:39:21 2022 +0200
  6. 1f947cb MAJOR: poller: only touch/inspect the update_mask under tgid protection by Willy Tarreau · Sat Jul 09 23:55:43 2022 +0200
  7. d95f18f MAJOR: pollers: rely on fd_reregister_all() at boot time by Willy Tarreau · Sat Jul 09 23:23:50 2022 +0200
  8. 3638d17 MEDIUM: fd: make thread_mask now represent group-local IDs by Willy Tarreau · Thu Jul 07 08:23:03 2022 +0200
  9. 6d3c501 MEDIUM: fd/poller: turn update_mask to group-local IDs by Willy Tarreau · Tue Jul 05 19:21:06 2022 +0200
  10. 6302212 MEDIUM: fd/poller: turn polled_mask to group-local IDs by Willy Tarreau · Wed Jul 06 10:37:31 2022 +0200
  11. 35ee710 MEDIUM: fd/poller: make the update-list per-group by Willy Tarreau · Fri Jul 08 11:33:43 2022 +0200
  12. b1093c6 MEDIUM: poller: program the update in fd_update_events() for a migrated FD by Willy Tarreau · Sat Jul 09 18:55:37 2022 +0200
  13. 058b2c1 MINOR: poller: centralize poll return handling by Willy Tarreau · Wed Jun 22 15:21:34 2022 +0200
  14. 740d749 BUILD: pollers: use an initcall to register the pollers by Willy Tarreau · Mon Apr 25 19:00:55 2022 +0200
  15. 20adfde MINOR: activity: get the run_time from the clock updates by Willy Tarreau · Fri Oct 08 11:34:46 2021 +0200
  16. f9d5e10 REORG: clock: move the updates of cpu/mono time to clock.c by Willy Tarreau · Fri Oct 08 10:43:59 2021 +0200
  17. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · Fri Oct 08 09:33:24 2021 +0200
  18. 6dfab11 REORG: sched: move idle time calculation from time.h to task.h by Willy Tarreau · Thu Sep 30 17:53:22 2021 +0200
  19. 88d1c5d MEDIUM: threads: add a stronger thread_isolate_full() call by Willy Tarreau · Wed Aug 04 11:44:17 2021 +0200
  20. 200bd50 MEDIUM: fd: rely more on fd_update_events() to detect changes by Willy Tarreau · Thu Jul 29 16:57:19 2021 +0200
  21. 79e90b9 BUG/MINOR: pollers: always program an update for migrated FDs by Willy Tarreau · Fri Jul 30 14:18:49 2021 +0200
  22. 8209c9a MINOR: kqueue: move kqueue_fd to read_mostly by Willy Tarreau · Sat Apr 10 17:09:53 2021 +0200
  23. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  24. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  25. 38e8a1c MINOR: debug: add a new DEBUG_FD build option by Willy Tarreau · Tue Jun 23 10:04:54 2020 +0200
  26. e406386 MINOR: activity: rename confusing poll_* fields in the output by Willy Tarreau · Wed Jun 17 20:35:33 2020 +0200
  27. e545153 MINOR: activity: report the number of times poll() reports I/O by Willy Tarreau · Wed Jun 17 20:25:18 2020 +0200
  28. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  29. 5b9cde4 REORG: include: move THREAD_LOCAL and __decl_thread() to compiler.h by Willy Tarreau · Thu Jun 11 08:33:02 2020 +0200
  30. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · Thu Jun 04 17:37:26 2020 +0200
  31. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  32. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
  33. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · Tue Jun 02 18:15:32 2020 +0200
  34. a04ded5 REORG: include: move activity to haproxy/ by Willy Tarreau · Tue Jun 02 10:29:48 2020 +0200
  35. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  36. 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
  37. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  38. 03e7853 BUILD: remove obsolete support for -mregparm / USE_REGPARM by Willy Tarreau · Tue Feb 25 07:38:05 2020 +0100
  39. 11ef083 MINOR: pollers: add a new flag to indicate pollers reporting ERR & HUP by Willy Tarreau · Thu Nov 28 18:17:33 2019 +0100
  40. eaefc3c BUG/MEDIUM: kqueue: Make sure we report read events even when no data. by Olivier Houchard · Tue Dec 10 18:22:55 2019 +0100
  41. 6b30898 MEDIUM: fd: do not use the FD_POLL_* flags in the pollers anymore by Willy Tarreau · Fri Sep 06 19:05:50 2019 +0200
  42. 5bee3e2 MEDIUM: fd: remove the FD_EV_POLLED status bit by Willy Tarreau · Wed Sep 04 09:52:57 2019 +0200
  43. 5305505 MEDIUM: pollers: Remember the state for read and write for each threads. by Olivier Houchard · Thu Jul 25 14:00:18 2019 +0000
  44. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · Wed Jul 24 18:07:06 2019 +0200
  45. 2ae84e4 MEDIUM: poller: separate the wait time from the wake events by Willy Tarreau · Tue May 28 16:44:05 2019 +0200
  46. cb6c927 MEDIUM: pollers: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:49:54 2019 +0100
  47. beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · Thu Nov 22 18:07:59 2018 +0100
  48. 48f8bc1 MINOR: poller: move the call of tv_update_date() back to the pollers by Willy Tarreau · Thu Nov 22 18:57:37 2018 +0100
  49. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · Thu Nov 22 08:31:09 2018 +0100
  50. 7e9c4ae MINOR: poller: move time and date computation out of the pollers by Willy Tarreau · Wed Oct 17 14:31:19 2018 +0200
  51. f37ba94 MINOR: fd: centralize poll timeout computation in compute_poll_timeout() by Willy Tarreau · Wed Oct 17 11:25:54 2018 +0200
  52. 5ab3394 BUG/MAJOR: kqueue: Don't reset the changes number by accident. by Olivier Houchard · Tue Sep 11 14:44:51 2018 +0200
  53. 60b639c MEDIUM: hathreads: implement a more flexible rendez-vous point by Willy Tarreau · Thu Aug 02 10:16:17 2018 +0200
  54. c55b88e BUG/MEDIUM: pollers/kqueue: use incremented position in event list by PiBa-NL · Thu May 10 01:01:28 2018 +0200
  55. cb92f5c MINOR: pollers: move polled_mask outside of struct fdtab. by Olivier Houchard · Thu Apr 26 14:23:07 2018 +0200
  56. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · Wed Apr 25 16:58:25 2018 +0200
  57. ebaba75 BUG/MEDIUM: kqueue: When adding new events, provide an output to get errors. by Olivier Houchard · Mon Apr 16 13:24:48 2018 +0200
  58. 8ef1a6b BUG/MINOR: fd: Don't clear the update_mask in fd_insert. by Olivier Houchard · Tue Apr 03 19:06:18 2018 +0200
  59. 62a627a MEDIUM: poller: use atomic ops to update the fdtab mask by Willy Tarreau · Thu Jan 25 18:06:46 2018 +0100
  60. 7d24fad MINOR: kqueue: get rid of the now useless fd_compute_new_polled_status() by Willy Tarreau · Thu Jan 25 14:57:25 2018 +0100
  61. 745c60e CLEANUP: fd: remove the unused "new" field by Willy Tarreau · Sat Jan 20 23:59:40 2018 +0100
  62. ce036bc MINOR: polling: make epoll and kqueue not depend on maxfd anymore by Willy Tarreau · Mon Jan 29 14:58:02 2018 +0100
  63. 727c89b BUILD: kqueue/threads: Add test on MAX_THREADS to avoid warnings when complied without threads by Christopher Faulet · Thu Jan 25 16:40:35 2018 +0100
  64. 13b007d BUG/MINOR: kqueue/threads: Don't forget to close kqueue_fd[tid] on each thread by Christopher Faulet · Thu Jan 25 16:32:18 2018 +0100
  65. 7a2364d BUG/MEDIUM: kqueue/threads: use one kqueue_fd per thread by Willy Tarreau · Fri Jan 19 08:56:14 2018 +0100
  66. ebc78d7 BUG/MEDIUM: fd: maintain a per-thread update mask by Willy Tarreau · Sat Jan 20 23:53:50 2018 +0100
  67. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · Sat Jan 20 19:30:13 2018 +0100
  68. ba8e8c3 BUG/MEDIUM: kqueue: Don't bother closing the kqueue after fork. by Olivier Houchard · Sun Nov 26 19:53:46 2017 +0100
  69. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  70. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · Tue Oct 31 16:06:06 2017 +0100
  71. cd7879a BUG/MEDIUM: threads: Run the poll loop on the main thread too by Christopher Faulet · Fri Oct 27 13:53:47 2017 +0200
  72. 63e2ce6 MINOR: threads/polling: pollers now handle FDs depending on the process mask by Christopher Faulet · Fri Jun 02 14:36:39 2017 +0200
  73. d4604ad MAJOR: threads/fd: Make fd stuffs thread-safe by Christopher Faulet · Mon May 29 10:40:41 2017 +0200
  74. ab62f51 MINOR: polling: Use fd_update_events to update events seen for a fd by Christopher Faulet · Wed Aug 30 10:34:36 2017 +0200
  75. fa06176 MEDIUM: kqueue: only set FD_POLL_IN when there are pending data by Willy Tarreau · Mon Mar 13 20:49:56 2017 +0100
  76. 19c4ab9 MEDIUM: kqueue: take care of EV_EOF to improve polling status accuracy by Willy Tarreau · Mon Mar 13 20:36:48 2017 +0100
  77. dd437d9 MINOR: kqueue: exclusively rely on the kqueue returned status by Willy Tarreau · Mon Mar 13 20:30:12 2017 +0100
  78. 5a76769 MINOR: fd: add a new flag HAP_POLL_F_RDHUP to struct poller by Willy Tarreau · Mon Mar 13 11:38:28 2017 +0100
  79. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  80. 10146c9 CLEANUP: poll: move the conditions for waiting out of the poll functions by Willy Tarreau · Mon Apr 13 20:44:19 2015 +0200
  81. 5be2f35 MAJOR: polling: centralize calls to I/O callbacks by Willy Tarreau · Wed Nov 19 19:43:05 2014 +0100
  82. 25002d2 MINOR: polling: create function fd_compute_new_polled_status() by Willy Tarreau · Sat Jan 25 10:32:56 2014 +0100
  83. e852545 MEDIUM: polling: centralize polled events processing by Willy Tarreau · Sat Jan 25 09:58:06 2014 +0100
  84. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · Fri Jan 10 16:58:45 2014 +0100
  85. 899d957 REORG: polling: rename the cache allocation functions by Willy Tarreau · Sat Jan 25 19:20:35 2014 +0100
  86. 16f649c REORG: polling: rename "fd_spec" to "fd_cache" by Willy Tarreau · Sat Jan 25 19:10:48 2014 +0100
  87. 15a4dec REORG: polling: rename "spec_e" to "state" and "spec_p" to "cache" by Willy Tarreau · Mon Jan 20 11:09:39 2014 +0100
  88. 69a41fa CLEANUP: polling: rename "spec_e" to "state" by Willy Tarreau · Mon Jan 20 11:02:59 2014 +0100
  89. 39ebef8 BUG/MINOR: poll: the I/O handler was called twice for polled I/Os by Willy Tarreau · Fri Dec 14 00:17:03 2012 +0100
  90. 26d7cfc BUG/MAJOR: polling: do not set speculative events on ERR nor HUP by Willy Tarreau · Fri Dec 07 00:09:43 2012 +0100
  91. 70c6fd8 MAJOR: polling: remove unused callbacks from the poller struct by Willy Tarreau · Sun Nov 11 21:02:34 2012 +0100
  92. 4a22627 MAJOR: ev_kqueue: make the poller support speculative events by Willy Tarreau · Sun Nov 11 20:49:49 2012 +0100
  93. babd05a MEDIUM: fd: add fd_poll_{recv,send} for use when explicit polling is required by Willy Tarreau · Thu Aug 09 12:14:03 2012 +0200
  94. 3788e4c MEDIUM: fd: remove the EV_FD_COND_* primitives by Willy Tarreau · Mon Jul 30 14:29:35 2012 +0200
  95. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · Fri Jul 06 16:02:29 2012 +0200
  96. 9845e75 MEDIUM: polling: prepare to call the iocb() function when defined. by Willy Tarreau · Fri Jul 06 11:44:28 2012 +0200
  97. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · Thu Jul 05 23:19:22 2012 +0200
  98. 491c498 BUG/MINOR: polling: some events were not set in various pollers by Willy Tarreau · Fri Jul 06 11:16:01 2012 +0200
  99. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · Sat Sep 10 16:56:42 2011 +0200
  100. d79e79b [BUG] O(1) pollers should check their FD before closing it by Willy Tarreau · Sun May 10 10:18:54 2009 +0200