]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2010-10-25  Timo Sirainendbox: mail_get_special() for POP3 UIDL or GUID return...
2010-10-25  Timo Sirainendsync: Error handling fixes.
2010-10-25  Timo Sirainendsync: If msg input reading fails, don't also log a...
2010-10-25  Timo Sirainenlib-storage: Comment update to mail_get_stream()
2010-10-25  Timo Sirainenmaster: Use env_clean_except() instead of doing it...
2010-10-25  Timo Sirainenlib-master: Use env_clean_except() for master_service_e...
2010-10-25  Timo SirainenAdded env_clean_except()
2010-10-25  Timo Sirainenlib-master: Code cleanup for master_service_env_clean()
2010-10-25  Timo Sirainendoveadm expunge: Sync mailbox after commit to make...
2010-10-25  Timo Sirainenmaildir: Duplicate GUIDs during a single save transacti...
2010-10-21  Timo Sirainenfile_preallocate(): Don't ignore ENOSPC with OSX either...
2010-10-21  Timo Sirainenfile_preallocate(): Added support for OS X.
2010-10-21  Timo Sirainendoveadm fetch: Added support for pop3.uidl field.
2010-10-21  Timo SirainenNEWS: mdbox_preallocate_space is for ext4, not ext3.
2010-10-21  Timo Sirainenconfigure: Use sdbox name instead of dbox in the help.
2010-10-21  Timo SirainenAdded signature for changeset 8a838dcf8e76
2010-10-21  Timo SirainenAdded tag 2.0.6 for changeset 8a838dcf8e76
2010-10-21  Timo SirainenReleased v2.0.6. 2.0.6
2010-10-21  Timo SirainenStatic analyzer warning fix.
2010-10-21  Timo Sirainendoveadm import: Code correctness fix (wasn't visible...
2010-10-21  Timo Sirainenlib-fs: Fixed error handling for posix.write_stream_fin...
2010-10-21  Timo Sirainendbox: Reverted the "check if altpath is mounted" change...
2010-10-21  Timo Sirainendsync: Make sure POP3 UIDL string isn't corrupted while...
2010-10-21  Timo Sirainenlib-storage: Make sure POP3 UIDLs aren't tried to be...
2010-10-21  Timo SirainenCompiler warning fix.
2010-10-21  Timo Sirainenauth: userdb passwd iteration now lists only users...
2010-10-21  Timo Sirainendbox: If alt path is lost, fail with an error rather...
2010-10-21  Timo Sirainendsync: Don't crash if USER environment isn't set and...
2010-10-20  Timo Sirainenexample-config: Added a warning about mail_attachment...
2010-10-20  Timo Sirainenexample-config: Added mail_attachment_* settings.
2010-10-20  Timo Sirainenzlib: Hook into mail.istream_opened() method rather...
2010-10-20  Timo Sirainenlib-storage: Added istream_opened() method to struct...
2010-10-20  Timo Sirainenistream-concat: Avoid assert-crashing.
2010-10-20  Timo Sirainenmdbox: Added mdbox_preallocate_space setting to preallo...
2010-10-20  Timo SirainenAdded file_preallocate() to preallocate space to a...
2010-10-20  Timo Sirainendbox, maildir: When copying messages, copy the cached...
2010-10-20  Timo Sirainenlib-storage: mailbox_get_status(): return cache fields...
2010-10-20  Timo Sirainenlib-index: Added mail_cache_register_get_field().
2010-10-19  Timo Sirainenpop3: Don't crash if client disconnects in output handler.
2010-10-19  Timo Sirainenioloop: If io_add() is called twice for same fd, give...
2010-10-19  Timo Sirainenistream-header-filter: Fix to previous change.
2010-10-19  Timo Sirainenlib-storage: Added support for saving mail attachments...
2010-10-19  Timo Sirainenliblib: Added istream for reading binary data as base64...
2010-10-19  Timo Sirainendoveadm: Added commands for managing SiS directories.
2010-10-19  Timo SirainenAdded lib-fs for simple filesystem accessing. Implement...
2010-10-19  Timo Sirainenliblib: Added API for easily building hash strings...
2010-10-19  Timo Sirainenliblib: Added a common API for accessing all hash methods.
2010-10-19  Timo Sirainenistream-header-filter: Drop duplicate headers instead...
2010-10-18  Timo Sirainenacl: Recent change broke setting acls.
2010-10-18  Timo Sirainendoveadm: Added import command for importing mails from...
2010-10-18  Timo Sirainendoveadm: Call mail command's init() only after service...
2010-10-18  Timo Sirainenlib-storage: Added no_userdb_lookup flag to storage...
2010-10-18  Timo Sirainenostream-file: Fixed potential crash in write_at() and...
2010-10-18  Timo Sirainenlib-index: More undoing of locking code changes.
2010-10-18  Timo Sirainenacl: Fixed memory leaks.
2010-10-18  Timo Sirainenauth: Default for auth_cache_negative_ttl was supposed...
2010-10-18  Timo Sirainenauth: Log userdb cache hits and misses with auth_debug=yes
2010-10-18  Timo Sirainenlib-storage: Log a debug message if shared user's stora...
2010-10-18  Timo Sirainenacl: Avoid passing NULL parameter to printf %s when...
2010-10-16  Timo Sirainenpop3: Recent corking change caused hangs.
2010-10-15  Timo SirainenRemoved some dead code.
2010-10-15  Timo Sirainenlib-index: Work around clang static analyzer's false...
2010-10-15  Timo Sirainenlib-lda: Make sure duplicate_init() handles non-existen...
2010-10-15  Timo Sirainenlib-storage: mail_user_get_home(): Make sure user_r...
2010-10-15  Timo Sirainenlib-storage: mailbox_get_guid() crashed if storage...
2010-10-15  Timo Sirainenistream-concat: Fixed another memory leak.
2010-10-15  Timo Sirainenlmtp: Don't access freed memory if input couldn't be...
2010-10-15  Timo Sirainenistream-header-filter: Assert-crash if headers aren...
2010-10-15  Timo SirainenCompiler warning/error fix to recent logging API changes.
2010-10-15  Timo Sirainenlmtp: Reverted last change after all. Besides, the...
2010-10-15  Timo Sirainenlmtp: Don't allow saving zero byte sized messages.
2010-10-15  Timo Sirainenepoll: Suggest not-so-UUOC if epoll_ctl() fails for...
2010-10-15  Timo Sirainenistream-concat: Fixed a memory leak.
2010-10-15  Timo Sirainenlib-storage: Added assert to transaction rollback to...
2010-10-15  Timo Sirainenauth: Make sure auth request is kept referenced during...
2010-10-15  Timo Sirainenlib-master: Properly fixed accepting FIFO connections...
2010-10-15  Timo Sirainenlog: Avoid calling time() unnecessary when logging...
2010-10-15  Timo SirainenFailure logging supports now getting timestamp as param...
2010-10-15  Timo SirainenCleaned up log callbacks and made them more extensible.
2010-10-15  Timo Sirainenacl: Log mailbox names that are skipped due to missing...
2010-10-15  Timo Sirainenlib-storage: Log attempted accesses to nonexistent...
2010-10-15  Timo Sirainenlib-storage: Use MAIL_STORAGE_FLAG_NO_AUTOVERIFY for...
2010-10-15  Timo Sirainenlib-storage: Added MAIL_STORAGE_FLAG_NO_AUTOVERIFY...
2010-10-15  Timo Sirainenldap: Compare LDAP attribute names case-insensitively.
2010-10-15  Timo Sirainenldap: Log a warning if iterate_attrs has other fields...
2010-10-14  Timo Sirainenmaildir: Check correctly if file is a symlink.
2010-10-14  Timo Sirainenlib-index: Put back some of the removed locking complexity.
2010-10-14  Timo Sirainen*-login: If client didn't log in, don't log mpid in...
2010-10-14  Timo Sirainenimap, pop3: Cork TCP connection before trying to flush...
2010-10-14  Timo Sirainenlib-storage: If mailbox deletion failed, we crashed...
2010-10-14  Timo Sirainenlib-index: Don't reopen mailbox log file too often.
2010-10-14  Timo Sirainenlib-index: Mailbox log writing was trying to write...
2010-10-14  Timo Sirainenauth: Give a better error message if pass=yes can't...
2010-10-06  Timo Sirainenquota: Log a warning if Maildir++ quota is enabled...
2010-10-06  Timo Sirainenmaster: Parse and check full config at startup.
2010-10-06  Timo Sirainenlib-master: Added support for parse_full_config input...
2010-10-06  Timo Sirainendoveconf: Added -p parameter to parse full config even...
2010-10-06  Timo Sirainenmaildir: Write only base filenames to uidlist.
2010-10-06  Timo Sirainenimap search: Fixed YOUNGER/OLDER
2010-10-06  Timo Sirainensearch: If body search fails due to I/O error, keep...
next