log src/lib/ioloop.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
Thu, 24 Apr 2008 16:59:19 +0300 Timo Sirainen Renamed IO_NOTIFY_DISABLED to IO_NOTIFY_NOSUPPORT. IO_NOTIFY_NOSUPPORT is 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
Mon, 09 Jul 2007 06:59:57 +0300 Timo Sirainen Changed io_add_notify() API so that it can return "file doesn't exist" HEAD
Fri, 09 Mar 2007 00:04:21 +0200 Timo Sirainen Various cleanups to ioloop code. HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. 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
Sun, 09 Apr 2006 17:48:34 +0300 Timo Sirainen IO_ERROR and IO_NOTIFY had conflicting values. HEAD
Wed, 22 Feb 2006 00:50:34 +0200 Timo Sirainen Removed extra comma at end of enum list HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sat, 31 Dec 2005 18:59:11 +0200 Timo Sirainen Export current_ioloop globally. HEAD
Sun, 25 Sep 2005 13:19:51 +0300 Timo Sirainen Added IO_ERROR condition that we can watch now. HEAD
Mon, 15 Aug 2005 00:54:20 +0300 Timo Sirainen New inotify code and notify API change. Patch by Johannes Berg 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
Mon, 27 Jan 2003 03:44:34 +0200 Timo Sirainen Removed useless parameters from io_callback_t and timeout_callback_t. HEAD
Mon, 27 Jan 2003 02:46:55 +0200 Timo Sirainen Added io_loop_is_running() 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, 24 Oct 2002 03:15:38 +0300 Timo Sirainen Fixes to timezone handling which were handling quite badly. added HEAD
Wed, 09 Oct 2002 02:26:08 +0300 Timo Sirainen ioloop_create() takes now pool-parameter. io_buffer_create_mmaped() takes 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