log

age author description
Wed, 29 Aug 2012 23:13:56 +0300 Timo Sirainen imap-parser: Fixed imap_parser_read_last_literal() to work again
Wed, 29 Aug 2012 22:42:26 +0300 Timo Sirainen NEWS updated
Wed, 29 Aug 2012 21:08:08 +0300 Timo Sirainen imap: Allow very long MULTIAPPEND CATENATE lines that contain only URLs.
Wed, 29 Aug 2012 21:04:45 +0300 Timo Sirainen imap-parser: Allow calling imap_parser_read_args() multiple times with larger count parameter.
Wed, 29 Aug 2012 21:04:09 +0300 Timo Sirainen imap-parser: Removed filling missing parameters with NILs.
Wed, 29 Aug 2012 20:16:13 +0300 Timo Sirainen imap: Fixed crashes in THREAD=ORDEREDSUBJECT
Wed, 29 Aug 2012 20:00:03 +0300 Timo Sirainen imap: CATENATE fix
Wed, 29 Aug 2012 19:59:42 +0300 Timo Sirainen istream-chain: Unreference also the last stream when it reaches EOF.
Wed, 29 Aug 2012 19:07:47 +0300 Timo Sirainen imap: More APPEND error handling fixes.
Wed, 29 Aug 2012 18:34:43 +0300 Timo Sirainen imap: Send BAD replies with client_send_command_error()
Wed, 29 Aug 2012 18:32:13 +0300 Timo Sirainen imap: Various fixes to APPEND error handling.
Wed, 29 Aug 2012 18:32:01 +0300 Timo Sirainen imap: Added asserts to make sure a tagline isn't sent twice to the same command.
Wed, 29 Aug 2012 17:15:34 +0300 Timo Sirainen dbox: Don't try to finish saving attachments if saving has already failed.
Wed, 29 Aug 2012 16:55:33 +0300 Timo Sirainen imap CATENATE: Do one more mailbox_save_continue() after adding EOF to stream.
Wed, 29 Aug 2012 16:45:25 +0300 Timo Sirainen iostream_rawlog_create_path(): Avoid double-closing the rawlog fd
Wed, 29 Aug 2012 16:18:56 +0300 Timo Sirainen iostream-rawlog: Added possibility to save input/output to the same file.
Wed, 29 Aug 2012 16:12:08 +0300 Timo Sirainen str_*printfa(): Avoid growing underlying buffer if possible.
Wed, 29 Aug 2012 08:56:40 +0300 Timo Sirainen Reverted some of the last hash table changes.
Tue, 28 Aug 2012 22:40:57 +0300 Timo Sirainen i_stream_stat() API changed.
Tue, 28 Aug 2012 22:20:17 +0300 Timo Sirainen o_stream_send_istream(): Get input stream size with i_stream_get_size() instead of _stat().
Tue, 28 Aug 2012 22:15:57 +0300 Timo Sirainen istream-chain: Removed default get_size() implementation and panicing on stat()
Tue, 28 Aug 2012 22:15:49 +0300 Timo Sirainen mdbox: Replaced non-error-checking i_stream_stat() with potentially faster i_stream_get_size().
Tue, 28 Aug 2012 14:46:16 +0300 Timo Sirainen lmtp proxy: Forward proxy_timeout to backend and set mail_max_lock_timeout based on it.
Sat, 25 Aug 2012 12:05:34 +0300 Timo Sirainen istream-concat: Bugfix
Fri, 24 Aug 2012 19:44:43 +0000 Pascal Volk imap IDLE: Added back fc00::/7 (RFC 4193) to private networks.
Fri, 24 Aug 2012 09:41:55 +0300 Timo Sirainen imap IDLE: Reverted the IPv6 change, it doesn't work like that.
Thu, 23 Aug 2012 23:20:57 +0000 Pascal Volk imap IDLE: Add also fc00::/7 (RFC 4193) to private networks.
Thu, 23 Aug 2012 23:50:55 +0300 Timo Sirainen imap IDLE: Add also 172.168/12 to private networks.
Thu, 23 Aug 2012 21:49:15 +0300 Timo Sirainen imap IDLE: Time "still here" packet sends based on client IP address if possible.
Thu, 23 Aug 2012 15:29:43 +0300 Timo Sirainen Compiler warning fix
Thu, 23 Aug 2012 11:54:46 +0300 Timo Sirainen lib-storage: Moved per-mail data in struct mail_save_context to separate struct.
Thu, 23 Aug 2012 11:26:13 +0300 Timo Sirainen Increased initial memory pool size
Wed, 22 Aug 2012 16:55:27 +0300 Timo Sirainen Made PKG_STATEDIR configurable with state_dir setting.
Wed, 22 Aug 2012 15:19:19 +0300 Timo Sirainen lib-storage: Added mail_save_copy_default_metadata()
Wed, 22 Aug 2012 15:18:39 +0300 Timo Sirainen istream-base64: Fixed returning -2 too early.
Wed, 22 Aug 2012 15:13:21 +0300 Timo Sirainen istream-concat bugfixes
Wed, 22 Aug 2012 11:44:46 +0300 Timo Sirainen Added a test for istream-attachment-extractor hash size
Wed, 22 Aug 2012 11:43:15 +0300 Timo Sirainen istream-attachment-extractor didn't return hash strings correctly.
Wed, 22 Aug 2012 10:18:44 +0300 Timo Sirainen istream-attachment-connector: Avoid seeking in the base stream, it may not be seekable.
Wed, 22 Aug 2012 10:18:08 +0300 Timo Sirainen Added i_stream_create_range()
Tue, 21 Aug 2012 10:18:38 +0300 Timo Sirainen imap: Fixed command output locking.
Tue, 21 Aug 2012 10:02:44 +0300 Timo Sirainen dict redis: Fixed dict_lookup() to skip all previous pending replies.
Mon, 20 Aug 2012 16:13:49 +0300 Timo Sirainen i_stream_create_seekable_path() created memory corruption
Mon, 20 Aug 2012 11:09:42 +0300 Timo Sirainen Merged changes from v2.1 tree.
Sun, 19 Aug 2012 12:53:06 +0300 Timo Sirainen replicator: Crashfix
Fri, 17 Aug 2012 19:01:03 +0300 Timo Sirainen doveadm: Improved "passdb lookup failed" error message.
Fri, 17 Aug 2012 09:17:48 +0300 Timo Sirainen doveadm backup: Fixed "is source empty" check.
Wed, 15 Aug 2012 13:43:16 +0300 Timo Sirainen imap: Implemented THREAD=ORDEREDSUBJECT extension.
Wed, 15 Aug 2012 12:37:34 +0300 Timo Sirainen lib-storage: MAX_SORT_PROGRAM_SIZE was too small
Tue, 14 Aug 2012 23:09:44 +0300 Timo Sirainen imapc: Added imapc_max_idle_time setting to force activity on connection.
Tue, 14 Aug 2012 03:03:26 +0300 Timo Sirainen fs layout: Kludge to show INBOX/INBOX mailbox when necessary.
Tue, 14 Aug 2012 03:02:02 +0300 Timo Sirainen lib-storage: mailbox_list_get_storage_name() shouldn't treat INBOX specially in inbox=no namespaces.
Tue, 14 Aug 2012 03:01:07 +0300 Timo Sirainen lib-storage: If alias_for references inbox=yes namespace, copy the inbox=yes to the alias ns.
Tue, 14 Aug 2012 01:54:34 +0300 Timo Sirainen imap LIST: Don't set \haschildren flag for namespace prefix if it has list=no
Mon, 13 Aug 2012 07:26:25 +0300 Timo Sirainen Memory leak fix
Fri, 10 Aug 2012 07:31:28 +0300 Timo Sirainen quoted-printable decode didn't ignore whitespace at the end of soft line break.
Mon, 20 Aug 2012 10:54:04 +0300 Timo Sirainen Simplified hash table union now that it again works only with pointers.
Mon, 20 Aug 2012 10:19:57 +0300 Timo Sirainen Fixed some aliasing warnings with hash table API.
Mon, 20 Aug 2012 10:01:03 +0300 Timo Sirainen imap: Allow fetching [x.MIME] for message/rfc822 again.
Mon, 20 Aug 2012 09:47:28 +0300 Timo Sirainen Reverted "support for non-pointers" part of the hash table API changes.