log

age author description
Mon, 11 Feb 2013 02:03:13 +0200 Timo Sirainen lib-storage: Added MAILBOX_ATTRIBUTE_DOVECOT_PREFIX macro.
Mon, 11 Feb 2013 01:43:25 +0200 Stephan Bosch fts-solr: Use built-in lib-http instead of libcurl. Removed libcurl dependency.
Mon, 11 Feb 2013 01:22:51 +0200 Timo Sirainen dsync: Minor fix to deciding when to use GUIDs vs. header hashes.
Mon, 11 Feb 2013 01:10:57 +0200 Timo Sirainen dsync: Fixes for syncing without GUIDs.
Mon, 11 Feb 2013 01:07:53 +0200 Timo Sirainen dsync: When doing a header-based sync, convert all linefeeds to LFs.
Mon, 11 Feb 2013 00:29:40 +0200 Timo Sirainen i_stream_sync() for file should reset eof flag immediately.
Mon, 11 Feb 2013 00:28:28 +0200 Timo Sirainen dsync: Automatically figure out which mailboxes can sync with message GUIDs.
Mon, 11 Feb 2013 00:26:15 +0200 Timo Sirainen lib-storage: Added mailbox_status.have_guids flag
Mon, 11 Feb 2013 00:25:29 +0200 Timo Sirainen lib-storage: Minor code cleanup
Mon, 11 Feb 2013 00:24:56 +0200 Timo Sirainen lib-storage: Don't unnecessarily clear mailbox_status multiple times.
Mon, 11 Feb 2013 00:23:07 +0200 Timo Sirainen lib-storage: mailbox_status.nonpermanent_modseqs is now only set with STATUS_HIGHESTMODSEQ
Sun, 10 Feb 2013 23:27:49 +0200 Timo Sirainen dsync: When looking up header hashes, use only Date: and Message-Id: headers
Sun, 10 Feb 2013 23:11:52 +0200 Timo Sirainen dsync: Renamed "guid_requests" to "mail_requests"
Sun, 10 Feb 2013 23:09:55 +0200 Timo Sirainen dsync: Removed unused DSYNC_MAILBOX_IMPORT_FLAG_MAILS_HAVE_GUIDS flag.
Sun, 10 Feb 2013 23:05:46 +0200 Timo Sirainen dsync: Fixed mailbox tree sync with some backends (imapc)
Tue, 05 Feb 2013 03:53:40 +0200 Timo Sirainen lib-storage: Changed mailbox_attribute_get() to return a struct for value.
Tue, 05 Feb 2013 03:37:47 +0200 Timo Sirainen lib-fs: Changed FS_OPEN_FLAG_UNIMPORTANT to a reversed FS_OPEN_FLAG_FSYNC.
Tue, 05 Feb 2013 03:30:01 +0200 Timo Sirainen fs-metawrap: Don't duplicate work if fs_get_metadata() is called multiple times.
Tue, 05 Feb 2013 03:24:45 +0200 Timo Sirainen cydir, dbox, maildir: Don't leak the stream if mail.istream_opened() fails
Tue, 05 Feb 2013 03:23:59 +0200 Timo Sirainen lib-index: Memory leak fix
Tue, 05 Feb 2013 03:23:46 +0200 Timo Sirainen fs-metawrap: Memory leak fixes
Tue, 05 Feb 2013 03:23:30 +0200 Timo Sirainen lib-fs: Avoid memory leaks if file was closed before fs_read()/fs_copy() was finished.
Tue, 05 Feb 2013 01:16:48 +0200 Timo Sirainen fs-metawrap: Set underlying file async only for fs_read_stream() lookups.
Mon, 04 Feb 2013 22:15:59 +0200 Timo Sirainen iostream-temp: Set a name for the returned istream.
Mon, 04 Feb 2013 22:07:14 +0200 Timo Sirainen lib-http: If http_client_request_set_payload() fails to get stream size, log an error.
Mon, 04 Feb 2013 22:03:10 +0200 Timo Sirainen iostream-temp: Don't try to dup() the stream fd if it's already closed.
Mon, 04 Feb 2013 22:02:42 +0200 Timo Sirainen fs-metawrap: Delay writing the metadata headers until first data is written.
Mon, 04 Feb 2013 20:18:22 +0200 Timo Sirainen lib-fs: Added FS_OPEN_FLAG_SEEKABLE. Globally handle fs_read_stream() seekability and waits.
Mon, 04 Feb 2013 20:17:14 +0200 Timo Sirainen fs-metawrap: Fixed stat() to work when parent file's input stream didn't have a parent.
Mon, 04 Feb 2013 20:15:32 +0200 Timo Sirainen fs-metawrap: Error handling fixes