log

age author description
Fri, 08 Apr 2005 02:06:01 +0300 Timo Sirainen t_strarray_join() wasn't actually marking the memory allocated that it was HEAD
Fri, 08 Apr 2005 02:02:47 +0300 Timo Sirainen If keyword was set for message whose seq != uid, we broke index. HEAD
Fri, 08 Apr 2005 01:44:29 +0300 Timo Sirainen Don't panic in stat(). o_stream_send_istream() wants to know the file size. HEAD
Fri, 08 Apr 2005 01:37:44 +0300 Timo Sirainen Compile fix. HEAD
Fri, 08 Apr 2005 01:27:26 +0300 Timo Sirainen Large mbox code cleanups, especially related to X-IMAP/X-IMAPbase header HEAD
Fri, 08 Apr 2005 01:22:18 +0300 Timo Sirainen Added mail_index_sync_reset() to restart syncing from beginning. HEAD
Fri, 08 Apr 2005 01:09:07 +0300 Timo Sirainen Non-Recent Status-flag wasn't updated correctly. HEAD
Fri, 08 Apr 2005 01:04:53 +0300 Timo Sirainen Don't crash while saving message if keywords aren't given.. HEAD
Fri, 08 Apr 2005 00:55:06 +0300 Timo Sirainen Last cleanup broke opening mailboxes completely. HEAD
Sun, 03 Apr 2005 14:36:06 +0300 Timo Sirainen Moved several getenv()s from lib-storage to main code. deliver binary was HEAD
Sun, 03 Apr 2005 01:44:05 +0300 Timo Sirainen Removed tb-negative-fetch workaround. It shouldn't be needed anymore because HEAD
Sun, 03 Apr 2005 01:38:14 +0300 Timo Sirainen Added information about "user" column. HEAD
Sun, 03 Apr 2005 01:00:49 +0300 Timo Sirainen passdb can now change the username that was used to log in. This is mostly HEAD
Sun, 03 Apr 2005 00:20:38 +0300 Timo Sirainen Auth workers weren't working correctly with more than one passdb/userdb. HEAD
Sun, 03 Apr 2005 00:12:28 +0300 Timo Sirainen Compile fix for recent mailbox_open() API change. HEAD
Sun, 03 Apr 2005 00:08:56 +0300 Timo Sirainen Keywords are now stored in X-Keywords headers in mbox. Did several related HEAD
Sat, 02 Apr 2005 22:31:26 +0300 Timo Sirainen Added ARRAY_DEFINE_PTR() which needs to be used instead of ARRAY_DEFINE() HEAD
Sat, 02 Apr 2005 22:29:08 +0300 Timo Sirainen Added buffer_cmp(). HEAD
Sat, 02 Apr 2005 20:37:03 +0300 Timo Sirainen Fetching partial headers crashed because of recent changes. HEAD
Tue, 29 Mar 2005 22:27:37 +0300 Timo Sirainen Recent flag handling cleanups. Added some comments. HEAD
Tue, 29 Mar 2005 19:52:57 +0300 Timo Sirainen SORT might have crashed just before finishing. HEAD
Tue, 29 Mar 2005 19:48:42 +0300 Timo Sirainen Renamed mail_get_header() to mail_get_first_header() and mail_gets_headers() HEAD
Tue, 29 Mar 2005 18:56:19 +0300 Timo Sirainen Changed some buffers to arrays. HEAD
Tue, 29 Mar 2005 18:06:39 +0300 Timo Sirainen Don't crash when closing streamed mbox. HEAD
Tue, 29 Mar 2005 16:33:07 +0300 Timo Sirainen Added input stream parameter to mailbox_open(). With mbox it now allows HEAD
Tue, 29 Mar 2005 16:30:55 +0300 Timo Sirainen Added istream-seekable, which allows combining multiple input streams and HEAD
Tue, 29 Mar 2005 15:18:49 +0300 Timo Sirainen In-memory indexes work again. Just pass dir as NULL to mail_index_alloc(). HEAD
Tue, 29 Mar 2005 13:30:19 +0300 Timo Sirainen i_stream_sync() replaced istream_raw_mbox_flush(). Use i_stream_stat() HEAD
Tue, 29 Mar 2005 13:28:06 +0300 Timo Sirainen Replaced i_stream_get_size() with i_stream_stat(). Added i_stream_sync(). HEAD
Tue, 29 Mar 2005 01:35:12 +0300 Timo Sirainen i_stream_next_line() works now even if the stream buffer can't be directly HEAD