1. 041751c BUG/MEDIUM: polling: fix possible CPU hogging of worker processes after receiving SIGUSR1. by Conrad Hoffmann · Tue May 20 14:28:24 2014 +0200
  2. 25002d2 MINOR: polling: create function fd_compute_new_polled_status() by Willy Tarreau · Sat Jan 25 10:32:56 2014 +0100
  3. e852545 MEDIUM: polling: centralize polled events processing by Willy Tarreau · Sat Jan 25 09:58:06 2014 +0100
  4. 6c11bd2 OPTIM: raw-sock: don't speculate after a short read if polling is enabled by Willy Tarreau · Fri Jan 24 00:54:27 2014 +0100
  5. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · Fri Jan 10 16:58:45 2014 +0100
  6. 033cd9d REORG: polling: rename "fd_process_spec_events()" to "fd_process_cached_events()" by Willy Tarreau · Sat Jan 25 19:24:15 2014 +0100
  7. 899d957 REORG: polling: rename the cache allocation functions by Willy Tarreau · Sat Jan 25 19:20:35 2014 +0100
  8. 16f649c REORG: polling: rename "fd_spec" to "fd_cache" by Willy Tarreau · Sat Jan 25 19:10:48 2014 +0100
  9. 15a4dec REORG: polling: rename "spec_e" to "state" and "spec_p" to "cache" by Willy Tarreau · Mon Jan 20 11:09:39 2014 +0100
  10. 69a41fa CLEANUP: polling: rename "spec_e" to "state" by Willy Tarreau · Mon Jan 20 11:02:59 2014 +0100
  11. 8663105 BUG: Revert "OPTIM: poll: restore polling after a poll/stop/want sequence" by Willy Tarreau · Mon Jan 13 11:34:42 2014 +0100
  12. 1208266 OPTIM: poll: restore polling after a poll/stop/want sequence by Willy Tarreau · Fri Dec 27 20:11:50 2013 +0100
  13. ad38ace MEDIUM: connection: centralize handling of nolinger in fd management by Willy Tarreau · Sun Dec 15 14:19:38 2013 +0100
  14. 4a29144 OPTIM: poll: optimize fd management functions for low register count CPUs by Willy Tarreau · Thu Dec 13 23:34:18 2012 +0100
  15. 70c6fd8 MAJOR: polling: remove unused callbacks from the poller struct by Willy Tarreau · Sun Nov 11 21:02:34 2012 +0100
  16. 09f2456 REORG: fd: centralize the processing of speculative events by Willy Tarreau · Sun Nov 11 16:43:45 2012 +0100
  17. 6ea20b1 REORG: fd: move the fd state management from ev_sepoll by Willy Tarreau · Sun Nov 11 16:05:19 2012 +0100
  18. 7be79a4 REORG: fd: move the speculative I/O management from ev_sepoll by Willy Tarreau · Sun Nov 11 15:02:54 2012 +0100
  19. 037d2c1 MAJOR: sepoll: make the poller totally event-driven by Willy Tarreau · Tue Nov 06 02:34:46 2012 +0100
  20. 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
  21. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · Thu Aug 09 12:11:58 2012 +0200
  22. 3788e4c MEDIUM: fd: remove the EV_FD_COND_* primitives by Willy Tarreau · Mon Jul 30 14:29:35 2012 +0200
  23. a643baf [MEDIUM] Fix memory freeing at exit by Krzysztof Piotr Oledzki · Thu May 29 23:53:44 2008 +0200
  24. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · Fri Jan 18 17:20:13 2008 +0100
  25. ef1d1f8 [MAJOR] auto-registering of pollers at load time by Willy Tarreau · Mon Apr 16 00:25:25 2007 +0200
  26. 2ff7622 [MAJOR] delay registering of listener sockets at startup by Willy Tarreau · Mon Apr 09 19:29:56 2007 +0200
  27. 63455a9 [MINOR] use 'is_set' instead of 'isset' in struct poller by Willy Tarreau · Mon Apr 09 15:34:49 2007 +0200
  28. f161a34 [MEDIUM] updated all files to use EV_FD_* by Willy Tarreau · Sun Apr 08 16:59:42 2007 +0200
  29. 4f60f16 [MAJOR] modularize the polling mechanisms by Willy Tarreau · Sun Apr 08 16:39:58 2007 +0200
  30. fddaec0 [CLEANUP] fd.h : regparm was hardcoded. by Willy Tarreau · Sun Oct 15 22:56:02 2006 +0200
  31. 2a42950 [MINOR] turn every FD_* into functions by Willy Tarreau · Sun Oct 15 14:52:29 2006 +0200
  32. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · Thu Jun 29 18:54:54 2006 +0200
  33. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · Mon Jun 26 02:48:02 2006 +0200