log

age author description
Tue, 15 Oct 2002 00:21:48 +0300 Timo Sirainen Added installation document HEAD
Tue, 15 Oct 2002 00:19:21 +0300 Timo Sirainen removed gnutls-kludge, we require gnutls 0.5.5 or later now. HEAD
Tue, 15 Oct 2002 00:14:53 +0300 Timo Sirainen help update HEAD
Mon, 14 Oct 2002 23:40:01 +0300 Timo Sirainen imap_envelope_parse() wasn't working HEAD
Mon, 14 Oct 2002 23:36:51 +0300 Timo Sirainen use p_realloc() instead of p_realloc_min(). HEAD
Mon, 14 Oct 2002 23:36:24 +0300 Timo Sirainen wasn't working HEAD
Mon, 14 Oct 2002 23:26:45 +0300 Timo Sirainen p_realloc() was buggy HEAD
Mon, 14 Oct 2002 23:26:38 +0300 Timo Sirainen Use the largest output buffer size when growing corked buffer. HEAD
Mon, 14 Oct 2002 20:48:03 +0300 Timo Sirainen check return value of o_buffer_send() correctly HEAD
Mon, 14 Oct 2002 19:25:41 +0300 Timo Sirainen bugfix to seek() HEAD
Mon, 14 Oct 2002 18:45:59 +0300 Timo Sirainen iovec.iov_len may be signed, fix the warning HEAD
Mon, 14 Oct 2002 18:44:35 +0300 Timo Sirainen o_buffer_send_ibuffer() - handle properly writing 0 bytes HEAD
Mon, 14 Oct 2002 18:13:07 +0300 Timo Sirainen Bugfixes to mbox and OBuffer handling. HEAD
Mon, 14 Oct 2002 04:16:05 +0300 Timo Sirainen bugfix HEAD
Mon, 14 Oct 2002 04:06:24 +0300 Timo Sirainen bugfixes HEAD
Mon, 14 Oct 2002 03:38:52 +0300 Timo Sirainen ignore 0 byte long sends. HEAD
Mon, 14 Oct 2002 03:32:42 +0300 Timo Sirainen bugfix HEAD
Mon, 14 Oct 2002 03:27:42 +0300 Timo Sirainen checks for writev() HEAD
Mon, 14 Oct 2002 02:49:11 +0300 Timo Sirainen Split IOBuffer into mmaped IBuffer, file IBuffer, memory data IBuffer and HEAD
Sun, 13 Oct 2002 18:52:19 +0300 Timo Sirainen Check return values for malloc()s and calloc()s. HEAD
Sat, 12 Oct 2002 01:33:54 +0300 Timo Sirainen Dropped sent_time and alignment from MailIndexRecord. SEARCH can now use HEAD
Fri, 11 Oct 2002 15:46:18 +0300 Timo Sirainen Print alerts to log. HEAD
Thu, 10 Oct 2002 22:35:37 +0300 Timo Sirainen STARTTLS was broken HEAD
Thu, 10 Oct 2002 05:07:55 +0300 Timo Sirainen bugfix/cleanup HEAD
Thu, 10 Oct 2002 05:01:34 +0300 Timo Sirainen Created datastack_mempool which is used by at least a few temporary HEAD
Thu, 10 Oct 2002 04:45:42 +0300 Timo Sirainen missing mempool-datastack.c HEAD
Wed, 09 Oct 2002 23:49:07 +0300 Timo Sirainen s/t_try_grow/t_try_realloc/ HEAD
Wed, 09 Oct 2002 21:08:26 +0300 Timo Sirainen typofix HEAD
Wed, 09 Oct 2002 20:49:41 +0300 Timo Sirainen changed all "temporary memory pool" references to "data stack" HEAD
Wed, 09 Oct 2002 20:44:04 +0300 Timo Sirainen s/temporary memory pool/data stack/ which is the correct name for it. HEAD
Wed, 09 Oct 2002 19:45:47 +0300 Timo Sirainen Parse Content-Language correctly for BODYSTRUCTURE. HEAD
Wed, 09 Oct 2002 19:43:31 +0300 Timo Sirainen IS_TOKEN_STRING() wasn't working HEAD
Wed, 09 Oct 2002 19:23:14 +0300 Timo Sirainen mbox_skip_forward() didn't correctly check for LF+CR+LF header ending. HEAD
Wed, 09 Oct 2002 19:04:39 +0300 Timo Sirainen FETCH BODY[HEADER.FIELDS*] is handled now better for huge headers. For HEAD
Wed, 09 Oct 2002 17:28:04 +0300 Timo Sirainen t_try_grow() works now for "last allocated memory in current stack frame", HEAD
Wed, 09 Oct 2002 17:03:08 +0300 Timo Sirainen whops, update tree and modifylog with correct uid instead of 0. added extra HEAD
Wed, 09 Oct 2002 16:56:44 +0300 Timo Sirainen Fixes for first_hole_* updating. Removed last_lookup, it doesn't speed up HEAD
Wed, 09 Oct 2002 02:39:19 +0300 Timo Sirainen mail_tree_rebuild() wasn't updated for new indexing code HEAD
Wed, 09 Oct 2002 02:35:30 +0300 Timo Sirainen expunge fixes HEAD
Wed, 09 Oct 2002 02:26:08 +0300 Timo Sirainen ioloop_create() takes now pool-parameter. io_buffer_create_mmaped() takes HEAD
Wed, 09 Oct 2002 02:22:06 +0300 Timo Sirainen Send error message if close() fails in net_disconnect(). HEAD
Wed, 09 Oct 2002 02:20:09 +0300 Timo Sirainen We didn't destroy the ssl connection after error in send. HEAD
Wed, 09 Oct 2002 02:18:12 +0300 Timo Sirainen Don't warn about invalid sessions. HEAD
Tue, 08 Oct 2002 04:15:54 +0300 Timo Sirainen imap_msgcache_get_rfc822_partial() calculated missing header size by HEAD
Tue, 08 Oct 2002 03:55:32 +0300 Timo Sirainen \* flag was missing from PERMANENTFLAGS. HEAD
Tue, 08 Oct 2002 03:36:04 +0300 Timo Sirainen minor speedups HEAD
Mon, 07 Oct 2002 18:18:59 +0300 Timo Sirainen Comments inside <> mail addresses crashed. HEAD
Mon, 07 Oct 2002 18:18:49 +0300 Timo Sirainen "fast open" with (eg. used with STATUS) worked exactly opposite way, caching HEAD
Mon, 07 Oct 2002 16:37:52 +0300 Timo Sirainen speedup HEAD
Mon, 07 Oct 2002 16:07:18 +0300 Timo Sirainen mail_tree_lookup_uid_range() still buggy if first_uid wasn't found. HEAD
Mon, 07 Oct 2002 14:50:48 +0300 Timo Sirainen sequence number still wasn't right always HEAD
Sun, 06 Oct 2002 21:27:57 +0300 Timo Sirainen make io_buffer_send_flush() always removes the cork, even if there's nothing HEAD
Sun, 06 Oct 2002 19:08:27 +0300 Timo Sirainen updated with lots of new capability comments HEAD
Sun, 06 Oct 2002 14:59:53 +0300 Timo Sirainen still wrong seq HEAD
Sun, 06 Oct 2002 14:51:28 +0300 Timo Sirainen mail_tree_lookup_uid_range() didn't return correct seq number if the first HEAD
Sun, 06 Oct 2002 14:35:13 +0300 Timo Sirainen dotlock fixes: don't delete dotlock when we didn't create it (when removing HEAD
Sun, 06 Oct 2002 14:03:24 +0300 Timo Sirainen kludge: localtime() must be called before chroot(), or the timezone isn't HEAD
Sun, 06 Oct 2002 13:47:12 +0300 Timo Sirainen Don't try to deinitialize gnutls if we haven't initialized it.. HEAD
Sun, 06 Oct 2002 12:34:54 +0300 Timo Sirainen Write Content-Length header for rewritten messages. 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
Sun, 06 Oct 2002 10:41:06 +0300 Timo Sirainen Compress index when 50% of it is deleted. HEAD
Sun, 06 Oct 2002 09:10:12 +0300 Timo Sirainen lockfix HEAD
Sun, 06 Oct 2002 09:08:26 +0300 Timo Sirainen more locking fixes. HEAD
Sun, 06 Oct 2002 08:52:43 +0300 Timo Sirainen mbox locking cleanups HEAD
Sun, 06 Oct 2002 08:44:27 +0300 Timo Sirainen Added io_buffer_set_start_offset() and io_buffer_ref() and replaced HEAD
Sun, 06 Oct 2002 06:09:36 +0300 Timo Sirainen Added autoclose_fd-flag for io_buffer_create_file() and HEAD
Sun, 06 Oct 2002 05:54:35 +0300 Timo Sirainen When updating any of the fields, keep them in the original location in HEAD
Sun, 06 Oct 2002 05:15:27 +0300 Timo Sirainen Small optimization for mail_index_lookup() when there's only one hole in HEAD
Sun, 06 Oct 2002 05:00:19 +0300 Timo Sirainen guess it works now, debugging disabled now. HEAD
Sun, 06 Oct 2002 04:35:36 +0300 Timo Sirainen bugfixes HEAD
Sun, 06 Oct 2002 04:10:51 +0300 Timo Sirainen If the data file was fully truncated, the mmap wasn't updated and it crashed HEAD
Sun, 06 Oct 2002 03:46:38 +0300 Timo Sirainen bad typo bug HEAD
Sun, 06 Oct 2002 03:37:27 +0300 Timo Sirainen crashfix when growing tree file size HEAD
Sun, 06 Oct 2002 03:30:14 +0300 Timo Sirainen First version of binary tree file, still some locking issues while opening HEAD
Sun, 06 Oct 2002 00:47:33 +0300 Timo Sirainen one final hpux fix. HEAD
Sun, 06 Oct 2002 00:23:35 +0300 Timo Sirainen 0.98.4 released HEAD
Sun, 06 Oct 2002 00:18:16 +0300 Timo Sirainen compiler warning fixes HEAD
Sun, 06 Oct 2002 00:13:22 +0300 Timo Sirainen more compiler warnings fixes HEAD
Sun, 06 Oct 2002 00:07:09 +0300 Timo Sirainen compiler fixes HEAD
Sun, 06 Oct 2002 00:04:50 +0300 Timo Sirainen keep the port unsigned. HEAD
Sat, 05 Oct 2002 23:39:19 +0300 Timo Sirainen compiler warning fixes HEAD
Sat, 05 Oct 2002 23:16:55 +0300 Timo Sirainen hpux compiler fix HEAD
Sat, 05 Oct 2002 23:09:41 +0300 Timo Sirainen Fix for hpux ansi compiler. HEAD
Sat, 05 Oct 2002 23:06:04 +0300 Timo Sirainen Define CMSG_SPACE always if it's undefined, not only if __sun__ is defined. HEAD
Fri, 04 Oct 2002 22:28:16 +0300 Timo Sirainen extra checks HEAD
Fri, 04 Oct 2002 20:15:09 +0300 Timo Sirainen message_send() didn't correctly add CR to 256k boundaries. HEAD
Tue, 01 Oct 2002 13:58:16 +0300 Timo Sirainen () was missing around envelope in body/bodystructure. HEAD
Tue, 01 Oct 2002 00:22:15 +0300 Timo Sirainen 0.98.3 version number update HEAD
Tue, 01 Oct 2002 00:21:37 +0300 Timo Sirainen 0.98.3 out.. HEAD
Tue, 01 Oct 2002 00:18:12 +0300 Timo Sirainen Several fields in BODY were unquoted. HEAD
Mon, 30 Sep 2002 23:36:29 +0300 Timo Sirainen update HEAD
Mon, 30 Sep 2002 23:12:00 +0300 Timo Sirainen 0.98.2 released HEAD
Mon, 30 Sep 2002 23:10:14 +0300 Timo Sirainen t_push() added HEAD
Mon, 30 Sep 2002 23:02:11 +0300 Timo Sirainen message_part_serialize_update_header() was still broken, it modified the HEAD
Mon, 30 Sep 2002 02:08:18 +0300 Timo Sirainen Cached MessagePart reading wasn't working because alignment broke the strict HEAD
Mon, 30 Sep 2002 01:08:29 +0300 Timo Sirainen hardlink-COPY fixed. HEAD
Sun, 29 Sep 2002 21:01:25 +0300 Timo Sirainen cleanup HEAD
Sun, 29 Sep 2002 20:54:47 +0300 Timo Sirainen cleanup HEAD
Sun, 29 Sep 2002 20:47:41 +0300 Timo Sirainen more ANSI-C fixes. HEAD
Sun, 29 Sep 2002 20:42:00 +0300 Timo Sirainen ANSI-C compatibility fixes HEAD
Sun, 29 Sep 2002 20:41:16 +0300 Timo Sirainen s/--enable/--with/ to all auth modules. added --with-file-offset-size=BITS HEAD
Sun, 29 Sep 2002 19:19:53 +0300 Timo Sirainen Modify log fixes. STORE and SEARCH didn't handle properly message sequence HEAD
Sat, 28 Sep 2002 13:29:10 +0300 Timo Sirainen cleanup HEAD
Sat, 28 Sep 2002 12:51:13 +0300 Timo Sirainen Send RECENT after all EXISTS replies. Check for new mail in mailbox after HEAD
Fri, 27 Sep 2002 17:16:52 +0300 Timo Sirainen if auth processes were killed, login process didn't reconnect to them HEAD
Thu, 26 Sep 2002 23:26:56 +0300 Timo Sirainen Always return ENVELOPE, even if full of NILs. HEAD
Thu, 26 Sep 2002 23:22:08 +0300 Timo Sirainen Handle mmap() failures better. HEAD
Thu, 26 Sep 2002 20:06:57 +0300 Timo Sirainen message_part_serialize_update_header() didn't update positions for subparts HEAD
Thu, 26 Sep 2002 01:10:17 +0300 Timo Sirainen fsck() before updating the cache. HEAD
Thu, 26 Sep 2002 00:25:40 +0300 Timo Sirainen When selecting a mailbox and we're out of disk space, send ALERT to user HEAD
Thu, 26 Sep 2002 00:24:32 +0300 Timo Sirainen out of disk space -fixes HEAD
Wed, 25 Sep 2002 23:24:56 +0300 Timo Sirainen Only first search condition was checked. HEAD
Wed, 25 Sep 2002 19:03:23 +0300 Timo Sirainen If authentication failed, the failure message was written to output buffer HEAD
Tue, 24 Sep 2002 20:47:34 +0300 Timo Sirainen custom flags weren't saved properly. HEAD
Tue, 24 Sep 2002 20:38:37 +0300 Timo Sirainen mbox ignored message flags for APPEND. HEAD
Tue, 24 Sep 2002 19:52:22 +0300 Timo Sirainen released 0.98.1 HEAD
Tue, 24 Sep 2002 19:39:00 +0300 Timo Sirainen Rewrite only needed parts of mbox. We don't rename() anymore, which means we HEAD
Tue, 24 Sep 2002 19:36:52 +0300 Timo Sirainen io_buffer_send_iobuffer() didn't set buf_errno if sendfile() failed. HEAD
Tue, 24 Sep 2002 19:17:39 +0300 Timo Sirainen One digit day wasn't parsed correctly in From-line. HEAD
Tue, 24 Sep 2002 16:53:43 +0300 Timo Sirainen comment fix HEAD
Tue, 24 Sep 2002 16:01:47 +0300 Timo Sirainen We didn't allow saving messages longer than 8192 bytes. Now we also send the HEAD
Tue, 24 Sep 2002 10:01:32 +0300 Timo Sirainen BODY / BODYSTRUCTURE generator didn't like if message didn't start from zero HEAD
Tue, 24 Sep 2002 09:55:40 +0300 Timo Sirainen mail_index_update_headers() seeked always to beginning of file, instead of HEAD
Mon, 23 Sep 2002 20:23:03 +0300 Timo Sirainen CREATE and DELETE fixes for mbox (last changes for .98 :) HEAD
Mon, 23 Sep 2002 20:13:55 +0300 Timo Sirainen 0.98 released. HEAD
Mon, 23 Sep 2002 20:02:15 +0300 Timo Sirainen Actually, first don't do anything if there's no dirty flags. Then fsck(). HEAD
Mon, 23 Sep 2002 19:57:58 +0300 Timo Sirainen UNSUBSCRIBE wasn't working. HEAD
Mon, 23 Sep 2002 19:41:09 +0300 Timo Sirainen fsck() before checking the rewrite-flag, so we won't write the 1-byte HEAD
Mon, 23 Sep 2002 14:48:29 +0300 Timo Sirainen keep exclusive lock while rewriting. HEAD
Mon, 23 Sep 2002 14:47:32 +0300 Timo Sirainen updated HEAD
Mon, 23 Sep 2002 14:38:46 +0300 Timo Sirainen mbox locking changes. support read-locking now. there's still problems HEAD
Mon, 23 Sep 2002 14:11:58 +0300 Timo Sirainen some cleanups + fd leaks when recaching mailbox. HEAD
Mon, 23 Sep 2002 13:42:20 +0300 Timo Sirainen Added fast-flag for mailbox opening, which doesn't do any index compressing HEAD
Mon, 23 Sep 2002 13:30:21 +0300 Timo Sirainen close mailbox before sending "OK Logout completed", because the closing may HEAD
Mon, 23 Sep 2002 13:22:37 +0300 Timo Sirainen Better checking for the ending From-line, so it won't falsely check it in HEAD
Mon, 23 Sep 2002 12:18:58 +0300 Timo Sirainen updated 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:42:01 +0300 Timo Sirainen mail_index_compress_data() didn't set used_file_size in header 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
Sat, 21 Sep 2002 09:36:18 +0300 Timo Sirainen missing header file HEAD
Sat, 21 Sep 2002 09:35:56 +0300 Timo Sirainen switching modifylog crashed. HEAD
Fri, 20 Sep 2002 18:58:23 +0300 Timo Sirainen mbox fsck() didn't like files containing only "\n". fsck also now resets HEAD
Fri, 20 Sep 2002 18:41:19 +0300 Timo Sirainen wrong parameters to msync(), causing it to fail when trying to mark old HEAD
Fri, 20 Sep 2002 14:57:48 +0300 Timo Sirainen list supported auth methods HEAD
Fri, 20 Sep 2002 14:51:23 +0300 Timo Sirainen vpopmail needs also crypt() HEAD
Fri, 20 Sep 2002 14:50:01 +0300 Timo Sirainen list vpopmail in auths list. HEAD
Fri, 20 Sep 2002 14:47:27 +0300 Timo Sirainen print "checking vpopmail" HEAD
Fri, 20 Sep 2002 14:27:18 +0300 Timo Sirainen vpopmail authentication. compiles, not tested if it really works. HEAD
Fri, 20 Sep 2002 14:25:05 +0300 Timo Sirainen Print usage with invalid parameters. HEAD
Fri, 20 Sep 2002 09:07:58 +0300 Timo Sirainen mail_index_data_sync_file() now doesn't complain if mmap_used_length is 0 HEAD
Fri, 20 Sep 2002 08:40:43 +0300 Timo Sirainen Index compression broke it + few other fixes HEAD
Fri, 20 Sep 2002 08:20:11 +0300 Timo Sirainen fsck() now prints what differences it found HEAD
Thu, 19 Sep 2002 22:23:19 +0300 Timo Sirainen don't silently ignore if expunge can't unlink() some message. HEAD
Thu, 19 Sep 2002 22:01:12 +0300 Timo Sirainen rename() file first, only then update index if it was successful. HEAD
Thu, 19 Sep 2002 21:58:09 +0300 Timo Sirainen STORE needs to sync too, or maildir could see old filenames. HEAD
Thu, 19 Sep 2002 20:49:11 +0300 Timo Sirainen message_content_parse_header() didn't parse the header properly and just HEAD
Thu, 19 Sep 2002 20:14:34 +0300 Timo Sirainen ..better crashfix, to fix mbox crashes too.. HEAD
Thu, 19 Sep 2002 20:04:00 +0300 Timo Sirainen crashed if index or hash was rebuilt HEAD
Tue, 17 Sep 2002 08:19:22 +0300 Timo Sirainen FSCK flag is removed at set_lock(), so it can't be directly set anywhere.. HEAD
Tue, 17 Sep 2002 08:17:10 +0300 Timo Sirainen Don't save \Recent flag to index. 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
Tue, 17 Sep 2002 04:51:11 +0300 Timo Sirainen expunging last message from mbox duplicated the whole file. appending mail HEAD
Tue, 17 Sep 2002 04:49:45 +0300 Timo Sirainen message_parse_header() went to infinite loop with partial header HEAD
Mon, 16 Sep 2002 17:16:52 +0300 Timo Sirainen \r\n chars are now always stripped from headers before placing them in HEAD
Mon, 16 Sep 2002 16:51:46 +0300 Timo Sirainen if hash was rebuilt, it wasn't always mmap()ed. recent-status wasn't updated HEAD
Mon, 16 Sep 2002 16:09:47 +0300 Timo Sirainen when opening index, sync before updating cached fields so it won't print HEAD
Mon, 16 Sep 2002 15:59:06 +0300 Timo Sirainen Report FETCH failure properly HEAD
Mon, 16 Sep 2002 15:28:59 +0300 Timo Sirainen UNSUBSCRIBE didn't work if folder didn't exist. HEAD
Mon, 16 Sep 2002 12:52:58 +0300 Timo Sirainen still wrong.. HEAD
Mon, 16 Sep 2002 12:49:13 +0300 Timo Sirainen modifylog opening was buggy HEAD
Mon, 16 Sep 2002 11:41:35 +0300 Timo Sirainen fixed some locking issues HEAD
Mon, 16 Sep 2002 10:39:26 +0300 Timo Sirainen mail_index_lookup() didn't always return correct record.. HEAD
Mon, 16 Sep 2002 09:50:41 +0300 Timo Sirainen bugfix HEAD
Mon, 16 Sep 2002 09:41:32 +0300 Timo Sirainen cleanup/fix HEAD
Mon, 16 Sep 2002 09:33:51 +0300 Timo Sirainen message_parse_header() works now properly if there's no message body at all, HEAD
Mon, 16 Sep 2002 08:52:57 +0300 Timo Sirainen file_set_size() was buggy when it was supposed to shrink file HEAD
Mon, 16 Sep 2002 08:44:59 +0300 Timo Sirainen bugfix HEAD
Mon, 16 Sep 2002 08:40:16 +0300 Timo Sirainen don't set flags dirty when they were updated by external change HEAD
Mon, 16 Sep 2002 08:34:44 +0300 Timo Sirainen data file wasn't initialized properly HEAD
Mon, 16 Sep 2002 08:28:17 +0300 Timo Sirainen don't set mmap_used_length to 0 before msync()ing with it.. HEAD
Mon, 16 Sep 2002 08:20:54 +0300 Timo Sirainen report --without-gnutls better.. HEAD
Mon, 16 Sep 2002 08:19:40 +0300 Timo Sirainen another typo .. maybe --without-gnutls works now :) HEAD
Mon, 16 Sep 2002 08:18:00 +0300 Timo Sirainen typo.. HEAD
Mon, 16 Sep 2002 08:16:17 +0300 Timo Sirainen added --without-gnutls option HEAD
Mon, 16 Sep 2002 08:09:58 +0300 Timo Sirainen ..and don't #undef the linux mremap() support.. HEAD
Mon, 16 Sep 2002 08:09:34 +0300 Timo Sirainen portability fixes HEAD
Mon, 16 Sep 2002 08:00:37 +0300 Timo Sirainen mbox fixes HEAD
Mon, 16 Sep 2002 07:28:13 +0300 Timo Sirainen fixes HEAD
Mon, 16 Sep 2002 07:22:52 +0300 Timo Sirainen hash creation was buggy HEAD
Mon, 16 Sep 2002 07:16:16 +0300 Timo Sirainen bugfixes HEAD
Mon, 16 Sep 2002 07:01:35 +0300 Timo Sirainen Fixes for no diskspace handling. seems to work now. HEAD
Mon, 16 Sep 2002 06:33:06 +0300 Timo Sirainen previous t_push()/t_pop() changes break things. fixed :) HEAD
Mon, 16 Sep 2002 06:13:10 +0300 Timo Sirainen updated HEAD
Mon, 16 Sep 2002 06:11:40 +0300 Timo Sirainen Modify log is now able to stay in memory. Some other fixes/cleanups. HEAD
Mon, 16 Sep 2002 05:07:17 +0300 Timo Sirainen t_push()/t_pop() around various *sprintf() functions, so "%m" format won't 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
Sun, 15 Sep 2002 11:36:14 +0300 Timo Sirainen we shouldn't crash anymore when modify log gets full HEAD
Sun, 15 Sep 2002 10:20:35 +0300 Timo Sirainen minor fixes HEAD
Sun, 15 Sep 2002 10:15:43 +0300 Timo Sirainen messages flags were added twice to header HEAD
Sun, 15 Sep 2002 10:12:31 +0300 Timo Sirainen always verify the seen/deleted message counts in index header HEAD
Sun, 15 Sep 2002 10:00:39 +0300 Timo Sirainen removed extra whitespace HEAD
Sun, 15 Sep 2002 09:48:54 +0300 Timo Sirainen creating data file didn't work HEAD
Sun, 15 Sep 2002 09:31:47 +0300 Timo Sirainen mremap check again.. HEAD
Sun, 15 Sep 2002 09:31:25 +0300 Timo Sirainen mremap() check HEAD
Sun, 15 Sep 2002 09:30:29 +0300 Timo Sirainen More cleanups. lib-storage should handle "out of disk space" conditions HEAD
Sat, 14 Sep 2002 14:09:42 +0300 Timo Sirainen lots of cleanups. also index/datafile is now capable of staying in memory, HEAD
Fri, 13 Sep 2002 03:01:23 +0300 Timo Sirainen Added extra functions for easier printing of error messages. Moved HEAD
Fri, 13 Sep 2002 02:09:45 +0300 Timo Sirainen make sure failure handlers don't modify errno. HEAD
Wed, 11 Sep 2002 20:45:03 +0300 Timo Sirainen Index data file wasn't re-mmap()ed always when file size was changed, HEAD
Tue, 10 Sep 2002 06:40:58 +0300 Timo Sirainen expunge() shouldn't update mmap, since we could be just going through the HEAD
Tue, 10 Sep 2002 06:35:50 +0300 Timo Sirainen Don't fsck() at mbox_index_rewrite() if there's no dirty flags. HEAD
Tue, 10 Sep 2002 06:32:42 +0300 Timo Sirainen SEARCH fixes HEAD
Tue, 10 Sep 2002 06:26:05 +0300 Timo Sirainen io_buffer_read_mmaped() now also returns correct amount of bytes HEAD
Tue, 10 Sep 2002 06:24:02 +0300 Timo Sirainen fixes for io_buffer_read_max() HEAD
Tue, 10 Sep 2002 06:18:34 +0300 Timo Sirainen cleanup HEAD
Tue, 10 Sep 2002 06:06:46 +0300 Timo Sirainen message/rfc822 mime parts weren't parsed correctly HEAD
Tue, 10 Sep 2002 05:58:48 +0300 Timo Sirainen crashfix for searching from message body HEAD
Tue, 10 Sep 2002 05:52:09 +0300 Timo Sirainen Actually, don't bother fsyncing after each written mail, it slows down too HEAD
Tue, 10 Sep 2002 05:45:24 +0300 Timo Sirainen Don't rewrite mbox if no flags were changed. HEAD
Tue, 10 Sep 2002 04:52:08 +0300 Timo Sirainen Date-field wasn't saved when ENVELOPE was cached into index. 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
Tue, 10 Sep 2002 00:45:39 +0300 Timo Sirainen error message update HEAD
Mon, 09 Sep 2002 16:32:00 +0300 Timo Sirainen cast i_toupper() and i_tolower() return as char, so comparing highascii HEAD
Mon, 09 Sep 2002 16:30:48 +0300 Timo Sirainen typofix for parsing 'S' timeszone HEAD
Mon, 09 Sep 2002 16:22:27 +0300 Timo Sirainen Highascii + space at end of some ENVELOPE header got into infinite loop. HEAD
Mon, 09 Sep 2002 15:03:44 +0300 Timo Sirainen crashfix if client closed before SSL handshake was done HEAD
Mon, 09 Sep 2002 15:02:47 +0300 Timo Sirainen crashfix HEAD
Mon, 09 Sep 2002 14:55:27 +0300 Timo Sirainen custom flag & copy crash fixes. HEAD
Mon, 09 Sep 2002 10:18:50 +0300 Timo Sirainen EXPUNGE works with mbox. finally. HEAD
Mon, 09 Sep 2002 10:18:37 +0300 Timo Sirainen offset wasn't updated properly to output buffers with sendfile(). HEAD
Mon, 09 Sep 2002 05:11:01 +0300 Timo Sirainen X-IMAPbase is now parsed correctly. HEAD
Sun, 08 Sep 2002 18:34:27 +0300 Timo Sirainen Replaced INT_TO_POINTER and POINTER_TO_INT macros with POINTER_CAST and HEAD
Sun, 08 Sep 2002 18:22:45 +0300 Timo Sirainen more size_t fixes HEAD
Sun, 08 Sep 2002 18:19:39 +0300 Timo Sirainen more size_t fixes. HEAD
Sun, 08 Sep 2002 18:09:05 +0300 Timo Sirainen more size_t fixes HEAD
Sun, 08 Sep 2002 18:08:37 +0300 Timo Sirainen ssize_t should be checked against long before long long. HEAD
Sun, 08 Sep 2002 18:02:26 +0300 Timo Sirainen size_t breakages HEAD
Sun, 08 Sep 2002 18:00:28 +0300 Timo Sirainen forgot to change some ints into ssize_t HEAD