log src/lib-storage/index/dbox-single/sdbox-file.c @ 22713:cb108f786fb4

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, 23 Nov 2016 13:25:54 +0200 Timo Sirainen sdbox: Don't log an error if stub is added twice
Mon, 16 May 2016 15:49:08 +0300 Timo Sirainen global: Use [io]_stream_get_error() insted of %m
Wed, 27 Apr 2016 14:08:00 +0300 Aki Tuomi lib-dcrypt: Initial implementation
Thu, 26 May 2016 21:40:30 +0300 Timo Sirainen sdbox: Make sure we don't crash when altmove-flag is set but alt path is missing.
Mon, 01 Feb 2016 22:48:22 +0200 Timo Sirainen sdbox: Failing after saved mails' UIDs were already assigned caused unlink()ing garbage
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Tue, 08 Sep 2015 19:07:02 +0300 Timo Sirainen Replaced unlink() calls with i_unlink*() wherever possible.
Fri, 15 May 2015 11:15:50 +0300 Timo Sirainen sdbox: When hardlink-copying a mail in alt storage, keep it within the alt storage.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Mon, 06 Oct 2014 21:15:31 +0300 Timo Sirainen sdbox: Fixed race condition when two processes mkdir() the same directory
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Wed, 06 Nov 2013 23:00:58 +0200 Timo Sirainen lib-storage: Moved more of dbox attachments code to generic code.
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.
Fri, 12 Oct 2012 00:22:19 +0300 Timo Sirainen lib-fs API cleanups and improvements
Wed, 26 Sep 2012 20:50:08 +0300 Timo Sirainen lib-storage: mailbox_get_path() and friends can now return an error.
Tue, 25 Sep 2012 20:15:58 +0300 Timo Sirainen lib-storage: Added mailbox_get_path_to() wrapper for mailbox_list_get_path().
Mon, 25 Jun 2012 00:01:59 +0300 Timo Sirainen Added o_stream_nsend*() and related functions to make delayed error handling safer.
Fri, 16 Mar 2012 18:45:50 +0200 Timo Sirainen dbox: Reverted recent fstat() avoidance change. It didn't do that, just broke mdbox.
Tue, 13 Mar 2012 17:01:56 +0200 Timo Sirainen dbox: Avoid unnecessary fstat() call during file creation.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Thu, 09 Feb 2012 01:00:14 +0200 Timo Sirainen dbox: Never rename() mail files over existing files. If such a file exists, rebuild indexes.
Fri, 27 Jan 2012 15:44:06 +0200 Timo Sirainen sdbox: Preserve file's atime/mtime when moving it to alt storage.
Thu, 25 Aug 2011 01:16:11 +0300 Timo Sirainen Moved GUID code to liblib. Use guid_128_t type consistently everywhere.
Thu, 17 Mar 2011 16:37:22 +0200 Timo Sirainen Merged changes from v2.0 tree.
Fri, 04 Mar 2011 20:53:46 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Sun, 05 Dec 2010 23:18:55 +0000 Timo Sirainen lib-storage: Lazily look up mailbox path and permissions. Added functions to get them.
Thu, 21 Oct 2010 18:49:19 +0100 Timo Sirainen dbox: Reverted the "check if altpath is mounted" change for now.
Thu, 21 Oct 2010 16:33:28 +0100 Timo Sirainen dbox: If alt path is lost, fail with an error rather than rebuilding indexes.
Tue, 19 Oct 2010 18:47:17 +0100 Timo Sirainen lib-storage: Added support for saving mail attachments separately via filesystem API.
Fri, 09 Jul 2010 15:39:03 +0100 Timo Sirainen dbox: dbox_file_move() was used by only single-dbox, so moved it there. HEAD
Sun, 21 Mar 2010 18:12:24 +0200 Timo Sirainen sdbox: Copying is now done with hard links. HEAD
Sun, 14 Feb 2010 22:30:43 +0200 Timo Sirainen sdbox: Fixed accessing alt directories. HEAD
Sun, 07 Feb 2010 17:30:24 +0200 Timo Sirainen lib-storage: *_mailboxes don't descend from index_mailbox anymore, it's now a context. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 06 Oct 2009 19:22:42 -0400 Timo Sirainen Split dbox (single-dbox) and mdbox (multi-dbox) into separate storage backends. HEAD