log src/lib/ioloop-notify-inotify.c @ 22664:fea53c2725c0

age author description
Wed, 19 Jul 2017 23:09:13 +0300 Timo Sirainen lib: io_loop_extract_notify_fd() - Don't crash if no notifys have been added
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Mon, 03 Oct 2016 09:11:23 +0300 Aki Tuomi io: Add source filename
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 24 Aug 2015 14:02:52 +0300 Timo Sirainen lib: Added io_loop_extract_notify_fd()
Wed, 19 Aug 2015 21:31:56 +0300 Timo Sirainen lib: Log notify IO leaks when ioloop is destroyed.
Wed, 19 Aug 2015 21:24:50 +0300 Timo Sirainen lib: io_add_notify() wasn't setting struct io.source_linenum
Wed, 19 Aug 2015 16:50:10 +0300 Timo Sirainen lib: inotify doesn't need to watch for IN_CLOSE
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Fri, 13 Jun 2014 02:34:19 +0300 Timo Sirainen Compiler warning fix
Fri, 13 Jun 2014 01:57:04 +0300 Timo Sirainen Added various asserts to try to silence Coverity false positives.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Wed, 21 Sep 2011 13:56:13 +0300 Timo Sirainen Renamed lib/*-internal.h files to lib/*-private.h for consistency.
Tue, 20 Sep 2011 13:30:08 +0300 Timo Sirainen inotify: If read() fails with EAGAIN, ignore it instead of dying.
Tue, 16 Aug 2011 18:33:27 +0300 Timo Sirainen Replaced "ioloop log" with a more generic "ioloop context".
Thu, 17 Mar 2011 16:21:00 +0200 Timo Sirainen Replaced all getpw/gr*() to use i_getpw/gr*() with improved error handling.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Wed, 11 Aug 2010 17:09:51 +0100 Timo Sirainen Improved "Inotify instance limit exceeded" error message.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Wed, 08 Jul 2009 14:10:11 -0400 Timo Sirainen inotify: Give a better error message if user's watch limit exceeds. HEAD
Tue, 26 May 2009 21:53:54 -0400 Timo Sirainen Removed ioloop_timezone. It's not working nowadays. HEAD
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
Mon, 05 May 2008 18:41:32 +0300 Timo Sirainen If inotify_add_watch() fails, log an error. HEAD
Mon, 05 May 2008 18:39:56 +0300 Timo Sirainen If inotify instance limit is reached, give a hint about max_user_instances 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:48 +0200 Timo Sirainen Don't disable inotify when seeing 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
Mon, 09 Jul 2007 07:31:28 +0300 Timo Sirainen Listen for IN_DELETE_SELF too. Ignore EINVAL for inotify_rm_watch(). 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
Wed, 27 Jun 2007 22:46:21 +0300 Timo Sirainen If inotify_init() fails with EMFILE, give an understandable error message. HEAD
Fri, 09 Mar 2007 00:04:21 +0200 Timo Sirainen Various cleanups to ioloop code. HEAD
Thu, 18 Jan 2007 18:44:09 +0200 Timo Sirainen If inotify_add_watch() fails with ESTALE, don't log an error. HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Fri, 18 Aug 2006 14:35:59 +0300 Timo Sirainen Compiler warning fix HEAD
Sun, 29 Jan 2006 12:55:22 +0200 Timo Sirainen Cleanups: Make io_remove() do the linked list updating also for notify HEAD
Tue, 17 Jan 2006 15:51:19 +0200 Timo Sirainen Changed linux/inotify* includes to sys/inotify.h (I thought I had done this HEAD
Sun, 15 Jan 2006 01:27:30 +0200 Timo Sirainen Fixed 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
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:54:26 +0300 Timo Sirainen Compile fix 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