log

age author description
Mon, 05 Jul 2004 00:22:00 +0300 Timo Sirainen cache fix HEAD
Mon, 05 Jul 2004 00:10:32 +0300 Timo Sirainen header and extra_rec syncing crashed because of recent changes. HEAD
Mon, 05 Jul 2004 00:07:43 +0300 Timo Sirainen Cache API updates. Don't return direct pointers to mmaped cache file anymore. HEAD
Sun, 04 Jul 2004 23:11:04 +0300 Timo Sirainen renaming mailbox under existing mailbox gave wrong error message HEAD
Sun, 04 Jul 2004 23:00:47 +0300 Timo Sirainen Cache updating is done now by first reserving space where to write, and then HEAD
Sun, 04 Jul 2004 17:26:22 +0300 Timo Sirainen Caching fixes and optimizations. Removed all network byte ordering code - HEAD
Sun, 04 Jul 2004 14:50:48 +0300 Timo Sirainen Cache file compression works now and compressed cache file is reopened. HEAD
Sat, 03 Jul 2004 23:17:37 +0300 Timo Sirainen Removed mail_index_is_in_memory(). It wasn't implemented and it's useless HEAD
Sat, 03 Jul 2004 21:13:45 +0300 Timo Sirainen Updated comment about how syncing is done, and s/extra space/padding/ HEAD
Sat, 03 Jul 2004 20:21:26 +0300 Timo Sirainen mail_index_sync_sort_flags() now merges flag changes so mail storage HEAD
Sat, 03 Jul 2004 13:57:52 +0300 Timo Sirainen UIDs for appended messages can now be assigned all at once. Maildir now HEAD
Sat, 03 Jul 2004 13:43:12 +0300 Timo Sirainen was missing from last commit HEAD
Sat, 03 Jul 2004 12:47:13 +0300 Timo Sirainen Dropped MBOX_HEADER_EXTRA_SPACE from 100 to 50. It should be enough. HEAD
Sat, 03 Jul 2004 12:44:21 +0300 Timo Sirainen If we're not connected to all auth sockets, wait before sending greeting so HEAD
Sat, 03 Jul 2004 01:03:36 +0300 Timo Sirainen Added APOP authentication for POP3. Patch by Andrey Panin. HEAD
Fri, 02 Jul 2004 21:30:17 +0300 Timo Sirainen Don't keep filling empty spaces which will be overwritten soon anyway. Major HEAD
Fri, 02 Jul 2004 18:36:25 +0300 Timo Sirainen i_stream_read_data() could have returned invalid data at EOF (notable with HEAD
Fri, 02 Jul 2004 16:34:37 +0300 Timo Sirainen body_offset wasn't set if mail had no header. HEAD
Fri, 02 Jul 2004 15:45:53 +0300 Timo Sirainen make sure there's only LWSP after X-UID HEAD
Fri, 02 Jul 2004 15:14:13 +0300 Timo Sirainen fix for mboxes with pseudo header mail HEAD
Fri, 02 Jul 2004 14:50:46 +0300 Timo Sirainen saving messages to empty mbox was buggy HEAD
Fri, 02 Jul 2004 13:33:48 +0300 Timo Sirainen assert crashfix HEAD
Wed, 30 Jun 2004 15:18:35 +0300 Timo Sirainen Cache decision explanation comment. HEAD
Wed, 30 Jun 2004 11:52:39 +0300 Timo Sirainen No maildir filename checking after all. HEAD
Tue, 29 Jun 2004 19:23:54 +0300 Timo Sirainen Temporary: never compress cache file as it's broken now. HEAD
Tue, 29 Jun 2004 18:56:34 +0300 Timo Sirainen Require that filenames in maildir begin with a digit, otherwise complain. HEAD
Tue, 29 Jun 2004 16:18:21 +0300 Timo Sirainen no_partial_rewrite was incorrectly set always HEAD
Tue, 29 Jun 2004 16:10:52 +0300 Timo Sirainen fix, _read() sometimes returned -2 too early HEAD
Tue, 29 Jun 2004 15:10:36 +0300 Timo Sirainen added comment about solaris and changed the macros once again, although may HEAD
Tue, 29 Jun 2004 12:29:55 +0300 Timo Sirainen compile fix when SSL is disabled HEAD
Tue, 29 Jun 2004 01:17:59 +0300 Timo Sirainen fix HEAD
Tue, 29 Jun 2004 01:03:24 +0300 Timo Sirainen some fixes for handling pseudo headers. HEAD
Tue, 29 Jun 2004 00:32:29 +0300 Timo Sirainen Several fixes for updating mbox. Recent changes also made it corrupt HEAD
Tue, 29 Jun 2004 00:31:10 +0300 Timo Sirainen full_value should contain LFs as well HEAD
Mon, 28 Jun 2004 20:35:27 +0300 Timo Sirainen Added some smartness for deciding what to cache. Cache compression code compiles, but untested. HEAD
Mon, 28 Jun 2004 19:44:38 +0300 Timo Sirainen don't close dotlock fd if it's given as -1 HEAD
Mon, 28 Jun 2004 19:13:59 +0300 Timo Sirainen Allow giving 0 max_buffer_size, in which case "optimal" size is used. HEAD
Mon, 28 Jun 2004 15:08:00 +0300 Timo Sirainen fixed some fd leaks in error conditions HEAD
Thu, 24 Jun 2004 17:00:21 +0300 Timo Sirainen Check immediately if we have write-access to mbox. HEAD
Thu, 24 Jun 2004 16:47:35 +0300 Timo Sirainen Save MD5 sums of some headers for readonly mboxes and use them for syncing HEAD
Thu, 24 Jun 2004 16:43:56 +0300 Timo Sirainen removed assert HEAD
Thu, 24 Jun 2004 14:10:41 +0300 Timo Sirainen Record size is allowed to change between index files. This will allow adding HEAD
Wed, 23 Jun 2004 23:10:34 +0300 Timo Sirainen assertfix HEAD
Wed, 23 Jun 2004 21:33:22 +0300 Timo Sirainen Added a framework for getting POP3 UIDL strings from mail-storage. The HEAD
Wed, 23 Jun 2004 21:05:14 +0300 Timo Sirainen crashfix if client closes connection while authenticating HEAD
Wed, 23 Jun 2004 20:50:43 +0300 Timo Sirainen Dovecot can now connect to externally running dovecot-auth. HEAD
Wed, 23 Jun 2004 20:48:35 +0300 Timo Sirainen DEBUG: If GDB environment is set, don't do fd leak checks. HEAD
Wed, 23 Jun 2004 20:47:06 +0300 Timo Sirainen Default to "" args instead of NULL to avoid some crashes HEAD
Wed, 23 Jun 2004 19:36:18 +0300 Timo Sirainen Allow empty section name. HEAD
Wed, 23 Jun 2004 18:02:50 +0300 Timo Sirainen skip extra whitespace between "dbtype arguments" HEAD
Wed, 23 Jun 2004 18:00:24 +0300 Timo Sirainen Add a comment about # chars and whitespace. HEAD
Wed, 23 Jun 2004 17:50:47 +0300 Timo Sirainen don't change our umask permanently HEAD
Wed, 23 Jun 2004 16:43:36 +0300 Timo Sirainen Crashfixes for disabled cache. HEAD
Wed, 23 Jun 2004 09:09:00 +0300 Timo Sirainen partial syncing fixes HEAD
Wed, 23 Jun 2004 06:31:52 +0300 Timo Sirainen Complain about reappearing UIDs, but reassign new UIDs to them anyway. Don't HEAD
Tue, 22 Jun 2004 22:28:15 +0300 Timo Sirainen We didn't specify full path for .subscriptions file, and it was named HEAD
Tue, 22 Jun 2004 10:48:18 +0300 Timo Sirainen get_last_error() wasn't virtualizable HEAD
Tue, 22 Jun 2004 10:36:33 +0300 Timo Sirainen Added mail_index_transaction_get_updated_view() which can be used to access HEAD
Mon, 21 Jun 2004 21:13:21 +0300 Timo Sirainen updates HEAD
Mon, 21 Jun 2004 17:51:04 +0300 Timo Sirainen Removed UIDPLUS after all, it needs more thinking about with maildir. HEAD