log src/lib-index/mbox/mbox-append.c @ 1882:01a83df6c232 HEAD

age author description
Tue, 11 Nov 2003 18:36:59 +0200 Timo Sirainen Fixed "LF not found where expected" error happening in some conditions. HEAD
Mon, 10 Nov 2003 23:53:23 +0200 Timo Sirainen fix HEAD
Sun, 09 Nov 2003 20:26:25 +0200 Timo Sirainen istream rewrite. instead of directly setting any limits to stream, you now HEAD
Wed, 05 Nov 2003 10:42:12 +0200 Timo Sirainen Added istream->eof. istream->v_size is now set to 0 with files. HEAD
Wed, 03 Sep 2003 01:33:33 +0300 Timo Sirainen mbox reading is kind of working again. Just don't try rewriting or expunging HEAD
Wed, 06 Aug 2003 23:15:30 +0300 Timo Sirainen Index cache file rewrite. It's not finished yet and mbox support is HEAD
Thu, 08 May 2003 08:08:29 +0300 Timo Sirainen Don't try to rewrite mbox file if it's read-only. HEAD
Sat, 03 May 2003 20:31:13 +0300 Timo Sirainen Rewrite Content-length header if it's broken. UID-validity change checking HEAD
Thu, 06 Mar 2003 21:23:44 +0200 Timo Sirainen UIDs are now saved into mbox file. added a few rewriting optimizations so HEAD
Wed, 05 Mar 2003 03:41:36 +0200 Timo Sirainen Added index->append_abort() to abort append cleanly. HEAD
Sat, 11 Jan 2003 21:55:56 +0200 Timo Sirainen Naming change for function typedefs. HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Sat, 04 Jan 2003 19:26:29 +0200 Timo Sirainen Use unsigned char* when accessing non-NUL terminating strings. Compiler HEAD
Fri, 20 Dec 2002 09:53:51 +0200 Timo Sirainen Added :INDEX=<dir> for both Maildir and mbox to specify different location HEAD
Mon, 16 Dec 2002 05:27:35 +0200 Timo Sirainen Fixed a unnecessarily large data stack usage when indexing new mails. HEAD
Fri, 06 Dec 2002 03:09:22 +0200 Timo Sirainen Renamed IBuffer and OBuffer to IStream and OStream which describes their HEAD
Sun, 27 Oct 2002 08:37:18 +0200 Timo Sirainen Moved several fields from .imap.index file to .imap.index.data file. Fixed HEAD
Fri, 25 Oct 2002 05:31:19 +0300 Timo Sirainen Small mbox tweaks, hopefully resulting in a bit better performance. HEAD
Thu, 24 Oct 2002 03:15:38 +0300 Timo Sirainen Fixes to timezone handling which were handling quite badly. added HEAD
Mon, 14 Oct 2002 02:49:11 +0300 Timo Sirainen Split IOBuffer into mmaped IBuffer, file IBuffer, memory data IBuffer and HEAD
Sun, 06 Oct 2002 12:20:20 +0300 Timo Sirainen message_parse_header() now calls the function with empty name/value at end HEAD
Sat, 05 Oct 2002 23:39:19 +0300 Timo Sirainen compiler warning fixes HEAD
Mon, 23 Sep 2002 12:13:58 +0300 Timo Sirainen Handle properly messages which have only partial header (eg. new From-line HEAD
Mon, 23 Sep 2002 11:27:32 +0300 Timo Sirainen IOBuffer cleanup, hopefully fixes some mbox problems. HEAD
Sun, 22 Sep 2002 12:27:21 +0300 Timo Sirainen Ignore empty lines at beginning of mbox file. HEAD
Tue, 17 Sep 2002 06:01:25 +0300 Timo Sirainen Handle 1-bytes mbox files (just \n) without any warnings, and expunging all HEAD
Sun, 15 Sep 2002 14:09:08 +0300 Timo Sirainen s/io_buffer_read_data/io_buffer_read_data_blocking/ and fixed the various HEAD
Tue, 10 Sep 2002 04:17:43 +0300 Timo Sirainen Broke saving new mail HEAD
Tue, 10 Sep 2002 01:49:34 +0300 Timo Sirainen cleanups / reliability fixes HEAD
Mon, 09 Sep 2002 05:11:01 +0300 Timo Sirainen X-IMAPbase is now parsed correctly. HEAD
Sun, 08 Sep 2002 17:39:05 +0300 Timo Sirainen move size_t fixes HEAD
Sun, 08 Sep 2002 15:12:41 +0300 Timo Sirainen partial changes to add X-IMAPbase parser update custom flags HEAD
Fri, 06 Sep 2002 16:43:58 +0300 Timo Sirainen Bigger changes.. full_virtual_size was removed from index record and HEAD
Tue, 03 Sep 2002 22:56:49 +0300 Timo Sirainen previous fix for updating initial message flags wasn't done correctly HEAD
Tue, 03 Sep 2002 22:31:00 +0300 Timo Sirainen Flags for new messages weren't set properly, so the header sum counters were HEAD
Sat, 31 Aug 2002 23:12:59 +0300 Timo Sirainen added index->lookup_field_raw() and update_field_raw(), changed mbox to save HEAD
Wed, 28 Aug 2002 23:59:40 +0300 Timo Sirainen maybe now? HEAD
Wed, 28 Aug 2002 23:57:49 +0300 Timo Sirainen fixes.. HEAD
Wed, 28 Aug 2002 23:51:37 +0300 Timo Sirainen more fixes HEAD
Wed, 28 Aug 2002 23:32:56 +0300 Timo Sirainen more fix fixes (maybe i should test these before committing :) HEAD
Wed, 28 Aug 2002 23:30:32 +0300 Timo Sirainen yet more mbox fix fixes HEAD
Wed, 28 Aug 2002 23:20:16 +0300 Timo Sirainen mbox fixes HEAD
Tue, 27 Aug 2002 22:16:54 +0300 Timo Sirainen Introduced uoff_t which is the unsigned-equilevant of off_t. This was needed HEAD
Sun, 25 Aug 2002 23:50:09 +0300 Timo Sirainen after a few times of trying to access uncached fields, they're cached the HEAD
Sat, 24 Aug 2002 05:04:45 +0300 Timo Sirainen mbox fixes, not fully working yet but almost :) HEAD
Thu, 22 Aug 2002 15:48:38 +0300 Timo Sirainen s/user_data/context/ and some s/Data/Context/ HEAD
Thu, 22 Aug 2002 01:10:20 +0300 Timo Sirainen Message data is parsed in blocks (no longer entirely mmap()ed). Several HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD