log

age author description
Tue, 27 Nov 2012 00:31:40 +0200 Timo Sirainen liblib: Added module_dir_find()
Mon, 26 Nov 2012 23:24:48 +0200 Timo Sirainen doveadm dump: Added support for "obox" index records.
Mon, 26 Nov 2012 23:23:52 +0200 Timo Sirainen lib-imap-storage: When returning an error istream, give it a useful name.
Mon, 26 Nov 2012 23:20:59 +0200 Timo Sirainen lib-storage: Fixes to LAYOUT=index backend.
Mon, 26 Nov 2012 23:19:04 +0200 Timo Sirainen lib-storage: Comment update for mail_prefetch()
Mon, 26 Nov 2012 23:18:30 +0200 Timo Sirainen lib-storage: If MAIL_STORAGE_CLASS_FLAG_NO_ROOT is set, don't even try to mkdir it.
Mon, 26 Nov 2012 23:16:41 +0200 Timo Sirainen lib-storage: Don't crash when trying to sync private index, if syncing had already failed.
Mon, 26 Nov 2012 23:16:00 +0200 Timo Sirainen sdbox: Verify that mail_attachment_fs backend supports RENAME property.
Mon, 26 Nov 2012 23:15:01 +0200 Timo Sirainen lib-storage: Code cleanup: dbox_save_context.cur_file doesn't need to be in dbox-common.
Mon, 26 Nov 2012 23:12:29 +0200 Timo Sirainen Added libhttp to libdovecot.so
Mon, 26 Nov 2012 23:11:57 +0200 Timo Sirainen lib-http: Removed explicit safe-memset.lo links
Mon, 26 Nov 2012 23:09:25 +0200 Timo Sirainen lib-dns: Added DNS_CLIENT_SOCKET_NAME macro for the default socket name.
Mon, 26 Nov 2012 23:08:50 +0200 Timo Sirainen unlink_directory(): Added UNLINK_DIRECTORY_FLAG_FILES_ONLY
Mon, 26 Nov 2012 23:08:10 +0200 Timo Sirainen Added iostream-temp for easily creating a temporary istream (to memory/file).
Mon, 26 Nov 2012 23:06:24 +0200 Timo Sirainen liblib: Added assert-check to epoll code to make sure we don't wait infinitely with no events.
Mon, 26 Nov 2012 23:03:09 +0200 Timo Sirainen lib-fs: Added a temp_dir setting that the caller can specify.
Mon, 26 Nov 2012 23:02:51 +0200 Timo Sirainen lib-fs: Added ITER and RELIABLEITER properties for backends.
Mon, 26 Nov 2012 23:01:53 +0200 Timo Sirainen lib-fs: Fixed iteration with POSIX backend.
Mon, 26 Nov 2012 23:01:28 +0200 Timo Sirainen lib-fs: Iterating a nonexistent directory should be the same as iterating an empty directory.
Mon, 26 Nov 2012 22:59:37 +0200 Timo Sirainen lib-fs: fs_wait_async() can now return an error.
Sat, 24 Nov 2012 00:32:56 +0200 Timo Sirainen lib-http: Compiler warning fixes
Sat, 24 Nov 2012 00:30:14 +0200 Stephan Bosch lib-http: Added initial HTTP client implementation.
Fri, 23 Nov 2012 23:49:39 +0200 Timo Sirainen bsdauth: Use "auth-<service>" as the auth type.
Fri, 16 Nov 2012 17:39:25 +0200 Timo Sirainen lib-imap: imap_append_string_for_humans() was broken for empty input string.
Fri, 09 Nov 2012 00:31:07 +0200 Timo Sirainen iostream-rawlog: Don't assert-crash if trying to write 0 bytes.
Tue, 06 Nov 2012 23:53:11 +0200 Timo Sirainen module_dir_unload(): Don't dlclose() modules if GDB environment is set.
Tue, 06 Nov 2012 23:49:57 +0200 Timo Sirainen lib-ssl-iostream: Unload ssl_iostream_openssl plugin at exit.
Tue, 06 Nov 2012 23:49:24 +0200 Timo Sirainen module_dir_deinit(): If no modules were actually initialized, avoid doing memory allocation.
Tue, 06 Nov 2012 23:23:19 +0200 Timo Sirainen auth: Require auth-token-secret.dat owner to be auth process's uid, not necessarily root.
Tue, 06 Nov 2012 22:15:51 +0200 Timo Sirainen imap: Various fixes for handling expunges in mailbox sync.
Tue, 06 Nov 2012 17:40:34 +0200 Timo Sirainen istream-seekable: Underlying stream errors weren't handled correctly.
Tue, 06 Nov 2012 14:20:00 +0200 Timo Sirainen lib-ssl-iostream: Compiler warning fix when compiling without ssl
Tue, 06 Nov 2012 02:33:38 +0200 Timo Sirainen Makefile: Build lib-ssl-iostream before lib-http
Tue, 06 Nov 2012 01:40:17 +0200 Timo Sirainen Makefile: Fixed building libdovecot.so
Tue, 06 Nov 2012 01:16:20 +0200 Timo Sirainen dovecot-config: Removed LIBDOVECOT_SSL, which is no longer needed.
Tue, 06 Nov 2012 01:11:03 +0200 Timo Sirainen Reverted 269104a0821b (Build imapc and pop3c always as plugins.)
Tue, 06 Nov 2012 01:04:24 +0200 Timo Sirainen lib-ssl-iostream now dynamically loads openssl library instead of linking to it.
Mon, 05 Nov 2012 18:16:56 +0200 Timo Sirainen lib-ssl-iostream: Call all of the OpenSSL deinit functions at exit
Mon, 05 Nov 2012 14:27:52 +0200 Timo Sirainen lib-ssl-iostream: [io]streams were added an unnecessary reference, causing memory leaks.
Sun, 04 Nov 2012 20:04:21 +0200 Timo Sirainen lib-ssl-iostream: Fixed potential assert-crash when reading.
Sun, 04 Nov 2012 19:16:59 +0200 Timo Sirainen lib-ssl-iostream: Copy the original istream's fd to the ssl istream.
Sat, 03 Nov 2012 20:25:17 +0200 Timo Sirainen lib-index: Replaced cache's deleted_space with deleted_record_count.
Sat, 03 Nov 2012 19:37:47 +0200 Timo Sirainen lib-index: Added minor version to dovecot.index.cache file header.
Sat, 03 Nov 2012 19:35:54 +0200 Timo Sirainen lib-index: If a cache record is larger than 64 kB, don't add it to cache file.
Sat, 03 Nov 2012 19:25:35 +0200 Timo Sirainen lib-index: Cache record linking is now while writing new records, not later with pwrite().
Sat, 03 Nov 2012 19:13:24 +0200 Timo Sirainen lib-index: Transaction view shouldn't return ext records if the ext was already reset.
Sat, 03 Nov 2012 18:43:00 +0200 Timo Sirainen lib-index: Recent cache file changes broke writing.
Sat, 03 Nov 2012 14:11:29 +0200 Timo Sirainen lib-storage: Crashfix when doing userdb lookup.
Sat, 03 Nov 2012 13:47:55 +0200 Timo Sirainen lib-index: Write to transaction log using O_APPEND flag.
Thu, 01 Nov 2012 12:32:30 +0200 Timo Sirainen lib-storage: Error logging fixes.
Wed, 31 Oct 2012 14:44:24 +0200 Timo Sirainen hostpid_init(): Don't allow gethostname() to fail. Be more strict about what chars it can contain.
Wed, 31 Oct 2012 13:34:52 +0200 Timo Sirainen lib-storage: Don't require mailbox to be synced for MAILBOX_METADATA_GUID lookup
Wed, 31 Oct 2012 13:29:16 +0200 Timo Sirainen lib-storage: When mailbox_get_status/metadata() auto-syncs mailbox, use MAILBOX_SYNC_FLAG_FAST
Wed, 31 Oct 2012 13:12:22 +0200 Stephan Bosch lib-dns: Added dns_lookup_switch_ioloop()
Wed, 31 Oct 2012 13:11:11 +0200 Timo Sirainen auth: Don't assert-crash in auth-token writing if process isn't running as root.
Mon, 29 Oct 2012 23:03:59 +0200 Timo Sirainen doveadm sync/backup: Added -s parameter to usage string.
Mon, 29 Oct 2012 22:47:35 +0200 Timo Sirainen Added signature for changeset f5941f3ac762
Mon, 29 Oct 2012 22:47:32 +0200 Timo Sirainen Added tag 2.2.alpha1 for changeset f5941f3ac762
Mon, 29 Oct 2012 22:47:32 +0200 Timo Sirainen Released v2.2.alpha1.
Mon, 29 Oct 2012 22:42:28 +0200 Timo Sirainen anvil: Added a comment to remind what the anvil checksums are all about.