log src/lib/unlink-directory.c @ 22955:812e5c961328

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
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.
Mon, 26 Nov 2012 23:08:50 +0200 Timo Sirainen unlink_directory(): Added UNLINK_DIRECTORY_FLAG_FILES_ONLY
Mon, 08 Oct 2012 00:00:55 +0300 Timo Sirainen unlink_directory(): Added UNLINK_DIRECTORY_FLAG_SKIP_DOTFILES flag.
Thu, 28 Jun 2012 00:27:13 +0300 Timo Sirainen Changed i_close_fd() API to set the fd to -1 after closing.
Mon, 25 Jun 2012 02:52:33 +0300 Timo Sirainen Replaced (void)close(fd) and close_keep_errno() with i_close_fd().
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Thu, 30 Dec 2010 13:41:10 +0200 Timo Sirainen unlink_directory(): Return ELOOP for unexpected symlinks also when O_NOFOLLOW isn't supported.
Thu, 12 Aug 2010 16:12:08 +0100 Timo Sirainen unlink_directory(): Don't log EBUSY error for unlink(.nfs*) directly.
Mon, 12 Jul 2010 15:14:45 +0100 Timo Sirainen Handle rmdir() failing with EEXIST the same as failing with ENOTEMPTY.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Thu, 10 Sep 2009 13:51:47 -0400 Timo Sirainen unlink_directory(): Log if unlink()ing some file fails. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Tue, 14 Feb 2006 15:41:58 +0200 Timo Sirainen Moved dupliated close_save_errno() code to public close_keep_errno() function. 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, 27 Aug 2003 00:18:16 +0300 Timo Sirainen Removed most of the license comments from src/lib/*.c. It's just fine to HEAD
Thu, 08 May 2003 18:53:07 +0300 Timo Sirainen check lstat() error too HEAD
Thu, 08 May 2003 16:56:32 +0300 Timo Sirainen Returned errno was often wrong. HEAD
Mon, 24 Feb 2003 21:05:33 +0200 Timo Sirainen fd leak fix HEAD
Mon, 24 Feb 2003 03:16:30 +0200 Timo Sirainen unlink_directory() is now (hopefully) race-condition free. HEAD
Sat, 21 Dec 2002 14:13:58 +0200 Timo Sirainen If used base/login directories exist already, make sure they're with correct HEAD
Fri, 20 Dec 2002 09:53:51 +0200 Timo Sirainen Added :INDEX=<dir> for both Maildir and mbox to specify different location HEAD
Thu, 19 Dec 2002 03:02:34 +0200 Timo Sirainen Buffer related cleanups. Use PATH_MAX instead of hardcoded 1024 for paths. HEAD
Wed, 18 Dec 2002 17:15:41 +0200 Timo Sirainen Marked all non-trivial buffer modifications with @UNSAFE tag. Several HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD