log src/lib/ioloop-kqueue.c @ 8590:b9faf4db2a9f HEAD

age author description
Sat, 01 Nov 2008 14:14:42 +0200 Timo Sirainen Don't break if io_remove() or timeout_remove() are called for non-active ioloops. HEAD
Thu, 21 Aug 2008 07:35:59 +0300 Timo Sirainen Added io_remove_closed(). HEAD
Sat, 12 Jan 2008 10:49:04 +0200 Timo Sirainen Ignore io_loop_get_wait_time() return value, we don't need it. HEAD
Thu, 03 Jan 2008 23:19:33 +0200 Timo Sirainen Use priority queue to implement timeout handling. Added timeout_reset(). HEAD
Mon, 11 Jun 2007 02:27:55 +0300 Timo Sirainen These files are MIT licensed nowadays. HEAD
Thu, 15 Mar 2007 16:38:25 +0200 Timo Sirainen If poll()/etc. timeouts, we didn't handle time timeouts immediately but HEAD
Fri, 09 Mar 2007 00:04:21 +0200 Timo Sirainen Various cleanups to ioloop code. HEAD
Sun, 03 Dec 2006 16:27:57 +0200 Timo Sirainen s/array_get_modifyable/array_get_modifiable/ HEAD
Fri, 03 Nov 2006 16:19:32 +0200 Timo Sirainen Removed compiler warnings with NetBSD. HEAD
Sun, 10 Sep 2006 15:48:12 +0300 Timo Sirainen Replaced ARRAY_CREATE() macro with [ipt]_array_init() macros. The macro HEAD
Sun, 10 Sep 2006 15:32:58 +0300 Timo Sirainen Removed type parameter from ARRAY_CREATE since it's not needed anymore. HEAD
Thu, 17 Aug 2006 21:52:58 +0300 Timo Sirainen Reference IOs before calling timeout handlers, in case they call HEAD
Thu, 17 Aug 2006 21:46:42 +0300 Timo Sirainen OK, so the original kqueue code wasn't actually broken, but it could have HEAD
Thu, 17 Aug 2006 20:43:58 +0300 Timo Sirainen Fixes HEAD
Thu, 17 Aug 2006 00:33:40 +0300 Timo Sirainen Fixes HEAD
Wed, 16 Aug 2006 20:58:02 +0300 Timo Sirainen Compiling fixes HEAD
Wed, 16 Aug 2006 18:54:58 +0300 Timo Sirainen Rewrote much of the kqueue code. It didn't work correctly if there were both HEAD
Thu, 08 Jun 2006 19:44:56 +0300 Timo Sirainen Fixed "Unrecognized event" errors that occurred with IO_ERROR. Patch by HEAD
Sat, 25 Mar 2006 10:08:03 +0200 Timo Sirainen Added more debugging information for handling unexpected events. Patch by HEAD
Sun, 29 Jan 2006 12:32:37 +0200 Timo Sirainen kqueue updates. Patch by Vaclav Haisman HEAD
Fri, 30 Dec 2005 22:56:05 +0200 Timo Sirainen Fix IO_ERROR behaviour. Patch by Vaclav Haisman HEAD
Wed, 14 Dec 2005 20:51:52 +0200 Timo Sirainen Added kqueue support. Patch by Vaclav Haisman. HEAD