]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2004-06-29  Timo Sirainenno_partial_rewrite was incorrectly set always
2004-06-29  Timo Sirainenfix, _read() sometimes returned -2 too early
2004-06-29  Timo Sirainenadded comment about solaris and changed the macros...
2004-06-29  Timo Sirainencompile fix when SSL is disabled
2004-06-28  Timo Sirainenfix
2004-06-28  Timo Sirainensome fixes for handling pseudo headers.
2004-06-28  Timo SirainenSeveral fixes for updating mbox. Recent changes also...
2004-06-28  Timo Sirainenfull_value should contain LFs as well
2004-06-28  Timo SirainenAdded some smartness for deciding what to cache. Cache...
2004-06-28  Timo Sirainendon't close dotlock fd if it's given as -1
2004-06-28  Timo SirainenAllow giving 0 max_buffer_size, in which case "optimal...
2004-06-28  Timo Sirainenfixed some fd leaks in error conditions
2004-06-24  Timo SirainenCheck immediately if we have write-access to mbox.
2004-06-24  Timo SirainenSave MD5 sums of some headers for readonly mboxes and...
2004-06-24  Timo Sirainenremoved assert
2004-06-24  Timo SirainenRecord size is allowed to change between index files...
2004-06-23  Timo Sirainenassertfix
2004-06-23  Timo SirainenAdded a framework for getting POP3 UIDL strings from...
2004-06-23  Timo Sirainencrashfix if client closes connection while authenticating
2004-06-23  Timo SirainenDovecot can now connect to externally running dovecot...
2004-06-23  Timo SirainenDEBUG: If GDB environment is set, don't do fd leak...
2004-06-23  Timo SirainenDefault to "" args instead of NULL to avoid some crashes
2004-06-23  Timo SirainenAllow empty section name.
2004-06-23  Timo Sirainenskip extra whitespace between "dbtype arguments"
2004-06-23  Timo SirainenAdd a comment about # chars and whitespace.
2004-06-23  Timo Sirainendon't change our umask permanently
2004-06-23  Timo SirainenCrashfixes for disabled cache.
2004-06-23  Timo Sirainenpartial syncing fixes
2004-06-23  Timo SirainenComplain about reappearing UIDs, but reassign new UIDs...
2004-06-22  Timo SirainenWe didn't specify full path for .subscriptions file...
2004-06-22  Timo Sirainenget_last_error() wasn't virtualizable
2004-06-22  Timo SirainenAdded mail_index_transaction_get_updated_view() which...
2004-06-21  Timo Sirainenupdates
2004-06-21  Timo SirainenRemoved UIDPLUS after all, it needs more thinking about...
2004-06-21  Timo SirainenCache doesn't crash anymore if we're asking it about...
2004-06-21  Timo SirainenDisable cache with mmap_disabled=yes, for now.
2004-06-20  Timo SirainenMoved enum mail_thread_type to imap
2004-06-20  Timo Sirainencomment update for setting ports in listen
2004-06-20  Timo Sirainenassertfix
2004-06-20  Timo Sirainenand more fixes..
2004-06-20  Timo Sirainenexpunge everything in index after missing/invalid X-UID
2004-06-20  Timo Sirainenfixes for From-line offset updating
2004-06-20  Timo SirainenHide "folder internal data" messages
2004-06-20  Timo SirainenExclusive index locking always used copy-locking withou...
2004-06-20  Timo SirainenDon't die horribly when message with previously expunge...
2004-06-20  Timo Sirainenassert crashfixes
2004-06-20  Timo SirainenIndex syncing fixes.
2004-06-20  Timo SirainenNever overflow secs_left for stale timeout callback
2004-06-20  Timo Sirainenfsync() mbox before unlocking if we've modified it
2004-06-20  Timo SirainenAllow dropping exclusive mbox locks to shared locks.
2004-06-20  Timo SirainenDon't require dotlocking to be first in locking list.
2004-06-20  Timo Sirainendon't do infinite looping
2004-06-20  Timo Sirainencache file fixes
2004-06-20  Timo SirainenDon't crash if transaction log contains records for...
2004-06-20  Timo SirainenSeveral fixes and cleanups to cache file code, still...
2004-06-20  Timo SirainenBeginnings of getting cache file working again. Easy...
2004-06-20  Timo SirainenAPPEND/COPY in non-selected mailbox must not remove...
2004-06-20  Timo Sirainenmail_index_lookup() set rec=NULL incorrectly.
2004-06-20  Timo SirainenFilter internal headers from user visible input stream...
2004-06-20  Timo SirainenAdded istream-header-filter, which allows filtering...
2004-06-20  Timo SirainenAdded bsearch_strcasecmp()
2004-06-20  Timo SirainenMake sure headers end with LF
2004-06-20  Timo Sirainenassertfix
2004-06-20  Timo SirainenExpunge fixes
2004-06-20  Timo Sirainenmail_index_lookup() and mail_index_lookup_extra() now...
2004-06-20  Timo Sirainenmailbox_save() and mailbox_copy() functions can now...
2004-06-20  Timo SirainenSet uid1/uid2 for MAIL_INDEX_SYNC_TYPE_APPEND
2004-06-20  Timo Sirainenbugfix for extra-records change
2004-06-19  Timo Sirainenread() less often
2004-06-19  Timo Sirainenseek optimization
2004-06-19  Timo SirainenFix for the previous Solaris fix. fd_send() was sending...
2004-06-19  Timo Sirainencleanup
2004-06-19  Timo Sirainenif socket is leaked, show also the remote side of it
2004-06-19  Timo Sirainenminor optimization
2004-06-19  Timo SirainenUse AC_TRY_LINK() for sendfile() checks so it works...
2004-06-19  Timo Sirainencreate mbox root directory if it doesn't exist
2004-06-19  Timo Sirainenfix for fix
2004-06-19  Timo Sirainenio_remove() fix
2004-06-19  Timo SirainenRemoved AC_ARG_PROGRAM. Lets see if this breaks anything..
2004-06-19  Timo Sirainenfix
2004-06-19  Timo Sirainencontinuing maildir sync fix commit
2004-06-19  Timo SirainenDon't crash after empty mailbox gets messages
2004-06-19  Timo SirainenDon't crash if we're syncing last commit to maildir...
2004-06-19  Timo Sirainenindex errors always need to store the error message...
2004-06-19  Timo Sirainendon't crash if we wanted to lock mbox for reading but...
2004-06-19  Timo Sirainenminor fix for error handling
2004-06-19  Timo SirainenNew mails pointed to beginning of file.
2004-06-19  Timo Sirainenassert crashfix for readonly mboxes
2004-06-19  Timo Sirainenfix
2004-06-19  Timo Sirainenminor fix
2004-06-19  Timo Siraineni_stream_read_data(): don't call read() unless we have to
2004-06-19  Timo Sirainenfixes
2004-06-18  Timo Sirainencomment update
2004-06-18  Timo SirainenAdded checkpassword passdb. userdb has only beginnings.
2004-06-18  Timo SirainenAdded istream_raw_mbox_is_eof() and fixed updating...
2004-06-18  Timo SirainenRenamed istream->eof to istream->disconnected which...
2004-06-18  Timo Sirainenread-only mbox fix
2004-06-17  Timo SirainenFixed updating X-IMAPbase
2004-06-17  Timo Sirainenfixes
2004-06-17  Timo SirainenDon't leak mbox fd when closing mailbox
next