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