log src/lib/mkdir-parents.c @ 22664:fea53c2725c0

age author description
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, 25 May 2015 11:50:48 -0400 Timo Sirainen lib: Avoid race conditions in mkdir*() if directory is being deleted at the same time.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Mon, 05 May 2014 18:37:16 +0300 Timo Sirainen mkdir_parents(): Handle mkdir() EEXIST errors that may happen during race conditions.
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.
Sat, 05 Jan 2013 01:14:11 +0200 Timo Sirainen Merged changes from v2.1 tree.
Thu, 13 Dec 2012 12:13:42 +0200 Timo Sirainen Added stat_first_parent() helper function.
Wed, 24 Oct 2012 12:15:19 +0300 Timo Sirainen mkdir_parents_chown(): If gid is set, make sure setgid-bit isn't copied from parent.
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
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.
Sun, 16 Jan 2011 21:15:10 +0200 Timo Sirainen mkdir_*chown/chgrp(): If chown() fails, rmdir() the directory.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Sat, 27 Jun 2009 20:39:38 -0400 Timo Sirainen Whenever file's group changing fails, show the group origin in the error message. HEAD
Sun, 31 May 2009 21:24:50 -0400 Timo Sirainen Added mkdir_chown(). HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 20 Jul 2008 23:19:25 +0300 Timo Sirainen Added mkdir_parents_chown(). HEAD
Sun, 20 Jul 2008 23:03:09 +0300 Timo Sirainen mkdir_parents() API was sometimes assumed to return EEXIST and sometimes not. HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Fri, 22 Apr 2005 22:01:53 +0300 Timo Sirainen Ignore if mkdir() returns ENOSYS. It probably means we tried to mkdir a HEAD
Fri, 09 Jul 2004 22:21:18 +0300 Timo Sirainen check EISDIR in next mkdir() too.. HEAD
Sat, 14 Jun 2003 20:22:02 +0300 Timo Sirainen Check for EISDIR error as well. Fixed problems with BSD/OS. HEAD
Sun, 18 May 2003 19:02:46 +0300 Timo Sirainen More robust error handling for mbox. HEAD