log src/lib/ioloop-notify-dn.c @ 9191:b340ecb24469 HEAD

age author description
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. 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, 24 Apr 2008 17:24:32 +0300 Timo Sirainen Better error handling for dnotify failures. HEAD
Thu, 24 Apr 2008 16:59:19 +0300 Timo Sirainen Renamed IO_NOTIFY_DISABLED to IO_NOTIFY_NOSUPPORT. IO_NOTIFY_NOSUPPORT is HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Fri, 16 Nov 2007 05:20:31 +0200 Timo Sirainen Ignore ESTALE errors. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. 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
Wed, 17 Jan 2007 19:59:13 +0200 Timo Sirainen Disable dnotify silently if it's not supported by the kernel. We were HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. HEAD
Thu, 10 Aug 2006 18:54:24 +0300 Timo Sirainen Silently disable dnotify if kernel doesn't support RT signals, instead of HEAD
Sun, 09 Apr 2006 22:37:29 +0300 Timo Sirainen Make sure errno is restored when exiting SIGRT signal handler. HEAD
Sun, 29 Jan 2006 12:55:22 +0200 Timo Sirainen Cleanups: Make io_remove() do the linked list updating also for notify 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
Wed, 11 Jan 2006 23:47:08 +0200 Timo Sirainen Dnotify crashed if we tried to use multiple I/O loops. HEAD
Wed, 12 Oct 2005 20:14:21 +0300 Timo Sirainen Fixed some printf-type mismatches HEAD
Sat, 01 Oct 2005 13:46:57 +0300 Timo Sirainen Fixed fd leak HEAD
Sun, 25 Sep 2005 14:12:24 +0300 Timo Sirainen Added fd_set_nonblock() and changed net_set_nonblock() to use it. HEAD
Mon, 15 Aug 2005 00:54:20 +0300 Timo Sirainen New inotify code and notify API change. Patch by Johannes Berg HEAD
Wed, 13 Jul 2005 00:15:16 +0300 Timo Sirainen Set close-on-exec flags for opened file descriptors. HEAD
Tue, 12 Jul 2005 18:53:55 +0300 Timo Sirainen If dnotify/inotify isn't in kernel, handle the errors silently and without HEAD
Tue, 12 Jul 2005 18:40:33 +0300 Timo Sirainen Added inotify patch by Johannes Berg and did some restructuring to HEAD
Mon, 06 Sep 2004 01:06:26 +0300 Timo Sirainen Ignore SIGIO which gets sent if queue gets full. Also other small HEAD
Sun, 05 Sep 2004 23:29:04 +0300 Timo Sirainen Drop F_NOTIFY before setting F_SETSIG back to SIGIO, otherwise we might get 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