1. 03e7853 BUILD: remove obsolete support for -mregparm / USE_REGPARM by Willy Tarreau · Tue Feb 25 07:38:05 2020 +0100
  2. 11ef083 MINOR: pollers: add a new flag to indicate pollers reporting ERR & HUP by Willy Tarreau · Thu Nov 28 18:17:33 2019 +0100
  3. 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
  4. 5bee3e2 MEDIUM: fd: remove the FD_EV_POLLED status bit by Willy Tarreau · Wed Sep 04 09:52:57 2019 +0200
  5. 5305505 MEDIUM: pollers: Remember the state for read and write for each threads. by Olivier Houchard · Thu Jul 25 14:00:18 2019 +0000
  6. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · Wed Jul 24 18:07:06 2019 +0200
  7. 2ae84e4 MEDIUM: poller: separate the wait time from the wake events by Willy Tarreau · Tue May 28 16:44:05 2019 +0200
  8. cb6c927 MEDIUM: pollers: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:49:54 2019 +0100
  9. 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
  10. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · Thu Nov 22 08:31:09 2018 +0100
  11. 7e9c4ae MINOR: poller: move time and date computation out of the pollers by Willy Tarreau · Wed Oct 17 14:31:19 2018 +0200
  12. f37ba94 MINOR: fd: centralize poll timeout computation in compute_poll_timeout() by Willy Tarreau · Wed Oct 17 11:25:54 2018 +0200
  13. 60b639c MEDIUM: hathreads: implement a more flexible rendez-vous point by Willy Tarreau · Thu Aug 02 10:16:17 2018 +0200
  14. cb92f5c MINOR: pollers: move polled_mask outside of struct fdtab. by Olivier Houchard · Thu Apr 26 14:23:07 2018 +0200
  15. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · Wed Apr 25 16:58:25 2018 +0200
  16. 8ef1a6b BUG/MINOR: fd: Don't clear the update_mask in fd_insert. by Olivier Houchard · Tue Apr 03 19:06:18 2018 +0200
  17. 62a627a MEDIUM: poller: use atomic ops to update the fdtab mask by Willy Tarreau · Thu Jan 25 18:06:46 2018 +0100
  18. 1394eb0 MINOR: poll: get rid of the now useless fd_compute_new_polled_status() by Willy Tarreau · Thu Jan 25 17:15:18 2018 +0100
  19. fc6eea4 MEDIUM: poll: don't use the old FD state anymore by Willy Tarreau · Thu Jan 25 17:11:33 2018 +0100
  20. 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
  21. 322e6c7 MINOR: fd: move the hap_fd_{clr,set,isset} functions to fd.h by Willy Tarreau · Thu Jan 25 16:37:04 2018 +0100
  22. 745c60e CLEANUP: fd: remove the unused "new" field by Willy Tarreau · Sat Jan 20 23:59:40 2018 +0100
  23. 2d3c2db MINOR: poll: more accurately compute the new maxfd in the loop by Willy Tarreau · Mon Jan 29 15:56:24 2018 +0100
  24. 173d995 MEDIUM: polling: start to move maxfd computation to the pollers by Willy Tarreau · Fri Jan 26 21:48:23 2018 +0100
  25. ebc78d7 BUG/MEDIUM: fd: maintain a per-thread update mask by Willy Tarreau · Sat Jan 20 23:53:50 2018 +0100
  26. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · Sat Jan 20 19:30:13 2018 +0100
  27. cc35923 BUG/MINOR: poll: too large size allocation for FD events by Willy Tarreau · Wed Jan 17 15:48:53 2018 +0100
  28. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  29. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · Tue Oct 31 16:06:06 2017 +0100
  30. cd7879a BUG/MEDIUM: threads: Run the poll loop on the main thread too by Christopher Faulet · Fri Oct 27 13:53:47 2017 +0200
  31. 63e2ce6 MINOR: threads/polling: pollers now handle FDs depending on the process mask by Christopher Faulet · Fri Jun 02 14:36:39 2017 +0200
  32. d4604ad MAJOR: threads/fd: Make fd stuffs thread-safe by Christopher Faulet · Mon May 29 10:40:41 2017 +0200
  33. 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
  34. 3c8a896 OPTIM: poll: enable support for POLLRDHUP by Willy Tarreau · Mon Mar 13 17:14:51 2017 +0100
  35. 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
  36. 091e86e BUILD: poll: remove unused hap_fd_isset() which causes a warning with clang by Willy Tarreau · Wed Aug 10 21:21:57 2016 +0200
  37. 10146c9 CLEANUP: poll: move the conditions for waiting out of the poll functions by Willy Tarreau · Mon Apr 13 20:44:19 2015 +0200
  38. 5be2f35 MAJOR: polling: centralize calls to I/O callbacks by Willy Tarreau · Wed Nov 19 19:43:05 2014 +0100
  39. 25002d2 MINOR: polling: create function fd_compute_new_polled_status() by Willy Tarreau · Sat Jan 25 10:32:56 2014 +0100
  40. e852545 MEDIUM: polling: centralize polled events processing by Willy Tarreau · Sat Jan 25 09:58:06 2014 +0100
  41. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · Fri Jan 10 16:58:45 2014 +0100
  42. 899d957 REORG: polling: rename the cache allocation functions by Willy Tarreau · Sat Jan 25 19:20:35 2014 +0100
  43. 16f649c REORG: polling: rename "fd_spec" to "fd_cache" by Willy Tarreau · Sat Jan 25 19:10:48 2014 +0100
  44. 15a4dec REORG: polling: rename "spec_e" to "state" and "spec_p" to "cache" by Willy Tarreau · Mon Jan 20 11:09:39 2014 +0100
  45. 69a41fa CLEANUP: polling: rename "spec_e" to "state" by Willy Tarreau · Mon Jan 20 11:02:59 2014 +0100
  46. 80da05a MEDIUM: poll: do not use FD_* macros anymore by Willy Tarreau · Sun Mar 31 14:06:57 2013 +0200
  47. 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
  48. db9cb0b CLEANUP: poll: remove a useless double-check on fdtab[fd].owner by Willy Tarreau · Thu Dec 13 23:41:12 2012 +0100
  49. 462c720 CLEANUP: polling: gcc doesn't always optimize constants away by Willy Tarreau · Thu Dec 13 22:26:37 2012 +0100
  50. 26d7cfc BUG/MAJOR: polling: do not set speculative events on ERR nor HUP by Willy Tarreau · Fri Dec 07 00:09:43 2012 +0100
  51. 70c6fd8 MAJOR: polling: remove unused callbacks from the poller struct by Willy Tarreau · Sun Nov 11 21:02:34 2012 +0100
  52. cc7e3f7 MAJOR: ev_poll: make the poller support speculative events by Willy Tarreau · Sun Nov 11 17:25:15 2012 +0100
  53. 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
  54. 3788e4c MEDIUM: fd: remove the EV_FD_COND_* primitives by Willy Tarreau · Mon Jul 30 14:29:35 2012 +0200
  55. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · Fri Jul 06 16:02:29 2012 +0200
  56. 9845e75 MEDIUM: polling: prepare to call the iocb() function when defined. by Willy Tarreau · Fri Jul 06 11:44:28 2012 +0200
  57. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · Thu Jul 05 23:19:22 2012 +0200
  58. 491c498 BUG/MINOR: polling: some events were not set in various pollers by Willy Tarreau · Fri Jul 06 11:16:01 2012 +0200
  59. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · Sat Sep 10 16:56:42 2011 +0200
  60. 332740d [MEDIUM] pollers: don't wait if a signal is pending by Willy Tarreau · Sun May 10 09:57:21 2009 +0200
  61. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · Sun Aug 03 12:19:50 2008 +0200
  62. 177e2b0 [CLEANUP] remove dependency on obsolete INTBITS macro by Willy Tarreau · Tue Jul 15 00:36:31 2008 +0200
  63. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  64. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  65. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · Mon Jun 23 14:00:57 2008 +0200
  66. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · Sun Jun 22 17:18:02 2008 +0200
  67. 3a62811 [BUG] event pollers must not wait if a task exists in the run queue by Willy Tarreau · Fri Jun 13 21:06:56 2008 +0200
  68. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · Mon Apr 14 20:47:37 2008 +0200
  69. bdefc51 [BUG] fix null timeouts in *poll-based pollers by Willy Tarreau · Mon May 14 02:02:04 2007 +0200
  70. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · Sat May 12 22:35:00 2007 +0200
  71. ef1d1f8 [MAJOR] auto-registering of pollers at load time by Willy Tarreau · Mon Apr 16 00:25:25 2007 +0200
  72. 2ff7622 [MAJOR] delay registering of listener sockets at startup by Willy Tarreau · Mon Apr 09 19:29:56 2007 +0200
  73. 63455a9 [MINOR] use 'is_set' instead of 'isset' in struct poller by Willy Tarreau · Mon Apr 09 15:34:49 2007 +0200
  74. 69801b8 [MINOR] removed proto/polling.h which was not used anymore by Willy Tarreau · Mon Apr 09 15:28:51 2007 +0200
  75. e54e917 [MINOR] ev_* : moved the poll function closer to fd_* by Willy Tarreau · Mon Apr 09 09:23:31 2007 +0200
  76. 97129b5 [MINOR] changed fd_set*/fd_clr* functions to return ints by Willy Tarreau · Mon Apr 09 00:54:46 2007 +0200
  77. 28d8686 [MEDIUM] pollers: store the events in arrays by Willy Tarreau · Sun Apr 08 17:42:27 2007 +0200
  78. 4f60f16 [MAJOR] modularize the polling mechanisms by Willy Tarreau · Sun Apr 08 16:39:58 2007 +0200