log src/lib/ioloop-internal.h @ 9354:687ac828b964 HEAD

age author description
Thu, 15 Jan 2009 16:20:09 -0500 Timo Sirainen Added io_loop_set_max_fd_count() to specify how many fds we expect to use. HEAD
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:48:52 +0200 Timo Sirainen timeout_get_wait_time() may have returned negative seconds in timeval. Also HEAD
Thu, 03 Jan 2008 23:19:33 +0200 Timo Sirainen Use priority queue to implement timeout handling. Added timeout_reset(). HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. 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
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
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
Sun, 29 Jan 2006 12:55:22 +0200 Timo Sirainen Cleanups: Make io_remove() do the linked list updating also for notify HEAD
Mon, 15 Aug 2005 00:54:20 +0300 Timo Sirainen New inotify code and notify API change. Patch by Johannes Berg HEAD
Tue, 12 Jul 2005 18:44:49 +0300 Timo Sirainen data -> context/ctx naming convention replaces HEAD
Tue, 12 Jul 2005 18:40:33 +0300 Timo Sirainen Added inotify patch by Johannes Berg and did some restructuring to HEAD
Wed, 25 Aug 2004 15:27:44 +0300 Timo Sirainen Changed io_remove() to destroy the io immediately. Changed struct io to be HEAD
Mon, 23 Aug 2004 16:47:32 +0300 Timo Sirainen Internal I/O loop API change in preparation for epoll support. Patch by HEAD
Sun, 07 Sep 2003 04:52:06 +0300 Timo Sirainen s/int/enum io_condition/ HEAD
Sun, 24 Aug 2003 15:43:53 +0300 Timo Sirainen Added IO_DIR_NOTIFY and IO_FILE_NOTIFY conditions to io_add(). IO_DIR_NOTIFY HEAD
Fri, 23 May 2003 17:40:49 +0300 Timo Sirainen Removed I/O priorities. They were pretty much useless and were just getting HEAD
Wed, 07 May 2003 15:21:02 +0300 Timo Sirainen struct timeval requires sys/time.h HEAD
Sun, 27 Apr 2003 05:52:22 +0300 Timo Sirainen "invalid" no longer needed. HEAD
Mon, 27 Jan 2003 03:44:34 +0200 Timo Sirainen Removed useless parameters from io_callback_t and timeout_callback_t. HEAD
Sat, 11 Jan 2003 21:55:56 +0200 Timo Sirainen Naming change for function typedefs. HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Thu, 22 Aug 2002 15:48:38 +0300 Timo Sirainen s/user_data/context/ and some s/Data/Context/ HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD