log

age author description
Tue, 09 May 2006 23:47:54 +0300 Timo Sirainen If PASS command is given (after unsuccessful USER) with plaintext auth HEAD
Tue, 09 May 2006 14:57:36 +0300 Timo Sirainen Changed mailbox_save_*() API a bit: Moved the struct mail *dest_mail to HEAD
Tue, 09 May 2006 14:55:04 +0300 Timo Sirainen Some fixes and added message_parser_set_crlfs(). HEAD
Tue, 09 May 2006 12:39:00 +0300 Timo Sirainen Added tee-istream, which can be used to create multiple readable input streams from one input stream. HEAD
Tue, 09 May 2006 12:37:40 +0300 Timo Sirainen Added message_part to struct message_block and some cleanups. HEAD
Tue, 09 May 2006 12:36:58 +0300 Timo Sirainen If parent stream's read() returned -2, we returned -1 instead of the -2. HEAD
Mon, 08 May 2006 16:04:10 +0300 Timo Sirainen Some more cleanups HEAD
Mon, 08 May 2006 15:50:22 +0300 Timo Sirainen Cleanups and minor logic changes as to what should be cached. HEAD
Mon, 08 May 2006 15:48:51 +0300 Timo Sirainen Added mail_cache_field_want_add() and mail_cache_field_can_add() HEAD
Mon, 08 May 2006 14:25:14 +0300 Timo Sirainen Strings should be freed with str_free(), not p_free(). HEAD
Mon, 08 May 2006 11:46:19 +0300 Timo Sirainen Rewrote the message bodystructure parser to allow parsing from non-blocking streams. Also did a couple of API changes and cleanups. HEAD
Mon, 08 May 2006 11:31:52 +0300 Timo Sirainen Note about this being unstable CVS branch HEAD
Mon, 08 May 2006 11:18:14 +0300 Timo Sirainen Update HEAD
Fri, 05 May 2006 18:07:04 +0300 Timo Sirainen If authentication client does something bad, don't crash the whole process HEAD
Fri, 05 May 2006 17:53:34 +0300 Timo Sirainen Don't send extra TABs to auth worker server, they break it. HEAD
Fri, 05 May 2006 17:21:22 +0300 Timo Sirainen Fix for building without modules HEAD
Thu, 04 May 2006 01:58:53 +0300 Timo Sirainen Use lib_signals_ignore() for signals we really want ignored. HEAD
Thu, 04 May 2006 01:58:15 +0300 Timo Sirainen And s/lib_signals_ignore_signal/lib_signals_ignore/ HEAD
Thu, 04 May 2006 01:54:38 +0300 Timo Sirainen Added lib_signals_ignore_signal() and made lib_signals_set_handler() with HEAD
Thu, 04 May 2006 01:02:55 +0300 Timo Sirainen s/dbox_sync_if_changed/dbox_sync_is_changed/ HEAD
Thu, 04 May 2006 01:02:28 +0300 Timo Sirainen Keep track of recent flags. HEAD
Thu, 04 May 2006 01:01:22 +0300 Timo Sirainen If only changes were recent-flag updates, we didn't write them to index. HEAD
Wed, 03 May 2006 23:07:13 +0300 Timo Sirainen Don't compress cache file if it was just compressed by another process. HEAD
Wed, 03 May 2006 22:43:25 +0300 Timo Sirainen When removing recent-flags with mmap_disable, the flags weren't actually HEAD
Wed, 03 May 2006 21:59:38 +0300 Timo Sirainen Fix HEAD
Wed, 03 May 2006 01:06:32 +0300 Timo Sirainen Index header's seen/recent/deleted counters weren't always correct after HEAD
Wed, 03 May 2006 01:05:09 +0300 Timo Sirainen Fixes to updating keywords HEAD
Tue, 02 May 2006 23:11:08 +0300 Timo Sirainen When requesting quota resource, don't return it if it's unlimited. Also HEAD
Tue, 02 May 2006 23:01:33 +0300 Timo Sirainen Don't add extra spaces to reply if some of the resources aren't really found. HEAD
Tue, 02 May 2006 22:50:47 +0300 Timo Sirainen Built-in pop3_logout_format default wasn't updated. HEAD