log

age author description
Sun, 30 Jul 2006 21:35:47 +0300 Timo Sirainen DEBUG: Show username also in debug line. HEAD
Sun, 30 Jul 2006 21:32:07 +0300 Timo Sirainen Changes to make trash plugin working again. HEAD
Sun, 30 Jul 2006 21:31:23 +0300 Timo Sirainen Fixes to make it compile again. HEAD
Sun, 30 Jul 2006 21:13:03 +0300 Timo Sirainen Delay sending the transaction begin command to server until the first HEAD
Sun, 30 Jul 2006 21:06:09 +0300 Timo Sirainen If invalid key is given to dict_set() or dict_atomic_inc() fail the whole HEAD
Sun, 30 Jul 2006 21:03:18 +0300 Timo Sirainen dict_atomic_inc(): Do nothing if diff parameter is 0. HEAD
Sun, 30 Jul 2006 20:58:38 +0300 Timo Sirainen Added support for multiple quota roots, rules and storages. The configuration HEAD
Mon, 24 Jul 2006 04:57:15 +0300 Timo Sirainen Don't count "." and ".." directory sizes to quota. After rewriting HEAD
Mon, 24 Jul 2006 03:26:47 +0300 Timo Sirainen Restore data stream's offset after it has been internally changed, so that HEAD
Mon, 24 Jul 2006 02:32:11 +0300 Timo Sirainen Use SSL_pending() to figure out if we should call SSL_read() again. HEAD
Mon, 24 Jul 2006 02:19:03 +0300 Timo Sirainen Don't constantly re-read ssl-parameters.dat. Make sure that in input handler HEAD
Mon, 24 Jul 2006 01:42:18 +0300 Timo Sirainen Don't crash if sync needs to be rollbacked. HEAD
Mon, 24 Jul 2006 01:41:43 +0300 Timo Sirainen Slightly improved error message. HEAD
Mon, 24 Jul 2006 01:40:54 +0300 Timo Sirainen When saving a mail with initial keywords, lock the uidlist before doing HEAD
Mon, 24 Jul 2006 00:41:38 +0300 Timo Sirainen In some conditions a keyword could have been added to the index twice. Also HEAD
Sun, 23 Jul 2006 22:08:58 +0300 Timo Sirainen Memory/fd leak fixes HEAD
Sun, 23 Jul 2006 22:01:03 +0300 Timo Sirainen When saving new mails, append the changes to uidlist file, but only when HEAD
Sun, 23 Jul 2006 20:32:43 +0300 Timo Sirainen If header counters got broken when updating internal views, say it clearly HEAD
Sun, 23 Jul 2006 19:50:53 +0300 Timo Sirainen Fixes to writing flags HEAD
Sun, 23 Jul 2006 18:37:56 +0300 Timo Sirainen Fixes for pop3_lock_session=yes. Wasn't as easy as I thought. :) HEAD
Sun, 23 Jul 2006 17:23:00 +0300 Timo Sirainen Small memory usage optimization. HEAD
Sun, 23 Jul 2006 17:20:59 +0300 Timo Sirainen Make pop3_lock_session work with dbox. HEAD
Sun, 23 Jul 2006 17:20:30 +0300 Timo Sirainen If we find unexpected messages from dbox, rebuild index files to fix the HEAD
Tue, 11 Jul 2006 19:07:57 +0300 Timo Sirainen THREAD command handling is now done through a hash index file. This speeds HEAD
Tue, 11 Jul 2006 19:04:21 +0300 Timo Sirainen Added code to support hash table index files. HEAD
Tue, 11 Jul 2006 19:02:42 +0300 Timo Sirainen Added support for calling expunge handler for an extension even if the HEAD
Tue, 11 Jul 2006 19:00:08 +0300 Timo Sirainen Added hook_mailbox_opened to make it easier to hook all mailbox opens. HEAD
Tue, 11 Jul 2006 18:59:33 +0300 Timo Sirainen Added message_id_get_next() to return the next valid Message-ID from a HEAD
Tue, 11 Jul 2006 18:58:45 +0300 Timo Sirainen Added crc32 calculation functions. HEAD
Sat, 08 Jul 2006 18:57:57 +0300 Timo Sirainen Example fix: %Lp -> %Ls HEAD
Wed, 05 Jul 2006 22:52:22 +0300 Timo Sirainen dovecot -n and -a: Print the config file path before parsing it so if there HEAD
Wed, 05 Jul 2006 22:51:36 +0300 Timo Sirainen Comment updates HEAD
Tue, 04 Jul 2006 21:54:34 +0300 Timo Sirainen Updated namespace separator's comments. HEAD
Mon, 03 Jul 2006 16:08:48 +0300 Timo Sirainen --with-ioloop=auto changed to --with-ioloop=best HEAD
Mon, 03 Jul 2006 14:12:15 +0300 Timo Sirainen Crashfix: Added missing date.save field. HEAD
Sun, 02 Jul 2006 22:19:35 +0300 Timo Sirainen mail_cache_min_mail_count is supposed to be an integer, not a string. HEAD
Sun, 02 Jul 2006 20:54:37 +0300 Timo Sirainen Added missing t_pop(). HEAD
Sun, 02 Jul 2006 18:30:12 +0300 Timo Sirainen Don't use epoll/kqueue by default unless --with-ioloop=auto is given. HEAD
Sun, 02 Jul 2006 16:55:31 +0300 Timo Sirainen If something in io_loop_create() failed, we logged the error to /dev/null. HEAD
Sun, 02 Jul 2006 16:47:01 +0300 Timo Sirainen If writing to log file fails, restore errno before %m is used. Although the HEAD
Sun, 02 Jul 2006 14:03:58 +0300 Timo Sirainen List -n and -a in short help. Fixes to --build-options. HEAD
Sun, 02 Jul 2006 01:54:44 +0300 Timo Sirainen Second try with SSL proxy rewrite. Did some fixes since last try. HEAD
Sun, 02 Jul 2006 01:27:29 +0300 Timo Sirainen If there is no quota for the user, GETQUOTAROOT leaked memory HEAD
Sun, 02 Jul 2006 00:19:37 +0300 Timo Sirainen anonymous_username setting wasn't being passed to auth process. HEAD
Sun, 02 Jul 2006 00:15:16 +0300 Timo Sirainen If verbose_ssl=yes set ssl_info_callback and print any alerts and BIO HEAD
Sat, 01 Jul 2006 23:26:10 +0300 Timo Sirainen Don't try to expunge messages if the mailbox is read-only. It'll just cause HEAD
Sat, 01 Jul 2006 23:14:39 +0300 Timo Sirainen mountpoint_get() returned broken mount_path and type with BSDs. HEAD
Sat, 01 Jul 2006 23:13:49 +0300 Timo Sirainen BSD's quotactl() wants a file path, not a device path. HEAD
Sat, 01 Jul 2006 23:09:36 +0300 Timo Sirainen Removed hardcoded 127.* and ::1 IP checks. Instead just check that local IP HEAD
Sat, 01 Jul 2006 22:42:27 +0300 Timo Sirainen Don't require valid uid/gid fields if passwd-file isn't being used as a HEAD
Sat, 01 Jul 2006 22:15:50 +0300 Timo Sirainen Try to handle failures better. HEAD
Sat, 01 Jul 2006 21:44:56 +0300 Timo Sirainen Print the used configuration file's path with -n and -a. HEAD
Sat, 01 Jul 2006 21:40:34 +0300 Timo Sirainen Moved the <hidden> string into a macro. Hide the password also from LDAP HEAD
Sat, 01 Jul 2006 21:33:04 +0300 Timo Sirainen Messages' received time wasn't saved properly when saving/copying multiple HEAD
Sat, 01 Jul 2006 20:53:55 +0300 Timo Sirainen mail_get_physical_size() was broken with non-committed mails, which broke HEAD
Sat, 01 Jul 2006 20:45:17 +0300 Timo Sirainen Try to preserve file's mode and group when copying it. HEAD
Sat, 01 Jul 2006 20:44:46 +0300 Timo Sirainen If namespace's location field wasn't set, the default location was supposed HEAD
Sat, 01 Jul 2006 20:24:11 +0300 Timo Sirainen sql_escape_string() should return const char *, not char *. HEAD
Fri, 30 Jun 2006 17:49:03 +0300 Timo Sirainen safe_mkdir() should return 1 always when it creates a new directory, even if HEAD
Thu, 29 Jun 2006 15:50:18 +0300 Timo Sirainen Added tpop3d's pop3_uidl_format. HEAD