1. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · Sun Aug 03 12:19:50 2008 +0200
  2. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  3. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  4. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · Mon Jun 23 14:00:57 2008 +0200
  5. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · Sun Jun 22 17:18:02 2008 +0200
  6. 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
  7. f2e8ee2 [MEDIUM] reduce risk of event starvation in ev_sepoll by Willy Tarreau · Sun May 25 10:39:02 2008 +0200
  8. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · Fri Jan 18 17:20:13 2008 +0100
  9. 4eac209 [MAJOR] spec I/O: fix allocations of spec entries for an FD by Willy Tarreau · Fri Aug 31 17:01:18 2007 +0200
  10. 1db3771 [MEDIUM] limit the number of events returned by *poll* by Willy Tarreau · Sun Jun 03 17:16:49 2007 +0200
  11. fb8983f [BUG] the epoll FD must not be shared between processes by Willy Tarreau · Sun Jun 03 16:40:44 2007 +0200
  12. bdefc51 [BUG] fix null timeouts in *poll-based pollers by Willy Tarreau · Mon May 14 02:02:04 2007 +0200
  13. 01ba1c9 Merge branch 'master' into timers by Willy Tarreau · Sun May 13 14:51:41 2007 +0200
  14. 6653d17 [BUG] fix ev_sepoll again, this time with a new state machine by Willy Tarreau · Sun May 13 01:52:05 2007 +0200
  15. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · Sat May 12 22:35:00 2007 +0200
  16. dc246a7 [BUG] two missing states in sepoll transition matrix by Willy Tarreau · Wed May 09 21:57:51 2007 +0200
  17. 8bb46f4 [MINOR] ev_sepoll: refine flags management. by Willy Tarreau · Mon Apr 30 12:56:21 2007 +0200
  18. c2c0783 [MINOR] remove wait_time nullification in ev_sepoll by Willy Tarreau · Sun Apr 29 21:49:00 2007 +0200
  19. de99e99 [MAJOR] introduced speculative I/O with epoll() by Willy Tarreau · Mon Apr 16 00:53:59 2007 +0200