]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2008-09-07  Timo Sirainenmessage address parser: More error handling improvements.
2008-09-07  Timo Sirainenmessage date parser: Fixed parsing last optional fields...
2008-09-07  Timo Sirainenmessage address parser: Check better if adress is inval...
2008-09-07  Timo Sirainenrfc822_parse_[dot_]atom(): Return failure if there...
2008-09-07  Timo Sirainenmessage address parser: Handle errors better, fix crash...
2008-09-07  Timo Sirainenmessage address parser: Set invalid_syntax=TRUE if...
2008-09-07  Timo Sirainenacl: Fixed handling 'k' right. Although box/child creat...
2008-09-07  Timo Sirainenpop3: Don't crash in UIDL command.
2008-09-05  Timo SirainenAdded a special userdb_import field to add TAB-separate...
2008-09-05  Timo SirainenAdded tag 1.2.alpha1 for changeset eaa3469db1dd
2008-09-05  Timo SirainenReleased v1.2.alpha1. 1.2.alpha1
2008-09-05  Timo Sirainenstrmap: Don't check conflicts for strings known to...
2008-09-05  Timo Sirainenthread indexes: Removed debugging code.
2008-09-05  Timo SirainenUpdated TODO and NEWS.
2008-09-05  Timo SirainenCLOSE: Don't send any mailbox changes or HIGHESTMODSEQ...
2008-09-05  Timo Sirainenthread indexes: Forgot to commit strmap syncing in...
2008-09-05  Timo Sirainenstrmap: Make sure the records array is always zero...
2008-09-05  Timo Sirainenhash2: minor code cleanup.
2008-09-05  Timo Sirainenhash2_clear() didn't reset deleted_values list, causing...
2008-09-05  Timo Sirainenthread index fixes.
2008-09-01  Timo Sirainenhash2_remove_iter(): Never resize hash table, otherwise...
2008-09-01  Timo Sirainenhash2_remove_iter() was broken when it resized the...
2008-09-01  Timo SirainenThread indexes: Crashfix.
2008-09-01  Timo SirainenThread index: Minor optimization.
2008-09-01  Timo SirainenThread index bugfix.
2008-09-01  Timo SirainenRewrote thread indexing code. It's a lot simpler and...
2008-09-01  Timo SirainenMinor cleanup to thread indexing document.
2008-09-01  Timo SirainenAdded mail_search_args_equal().
2008-09-01  Timo SirainenAdded an alternative hash table implementation.
2008-09-01  Timo Sirainenprimes_closest(): Use exponentially growing primes.
2008-09-01  Timo Sirainenarray_copy() was broken if source array was different...
2008-08-31  Timo SirainenUpdated TODO
2008-08-31  Timo SirainenIf imap.envelope is cached, use it instead of rebuildin...
2008-08-31  Timo SirainenMinor code cleanup.
2008-08-31  Timo SirainenCreated mail_user_[try_]home_expand(). Used them for...
2008-08-31  Timo SirainenDon't give bogus "log_file_tail_offset shrank" errors.
2008-08-31  Timo SirainenAdded padding to struct mail_transaction_log_header...
2008-08-31  Timo Sirainenindex fsck: Don't give bogus "duplicate extension"...
2008-08-31  Timo SirainenAdded assert.
2008-08-31  Timo SirainenDEBUG: Don't verify recent flags if view is already...
2008-08-31  Timo SirainenFixed crashes related to struct mail_index_map_modseq...
2008-08-31  Timo SirainenReplaced "no extension resizing" flag with "no extensio...
2008-08-31  Timo SirainenWrite CPU endianess to transaction log header and check...
2008-08-30  Timo Sirainenmessage parser: Cleaned up the code and another attempt...
2008-08-30  Timo Sirainenmbox: If we detect corrupted cached offsets/sizes,...
2008-08-30  Timo Sirainenmail_index_lookup_ext*() didn't return properly aligned...
2008-08-30  Timo Sirainendeliver: Added -s parameter to autosubscribe to autocre...
2008-08-30  Timo Sirainenostream: Make sure writing to files always fully succee...
2008-08-30  Timo Sirainenimap/pop3-proxy: If auth_verbose=yes, log proxy login...
2008-08-30  Timo Sirainenlogin_log_format_elements: Added %k to show SSL protoco...
2008-08-30  Timo Sirainenmessage_parser_init_from_parts(): If parts were broken...
2008-08-30  Timo Sirainenzlib plugin/bzip2 handling: Update stream's visible...
2008-08-30  Timo Sirainencache file: Don't crash if fields header offset points...
2008-08-29  Timo Sirainendeliver: If we're dying because we can't write to log...
2008-08-29  Timo SirainenIf logging failed to info log, try to log a failure...
2008-08-28  Timo SirainenUpdated auth_debug_passwords to say that it also turns...
2008-08-28  Timo Sirainenmail_index_lookup_seq*() could have returned wrong...
2008-08-27  Timo Sirainenbzip plugin: Seeking streams backwards was broken.
2008-08-27  Timo Sirainendict sql: Added configuration for mapping dict paths...
2008-08-27  Timo SirainenExpire plugin: Include expire/ in the dictionary path.
2008-08-27  Timo Sirainenauth: %m variable didn't work with blocking passdbs
2008-08-27  Timo Sirainendict: Support large iterations by sending data in outpu...
2008-08-27  Timo Sirainenfts-solr: Fixed compiling with recent struct mail_user...
2008-08-27  Timo Sirainendict API: deinit functions now take pointer-to-pointer...
2008-08-27  Timo SirainenUpdated o_stream_flush() comment.
2008-08-25  Timo SirainenIf client disconnects without any auth attempts, don...
2008-08-25  Timo SirainenCalling dict_iterate_init() multiple times for a dict...
2008-08-22  Timo Sirainenmail_full_filesystem_access=yes was broken when listing...
2008-08-21  Timo SirainenFixed infinite looping when parsing some (not all)...
2008-08-21  Timo Sirainensqlite crashed with dict server. Patch by Bernhard...
2008-08-21  Timo Sirainenldap: Avoid kqueue/epoll errors when LDAP connection...
2008-08-21  Timo SirainenAdded io_remove_closed().
2008-08-21  Timo Sirainenmbox lazy writes: Mark messages dirty when their rewrit...
2008-08-20  Timo SirainenDon't apply mail_max_userip_connections limit to master...
2008-08-14  Timo SirainenProxy: Log destuser in the "proxying" line if it's...
2008-08-13  Timo SirainenFixed FS quota compiling and Maildir++ quota with multi...
2008-08-13  Timo SirainenRenamed auth_ntlm_use_winbind to auth_use_winbind,
2008-08-13  Timo SirainenSupport GSS-SPNEGO mechanism if GSSAPI library supports it.
2008-08-13  Timo SirainenAdded support for gssapi_hostname=$ALL for multihomed...
2008-08-13  Timo SirainenPass the created mail process PID back to login process...
2008-08-12  Timo Sirainenquota-fs: compile fix for previous changes.
2008-08-12  Timo SirainenAdded --with-zlib and --with-bzlib configure options.
2008-08-12  Timo Sirainenvpopmail: Added webmail=ip parameter. Use it for checki...
2008-08-12  Timo SirainenMaster process leaked one fd to login process. Typicall...
2008-08-12  Timo Sirainenquota: Fix to previous mailbox deletion fix.
2008-08-12  Timo Sirainenquota: Fixed error handling if quota shrinking fails...
2008-08-12  Timo SirainenRemoved pool parameter from mail_namespaces_init*(...
2008-08-12  Timo SirainenForgot to add mail-user.* files in previous struct...
2008-08-12  Timo SirainenTypofix in comment.
2008-08-12  Timo SirainenAdded struct mail_user and fixed the code to support...
2008-08-08  Timo Sirainenvirtual mailboxes: Detect loops in virtual mailbox...
2008-08-08  Timo Sirainenvirtual mailboxes: Added support for using wildcards...
2008-08-08  Timo SirainenAdded mailbox_list_iter_init_namespaces() for listing...
2008-08-08  Timo Sirainendbox could have listed INBOX twice.
2008-08-07  Timo SirainenAdded the concept of Global UIDs that are preserved...
2008-08-07  Timo SirainenAdded clock_gettime() compatibility function for system...
2008-08-07  Timo Sirainenmailbox_save_init() API was split to multiple functions.
2008-08-07  Timo SirainenINTHREAD search may have failed randomly.
2008-08-06  Timo Sirainenlogin processes: Another try at setting the correct...
2008-08-06  Timo SirainenReverted previous change, it wasn't correct..
next