]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2013-06-13  Timo Sirainenmailbox_list_index=yes: Fixed list iteration when names...
2013-06-13  Timo Sirainendoveadm: Pass through the exit code from doveadm-server...
2013-06-13  Timo Sirainendsync: Don't try to access mailboxes with no_mail_sync...
2013-06-13  Timo SirainenMemory leak fixes.
2013-06-12  Timo Sirainenzlib: Enable only for storages that support MAIL_STORAG...
2013-06-12  Timo Sirainenlib-storage: Added MAIL_STORAGE_CLASS_FLAG_BINARY_DATA...
2013-06-12  Timo Sirainenpop3-migration: struct mailbox must be freed before...
2013-06-12  Timo Sirainenlib-dict: Error handling fixes to asynchronous transact...
2013-06-12  Timo SirainenMoved "INBOX can't be deleted" check from lib-storage...
2013-06-12  Timo Sirainenlib-storage: Don't crash if backend doesn't have subscr...
2013-06-12  Timo Sirainenpop3c: Don't assert-crash if we can't do DNS lookup.
2013-06-12  Timo Sirainenpop3c: Return Date: header's date also as received...
2013-06-12  Timo Sirainenpop3c: Allow mailbox_update() for Dovecot's internal...
2013-06-12  Timo Sirainenpop3c: Don't assert-crash when trying to list subscript...
2013-06-12  Timo Sirainenpop3c: Give GUID to the INBOX to avoid crashes with...
2013-06-12  Timo Sirainenzlib plugin: Removed explicit checks for maildir/sdbox...
2013-06-09  Timo Sirainenman: Recent change accidentally changed LGPLv2.1 -...
2013-06-09  Timo Sirainenacl: Crashfix
2013-06-09  Timo Sirainenlib-storage: Fixed crashes caused by recent "multiple...
2013-06-09  Timo Sirainenimap/pop3-login: Use libsasl for authenticating to...
2013-06-09  Timo SirainenAdded initial libsasl for implementing client side...
2013-06-09  Timo Sirainenfts-lucene: Support normalize setting also without...
2013-06-08  Timo Sirainenman pages: Updated v2.1 -> v2.2
2013-06-08  Timo Sirainenlib-http: Added soft_connect_timeout_msecs setting...
2013-06-08  Timo Sirainenlib-http: If connect to peer failed, don't recreate...
2013-06-08  Timo Sirainenlib-storage: Added mailbox { driver } setting to specif...
2013-06-08  Timo Sirainenlib-storage: Added support for multiple storages per...
2013-06-08  Timo Sirainenimapc: imapc_storage no longer requires imapc_mailbox_list.
2013-06-08  Timo Sirainenauth: If worker request has been queued for 60 secs...
2013-06-07  Timo Sirainenauth: Don't crash in non-plaintext auth if master user...
2013-06-07  Timo Sirainenimap-login: If PLAIN mechanism is disabled, advertise...
2013-06-06  Timo Sirainenvar_expand(): Fixed initializing variable to %N
2013-06-06  Timo Sirainenvar_expand*(): Added small unit tests for %H and %N
2013-06-06  Timo Sirainenvar_expand*(): Fixed %N to work the same with little...
2013-06-06  Timo Sirainenlib-imap-client: When switching ioloops, do it also...
2013-06-06  Timo Sirainenlib-imap-client: Make sure DNS lookups get aborted...
2013-06-06  Timo Sirainenlib-imap-client: Don't start another DNS lookup if...
2013-06-06  Timo SirainenAvoid using mail_namespace.storage directly.
2013-06-06  Timo Sirainenlib-storage: Renamed mailbox_list_get_closest_storage...
2013-06-06  Timo Sirainenimapc: Minor code cleanup
2013-06-06  Timo Sirainenimapc: If imapc isn't the inbox=yes namespace, do the...
2013-06-06  Timo Sirainenlib-imap-client: When server sends BYE before disconnec...
2013-06-06  Timo Sirainenimapc: When deleting a mailbox, unselect the current...
2013-06-06  Timo Sirainenlib-imap-client: Added support for UNSELECT capability.
2013-06-06  Timo Sirainenlib-imap-client: If SELECT/EXAMINE fails, set the conne...
2013-06-06  Timo Sirainenimapc: Index dirs were being wrongly deleted when imapc...
2013-06-06  Timo Sirainenlib-http: Treat connect() timeouts as retryable errors.
2013-06-06  Timo Sirainenlib-http: Fixed previous patch setting connection conne...
2013-06-05  Timo Sirainendsync: Set broken_char to a control char, so invalid...
2013-06-05  Timo Sirainenlib-storage: mailbox_list_settings.broken_char wasn...
2013-06-05  Timo Sirainenlib-imap: Make sure imap_utf7_to_utf8() doesn't access...
2013-06-05  Timo Sirainenlib-imap: Added imap_utf7_is_valid()
2013-06-05  Timo Sirainendsync: If unexpected changes happened during sync,...
2013-06-05  Timo Sirainenlib-http: After peer has received 100 response, don...
2013-06-05  Timo Sirainenlib-http: When receiving 1xx response while waiting...
2013-06-05  Timo Sirainenlib-http: Added connect and request timeout settings.
2013-06-05  Timo Sirainenlib-http: Mark the HTTP connection connected only after...
2013-06-05  Timo Sirainenlib-http: Don't create a new HTTP connection when there...
2013-06-01  Timo Sirainenlda/lmtp: If mail delivery fails with tempfail, don...
2013-06-01  Timo Sirainenlib-index: Avoid memcpy()ing data over itself.
2013-06-01  Timo Sirainenlib-fs: If fs_default_copy() fails, close the copy...
2013-06-01  Timo Sirainenlmtp: Give the DATA input stream a name, so the raw...
2013-06-01  Timo Sirainenimapc: If imapc_list_prefix is set, don't skip it in...
2013-06-01  Timo Sirainenlib-storage: If mailbox autocreate fails with "already...
2013-06-01  Timo Sirainenimapc: Return correct mailbox list flags for the imapc...
2013-06-01  Timo Sirainenimapc: Allow accessing the imapc_list_prefix itself.
2013-06-01  Timo Sirainenimapc: Fixed mailbox deletion.
2013-06-01  Timo Sirainenimapc: Don't assert-crash when trying to access imapc_l...
2013-05-31  Timo Sirainenlib-imap-client: Ask CAPABILITY again after STARTTLS
2013-05-31  Timo Sirainenlib-storage: Empty mailbox name isn't valid.
2013-05-31  Timo SirainenMake sure errno is preserved in non-delayed signal...
2013-05-31  Timo Sirainenimapc: Changed imapc_user setting's default to empty.
2013-05-31  Timo Sirainenimapc: Empty imapc_user expands to namespace's owner...
2013-05-31  Timo Sirainenlib-imap-client: Connect and command timeouts are now...
2013-05-30  Stephan Boschimap: URLFETCH's URL callback would prematurely uncork...
2013-05-30  Timo Sirainenimap: URLFETCH's tagged reply wasn't sent while TCP...
2013-05-30  Timo Sirainenauth: Fixed error handling for proxy host dns_lookup()
2013-05-30  Timo SirainenReverted previous wrong commit.
2013-05-30  Timo Sirainenauth: Fixed error handling for proxy host dns_lookup()
2013-05-30  Timo Sirainenlayout=index: Allow mailbox create/delete/rename during...
2013-05-30  Timo Sirainenlib-index: Fixed a broken assert.
2013-05-30  Stephan Boschlib-imap-urlauth: Added API for using the fetch interfa...
2013-05-30  Stephan Boschimap: Fixed segfault in URLFETCH command.
2013-05-30  Stephan Boschlib-imap-urlauth: Fixed handling of URLAUTH service...
2013-05-30  Stephan Boschlib-imap-urlauth: Fixed pending_request counter differe...
2013-05-30  Stephan Boschlib-imap-urlauth: Fixed URLAUTH fetch reference countin...
2013-05-30  Stephan Boschlib-imap-urlauth: Fixed URLAUTH connection resume after...
2013-05-30  Stephan Boschlib-imap-urlauth: Made sure callbacks from URLAUTH...
2013-05-30  Timo Sirainenvar_expand(): Added %N, which is the same as %H except...
2013-05-29  Timo Sirainenlib-imap: imap_append_string_for_humans() returned...
2013-05-29  Timo Sirainenlib-settings: Support also "seconds" and "minutes"...
2013-05-29  Timo Sirainendsync: Fixed dsync handshaking since recent change.
2013-05-29  Timo Sirainenlib-index: Fixed mail_cache_lookup_headers() when field...
2013-05-29  Timo Sirainenlib-storage: If INDEX=MEMORY, return index root dir...
2013-05-29  Timo Sirainenlib-storage: Reverted previous change after all.
2013-05-29  Timo Sirainenlib-storage: Don't try to mkdir() empty directory with...
2013-05-29  Timo SirainenFixed compiling with gcc v3.3 and older.
2013-05-28  Timo Sirainenauth ldap: If ldap debug_level>0, log how long initiali...
2013-05-28  Timo Sirainenauth: Keep auth_request referenced during DNS lookup.
2013-05-28  Timo Sirainendoveadm-server: Pass local/remote_ip/port to passdb...
next