log

age author description
Tue, 12 Jul 2005 17:43:44 +0300 Timo Sirainen Updated IS_ATOM_SPECIAL() list and moved it to header file. HEAD
Tue, 12 Jul 2005 17:43:11 +0300 Timo Sirainen Try to prevent some broken keyword names. HEAD
Tue, 12 Jul 2005 16:40:29 +0300 Timo Sirainen Removed commented code. HEAD
Tue, 12 Jul 2005 16:40:06 +0300 Timo Sirainen Removed no-diskspace flag from status reply. It wasn't working and we're HEAD
Tue, 12 Jul 2005 16:07:47 +0300 Timo Sirainen Missing array-decl.h HEAD
Tue, 12 Jul 2005 16:06:18 +0300 Timo Sirainen Include just "config.h", not "../../config.h". The absolute path breaks HEAD
Tue, 12 Jul 2005 16:04:36 +0300 Timo Sirainen Added comment about config.h hack HEAD
Tue, 12 Jul 2005 15:58:47 +0300 Timo Sirainen Removed direct config.h including. I'm not sure why it was done before, HEAD
Tue, 12 Jul 2005 15:47:11 +0300 Timo Sirainen '*' wasn't working in non-SEARCH messagesets. HEAD
Tue, 12 Jul 2005 15:45:06 +0300 Timo Sirainen Store new/ directory's timestamp in sync_size header in index (kludgy..). HEAD
Tue, 12 Jul 2005 15:24:16 +0300 Timo Sirainen Keywords weren't saved to index while saving. HEAD
Mon, 04 Jul 2005 14:32:13 +0300 Timo Sirainen Moved array declaration to array-decl.h and include it in lib.h. So array.h HEAD
Mon, 04 Jul 2005 00:35:18 +0300 Timo Sirainen Call t_push/t_pop around client command execution function, so if client HEAD
Mon, 04 Jul 2005 00:19:44 +0300 Timo Sirainen If auth worker socket isn't created yet when we try to connect to it, try HEAD
Mon, 04 Jul 2005 00:09:40 +0300 Timo Sirainen Moved sequence set range checks to imap-specific code, so that SEARCH can HEAD
Sun, 03 Jul 2005 23:53:50 +0300 Timo Sirainen Fetching message parts or virtual size from cache didn't work correctly and HEAD
Sun, 03 Jul 2005 23:48:44 +0300 Timo Sirainen If mail_cache_field_exists() returns -1, we can't assume the field can be HEAD
Sun, 03 Jul 2005 18:42:16 +0300 Timo Sirainen Cache mail headers when saving mails to mbox. We should cache everything, HEAD
Sun, 03 Jul 2005 18:15:47 +0300 Timo Sirainen Mark *all* non-found headers that are registered in cache file as non-found HEAD
Sun, 03 Jul 2005 18:14:40 +0300 Timo Sirainen Don't crash if hdr.message-id isn't set in cache file. HEAD
Sun, 03 Jul 2005 18:09:16 +0300 Timo Sirainen Added mail_cache_register_get_list() to get a list of all registered fields HEAD
Sun, 03 Jul 2005 17:18:53 +0300 Timo Sirainen Added imap_bodystructure_is_plain_7bit() HEAD
Sun, 03 Jul 2005 17:18:28 +0300 Timo Sirainen Added MAIL_CACHE_FLAG_TEXT_PLAIN_7BIT_ASCII to compress simple BODY and HEAD
Sun, 03 Jul 2005 16:07:50 +0300 Timo Sirainen Try to be a bit smarter about when to parse header/body. HEAD
Sun, 03 Jul 2005 13:51:48 +0300 Timo Sirainen Don't crash if extension array isn't initialized for index map. HEAD
Sun, 03 Jul 2005 13:47:38 +0300 Timo Sirainen Don't store headers into cache file if they are already there. HEAD
Sun, 03 Jul 2005 13:37:07 +0300 Timo Sirainen If we seek back to beginning of headers, don't call callback again for HEAD
Sat, 02 Jul 2005 13:54:55 +0300 Timo Sirainen Saving messages crashed HEAD
Sat, 02 Jul 2005 13:54:33 +0300 Timo Sirainen Assert/cleanup HEAD
Fri, 01 Jul 2005 00:36:01 +0300 Timo Sirainen Bad endianess fix. It required that LITTLE_ENDIAN and BIG_ENDIAN were HEAD
Thu, 30 Jun 2005 23:55:34 +0300 Timo Sirainen Define I_BYTE_ORDER macro ourself because BYTE_ORDER can't seem to be relied HEAD
Thu, 30 Jun 2005 23:38:48 +0300 Timo Sirainen updated HEAD
Thu, 30 Jun 2005 23:30:06 +0300 Timo Sirainen Added buffer_update_const_data(). HEAD
Thu, 30 Jun 2005 23:28:54 +0300 Timo Sirainen Keyword changes weren't converted properly from sequences to UIDs. HEAD
Thu, 30 Jun 2005 23:28:20 +0300 Timo Sirainen Keywords are stored in maildir filename and maildir-keywords file HEAD
Wed, 29 Jun 2005 01:32:38 +0300 Timo Sirainen Merge changes from multiple index sync records into one before actually HEAD
Tue, 28 Jun 2005 20:06:38 +0300 Timo Sirainen Renamed array_modifyable_*() functions. I could never remember how they were HEAD
Tue, 28 Jun 2005 20:05:47 +0300 Timo Sirainen Compiler warning fix HEAD
Tue, 28 Jun 2005 14:15:57 +0300 Timo Sirainen crashfix HEAD
Tue, 28 Jun 2005 14:13:56 +0300 Timo Sirainen Yet another try at fixing APPEND. HEAD
Tue, 28 Jun 2005 12:54:02 +0300 Timo Sirainen Don't treat known commands with (somewhat) invalid parameters as "bad HEAD
Tue, 28 Jun 2005 03:07:56 +0300 Timo Sirainen EOF change fix. Should finally properly fix APPEND. HEAD
Tue, 28 Jun 2005 02:32:14 +0300 Timo Sirainen Yet another APPEND fix. HEAD
Fri, 17 Jun 2005 23:51:06 +0300 Timo Sirainen Fixed breakage caused by CRLF-support. HEAD
Fri, 17 Jun 2005 23:30:12 +0300 Timo Sirainen APPEND was broken because of recent eof-change in istream-limit. HEAD
Thu, 16 Jun 2005 22:46:59 +0300 Timo Sirainen We didn't notice if messages were deleted directly from new/. HEAD
Thu, 16 Jun 2005 22:46:18 +0300 Timo Sirainen If we have rename()d more than 5 files from new/ to cur/, rescan the HEAD
Thu, 16 Jun 2005 22:26:46 +0300 Timo Sirainen mail_cache_delete() wasn't actually being called for expunged mails, so HEAD
Thu, 16 Jun 2005 12:01:59 +0300 Timo Sirainen When syncing mbox, update MD5 sum for mail if it changes. If we need MD5 HEAD
Thu, 16 Jun 2005 11:21:17 +0300 Timo Sirainen Last change caused user-given passwords to be cached, and later the password HEAD
Wed, 15 Jun 2005 11:05:04 +0300 Timo Sirainen Auth cache wasn't working if password wasn't given (ie. didn't work for HEAD
Wed, 15 Jun 2005 00:42:02 +0300 Timo Sirainen Handle CR+LF linefeeds HEAD
Wed, 15 Jun 2005 00:21:08 +0300 Timo Sirainen Another empty-keyword-list fix with 64bit systems HEAD
Wed, 15 Jun 2005 00:17:06 +0300 Timo Sirainen mail_index_keywords_create() crashed with 64bit systems and not exactly HEAD
Tue, 14 Jun 2005 13:29:01 +0300 Timo Sirainen If username changes, log the change if debugging is enabled. HEAD
Tue, 14 Jun 2005 13:28:37 +0300 Timo Sirainen Allow PAM to modify username. HEAD
Tue, 14 Jun 2005 12:17:40 +0300 Timo Sirainen Destroying auth workers leaked fd. HEAD
Mon, 13 Jun 2005 11:45:57 +0300 Timo Sirainen Fixed parsing multiple parameters HEAD
Fri, 10 Jun 2005 01:29:48 +0300 Timo Sirainen Set stream->eof immediately after we have read up to our limit. HEAD
Thu, 09 Jun 2005 21:44:46 +0300 Timo Sirainen Don't connect to SQL database in main dovecot-auth process if we're using HEAD