1. 5be2f35 MAJOR: polling: centralize calls to I/O callbacks by Willy Tarreau · Wed Nov 19 19:43:05 2014 +0100
  2. 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
  3. e852545 MEDIUM: polling: centralize polled events processing by Willy Tarreau · Sat Jan 25 09:58:06 2014 +0100
  4. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · Fri Jan 10 16:58:45 2014 +0100
  5. 033cd9d REORG: polling: rename "fd_process_spec_events()" to "fd_process_cached_events()" by Willy Tarreau · Sat Jan 25 19:24:15 2014 +0100
  6. 899d957 REORG: polling: rename the cache allocation functions by Willy Tarreau · Sat Jan 25 19:20:35 2014 +0100
  7. 16f649c REORG: polling: rename "fd_spec" to "fd_cache" by Willy Tarreau · Sat Jan 25 19:10:48 2014 +0100
  8. 69a41fa CLEANUP: polling: rename "spec_e" to "state" by Willy Tarreau · Mon Jan 20 11:02:59 2014 +0100
  9. fa7fc95 BUG/MEDIUM: polling: ensure we update FD status when there's no more activity by Willy Tarreau · Mon Jan 20 20:18:59 2014 +0100
  10. ad38ace MEDIUM: connection: centralize handling of nolinger in fd management by Willy Tarreau · Sun Dec 15 14:19:38 2013 +0100
  11. 70d0ad5 BUG: polling: don't skip polled events in the spec list by Willy Tarreau · Mon Nov 12 01:57:14 2012 +0100
  12. 09f2456 REORG: fd: centralize the processing of speculative events by Willy Tarreau · Sun Nov 11 16:43:45 2012 +0100
  13. 6ea20b1 REORG: fd: move the fd state management from ev_sepoll by Willy Tarreau · Sun Nov 11 16:05:19 2012 +0100
  14. 7be79a4 REORG: fd: move the speculative I/O management from ev_sepoll by Willy Tarreau · Sun Nov 11 15:02:54 2012 +0100
  15. 1720abd MEDIUM: fd: don't unset fdtab[].updated upon delete by Willy Tarreau · Sun Nov 11 17:08:32 2012 +0100
  16. 037d2c1 MAJOR: sepoll: make the poller totally event-driven by Willy Tarreau · Tue Nov 06 02:34:46 2012 +0100
  17. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · Thu Aug 09 12:11:58 2012 +0200
  18. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · Thu Jul 05 23:19:22 2012 +0200
  19. e79c3b2 [BUG] debug: report the correct poller list in verbose mode by Willy Tarreau · Fri Nov 19 10:20:36 2010 +0100
  20. 8d5d77e [OPTIM] move some rarely used fields out of fdtab by Willy Tarreau · Sun Oct 18 07:25:52 2009 +0200
  21. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · Wed Jun 10 11:09:37 2009 +0200
  22. 43b7899 [MEDIUM] move global tuning options to the global structure by Willy Tarreau · Sun Jan 25 15:42:27 2009 +0100
  23. 3eba98a [MEDIUM] splice: make use of pipe pools by Willy Tarreau · Sun Jan 25 13:56:13 2009 +0100
  24. 3ec79b9 [MINOR] global.maxpipes: add the ability to reserve file descriptors for pipes by Willy Tarreau · Sun Jan 18 20:39:42 2009 +0100
  25. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  26. a643baf [MEDIUM] Fix memory freeing at exit by Krzysztof Piotr Oledzki · Thu May 29 23:53:44 2008 +0200
  27. ef1d1f8 [MAJOR] auto-registering of pollers at load time by Willy Tarreau · Mon Apr 16 00:25:25 2007 +0200
  28. 2ff7622 [MAJOR] delay registering of listener sockets at startup by Willy Tarreau · Mon Apr 09 19:29:56 2007 +0200
  29. e1a7a2f [MAJOR] kqueue was not initialized during startup by Willy Tarreau · Mon Apr 09 16:11:49 2007 +0200
  30. 4f60f16 [MAJOR] modularize the polling mechanisms by Willy Tarreau · Sun Apr 08 16:39:58 2007 +0200
  31. b3107b9 [MINOR] pollers should not use MY_FD_* by Willy Tarreau · Sun Apr 08 09:32:47 2007 +0200
  32. 1001b94 [CLEANUP] fd.c : regparm was hardcoded too. by Willy Tarreau · Sun Oct 15 23:10:10 2006 +0200
  33. 2a42950 [MINOR] turn every FD_* into functions by Willy Tarreau · Sun Oct 15 14:52:29 2006 +0200
  34. f8306d5 [MEDIUM] got rid of event_{cli,srv}_write() in favor of stream_sock_write() by Willy Tarreau · Sat Jul 29 19:01:31 2006 +0200
  35. d797128 [MEDIUM] got rid of event_{cli,srv}_read() in favor of stream_sock_read() by Willy Tarreau · Sat Jul 29 18:36:34 2006 +0200
  36. 5446940 [MEDIUM] started the changes towards I/O completion callbacks by Willy Tarreau · Sat Jul 29 16:59:06 2006 +0200
  37. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · Thu Jun 29 17:53:05 2006 +0200
  38. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · Mon Jun 26 02:48:02 2006 +0200