log src/lib/file-create-locked.c @ 22955:812e5c961328

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Thu, 06 Jul 2017 13:24:31 +0300 Timo Sirainen lib: file_create_locked() - Treat mkdir() EEXIST error as success
Wed, 28 Jun 2017 17:48:01 +0300 Timo Sirainen lib: file_create_locked() - Add settings to mkdir() missing parent directories
Thu, 22 Jun 2017 10:35:16 +0300 Timo Sirainen lib: file_create_locked() - update lock path after link()
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Mon, 20 Jun 2016 17:52:28 +0300 Timo Sirainen lib: file_create_locked() - Unexpectedly deleted temp file is error.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Sun, 13 Sep 2015 16:42:32 +0300 Timo Sirainen lib: file_create_locked() may have leaked memory on some race conditions.
Tue, 08 Sep 2015 19:07:02 +0300 Timo Sirainen Replaced unlink() calls with i_unlink*() wherever possible.
Sun, 24 May 2015 13:24:19 -0400 Timo Sirainen lib: file_create_locked() lock method is now configurable
Sun, 24 May 2015 13:22:56 -0400 Timo Sirainen lib: file_create_locked() was leaking fds and locks.
Sat, 23 May 2015 19:21:10 -0400 Timo Sirainen lib: file_create_locked() no longer logs an error if temp file is deleted under it.
Sat, 23 May 2015 16:51:52 -0400 Timo Sirainen lib: file_create_locked() wasn't deleting the temp file after successful link()
Sat, 23 May 2015 16:41:34 -0400 Timo Sirainen lib: Added file_create_locked()