log

age author description
Fri, 28 Dec 2007 00:00:07 +0200 Timo Sirainen Compiler warning fixes on 32bit systems. HEAD
Thu, 27 Dec 2007 22:56:25 +0200 Timo Sirainen Define unichars array type and use it for uni_utf8_to_ucs4() output. HEAD
Thu, 27 Dec 2007 22:51:28 +0200 Timo Sirainen Make failure_log_type_prefixes[] and failure_exit() public. HEAD
Sun, 23 Dec 2007 16:31:54 +0200 cras str_sanitize.o no longer needs to be in unused_objects. HEAD
Sat, 22 Dec 2007 06:23:24 +0200 Timo Sirainen Added tag 1.1.beta12 for changeset a1353d4fc3b6 HEAD
Sat, 22 Dec 2007 06:23:14 +0200 Timo Sirainen Released v1.1.beta12. HEAD 1.1.beta12
Sat, 22 Dec 2007 06:18:07 +0200 Timo Sirainen DEBUG: Fixed clearing data stack memory. HEAD
Sat, 22 Dec 2007 06:05:16 +0200 Timo Sirainen Crashfix HEAD
Sat, 22 Dec 2007 06:04:00 +0200 Timo Sirainen Free filter_stream before mail stream so we don't crash. HEAD
Sat, 22 Dec 2007 05:58:58 +0200 Timo Sirainen i_stream_seek(): If parent stream is set, use skip optimization only if all HEAD
Sat, 22 Dec 2007 05:49:26 +0200 Timo Sirainen Avoid moving raw stream offset. HEAD
Sat, 22 Dec 2007 05:15:51 +0200 Timo Sirainen i_stream_create() now takes parent stream as parameter and internally sets HEAD
Sat, 22 Dec 2007 05:04:46 +0200 Timo Sirainen Removed v_start_offset parameter from i_stream_create_limit(). We'll always HEAD
Sat, 22 Dec 2007 04:48:33 +0200 Timo Sirainen Use istream_private->parent pointer globally instead of each filter stream HEAD
Sat, 22 Dec 2007 03:52:30 +0200 Timo Sirainen Show integer output for 64bit fixed fields in cache file. HEAD
Sat, 22 Dec 2007 03:17:46 +0200 Timo Sirainen Refresh index when we want to know the next_uid, otherwise we might have HEAD
Sat, 22 Dec 2007 03:05:29 +0200 Timo Sirainen Removed DISABLE_DATA_STACK. Using it was probably broken anyway and it was HEAD
Sat, 22 Dec 2007 03:01:35 +0200 Timo Sirainen DEBUG: Make sure memory allocated from data stack doesn't overflow the HEAD
Sat, 22 Dec 2007 02:57:44 +0200 Timo Sirainen DEBUG: Data stack wasn't cleared at t_pop() as it should have been. Also HEAD
Sat, 22 Dec 2007 02:56:01 +0200 Timo Sirainen Assert-crash if mail's input stream is closed too early or too late. HEAD
Sat, 22 Dec 2007 02:54:58 +0200 Timo Sirainen Added i_stream_set_destroy_callback(). HEAD
Sat, 22 Dec 2007 02:53:20 +0200 Timo Sirainen If mail_get_stream() succeeds but mail_get_*_size() fails, we didn't HEAD
Sat, 22 Dec 2007 02:52:39 +0200 Timo Sirainen Added assert HEAD
Sat, 22 Dec 2007 02:42:42 +0200 Timo Sirainen mail_index_transaction_reset() didn't reset mail_index_ext_set_reset_id() HEAD
Sat, 22 Dec 2007 01:59:42 +0200 Timo Sirainen If client is sending a lot of commands at once, stop reading input instead HEAD
Sat, 22 Dec 2007 01:19:11 +0200 Timo Sirainen If post-APPEND syncing sent a lot of data, connection could have hanged. HEAD
Sat, 22 Dec 2007 00:21:09 +0200 Timo Sirainen When pipelining commands another command could have written output in the HEAD
Fri, 21 Dec 2007 22:58:11 +0200 Timo Sirainen mail_get_physical_size() returns now the message stream's size and not the HEAD
Fri, 21 Dec 2007 21:39:58 +0200 Timo Sirainen Don't try to cache BODY/BODYSTRUCTURE if we didn't even parse it. HEAD
Fri, 21 Dec 2007 21:38:38 +0200 Timo Sirainen Add a context structure to all message parts and remove the NULL checks. HEAD
Fri, 21 Dec 2007 21:05:14 +0200 Timo Sirainen maildir_uidlist_set_ext() assert-crashed when trying to set it to expunged HEAD
Fri, 21 Dec 2007 19:46:24 +0200 Timo Sirainen When saving mail, it wasn't set \Recent when \Seen flag was also set. HEAD
Fri, 21 Dec 2007 18:40:10 +0200 Timo Sirainen Quota warnings may have been triggered too early. HEAD
Fri, 21 Dec 2007 18:21:31 +0200 Timo Sirainen mail_debug=yes: Log quota warnings. Log rule limits in bytes. HEAD
Fri, 21 Dec 2007 18:21:06 +0200 Timo Sirainen Fixed using % in quota rules/warnings. HEAD
Fri, 21 Dec 2007 17:57:04 +0200 Timo Sirainen Don't try to reconnect more often than once/sec. HEAD
Fri, 21 Dec 2007 17:55:47 +0200 Timo Sirainen Delay connecting to dict proxy until it's needed. Fixed also reconnecting. HEAD
Fri, 21 Dec 2007 17:30:27 +0200 Timo Sirainen If transaction rollbacked, we assert-crashed. HEAD
Fri, 21 Dec 2007 17:27:14 +0200 Timo Sirainen Last dec2str() removal broke dovecot -n/-a for integers. HEAD
Fri, 21 Dec 2007 17:11:15 +0200 Timo Sirainen If protocols=none, don't check if mail/login executables are usable. HEAD
Fri, 21 Dec 2007 16:57:26 +0200 Timo Sirainen Fixed with mboxes. HEAD
Fri, 21 Dec 2007 16:40:00 +0200 Timo Sirainen str_sanitize*(): Don't crash if max_len is less than 3. HEAD
Fri, 21 Dec 2007 16:23:56 +0200 Timo Sirainen userdb vpopmail crashed. HEAD
Fri, 21 Dec 2007 16:21:46 +0200 Timo Sirainen Don't use a temporary struct dirent ourself. In some systems we don't know HEAD
Thu, 20 Dec 2007 23:01:03 +0200 Timo Sirainen If LDAP base contained variables, auth cache should have included them in HEAD
Thu, 20 Dec 2007 18:48:59 +0200 Timo Sirainen Compile fix: s/DSTACK_FRAME/T_FRAME/ HEAD
Tue, 18 Dec 2007 13:46:33 +0200 Timo Sirainen T_FRAME() changes caused infinite looping. HEAD
Mon, 17 Dec 2007 17:32:26 +0200 Timo Sirainen Check if we have maildir quota storages at all before trying to expunge HEAD
Mon, 17 Dec 2007 17:25:40 +0200 Timo Sirainen Expunging messages didn't update maildirsize file if it wasn't already HEAD
Mon, 17 Dec 2007 17:17:22 +0200 Timo Sirainen Added more debugging with mail_debug=yes HEAD
Tue, 11 Dec 2007 20:47:29 +0200 Timo Sirainen Updated ssl_ca_file comment. HEAD
Tue, 11 Dec 2007 19:13:38 +0200 Timo Sirainen Instead of logging only "Aborted login", log also if client tried to use HEAD
Mon, 10 Dec 2007 15:58:27 +0200 Timo Sirainen Don't use empty setgroups() list to drop groups. It doesn't work at least HEAD
Mon, 10 Dec 2007 13:21:30 +0200 Timo Sirainen Add I18NLEVEL=1 capability. HEAD
Sun, 09 Dec 2007 20:15:20 +0200 Timo Sirainen Added tag 1.1.beta11 for changeset e334e53fcc61 HEAD
Sun, 09 Dec 2007 20:15:16 +0200 Timo Sirainen Released v1.1.beta11. HEAD 1.1.beta11
Sun, 09 Dec 2007 20:14:06 +0200 Timo Sirainen Updated HEAD
Sun, 09 Dec 2007 19:59:02 +0200 Timo Sirainen mail_get_keyword_indexes() can be used more efficiently to get the keywords HEAD
Sun, 09 Dec 2007 19:57:14 +0200 Timo Sirainen Added mail_get_keyword_indexes() HEAD
Sun, 09 Dec 2007 19:56:45 +0200 Timo Sirainen Moved keyword_indexes array type to lib-mail. HEAD