log

age author description
Thu, 21 Jul 2005 22:07:37 +0300 Timo Sirainen Check that record alignmentation is actually used correctly. If not, HEAD
Thu, 14 Jul 2005 00:35:17 +0300 Timo Sirainen If address doesn't have a name, return it as NULL instead of "". This fixes HEAD
Wed, 13 Jul 2005 18:55:11 +0300 Timo Sirainen Keep record size divisible with maximum wanted extension field alignment. HEAD
Wed, 13 Jul 2005 18:50:56 +0300 Timo Sirainen mail_cache_register_get_list(): Allocate the returned strings also from HEAD
Wed, 13 Jul 2005 11:25:24 +0300 Timo Sirainen Header caching was more or less broken. HEAD
Wed, 13 Jul 2005 00:15:16 +0300 Timo Sirainen Set close-on-exec flags for opened file descriptors. HEAD
Tue, 12 Jul 2005 23:45:59 +0300 Timo Sirainen Several fixes to FETCHing MIME body parts. [n.MIME] was completely broken. HEAD
Tue, 12 Jul 2005 23:45:27 +0300 Timo Sirainen Boundary line could have been included in next message part's headers. HEAD
Tue, 12 Jul 2005 21:14:44 +0300 Timo Sirainen Updates HEAD
Tue, 12 Jul 2005 19:09:25 +0300 Timo Sirainen And removed the other added atom-specials as well.. HEAD
Tue, 12 Jul 2005 19:08:11 +0300 Timo Sirainen Removed ']' from atom-specials because our FETCH BODY[] handling fails HEAD
Tue, 12 Jul 2005 18:54:26 +0300 Timo Sirainen Compile fix HEAD
Tue, 12 Jul 2005 18:53:55 +0300 Timo Sirainen If dnotify/inotify isn't in kernel, handle the errors silently and without HEAD
Tue, 12 Jul 2005 18:48:51 +0300 Timo Sirainen Notification was added to maildir root always, not to the actual mailbox HEAD
Tue, 12 Jul 2005 18:44:49 +0300 Timo Sirainen data -> context/ctx naming convention replaces HEAD
Tue, 12 Jul 2005 18:40:33 +0300 Timo Sirainen Added inotify patch by Johannes Berg and did some restructuring to HEAD
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