log

age author description
Thu, 08 Jun 2006 19:51:11 +0300 Timo Sirainen Linux's sendfile() returns 0 when remote has closed connection. Convert it HEAD
Thu, 08 Jun 2006 19:50:42 +0300 Timo Sirainen base_size variable isn't really needed in the pool when DEBUG isn't used. HEAD
Thu, 08 Jun 2006 19:44:56 +0300 Timo Sirainen Fixed "Unrecognized event" errors that occurred with IO_ERROR. Patch by HEAD
Thu, 08 Jun 2006 19:42:40 +0300 Timo Sirainen If dotlock creation timeouts, unlink() the temp file we used HEAD
Thu, 08 Jun 2006 19:41:30 +0300 Timo Sirainen When checking if we want to override dotlocks, don't use the HEAD
Thu, 08 Jun 2006 19:39:28 +0300 Timo Sirainen Using file_dotlock_touch() caused Dovecot to think the dotlock had been HEAD
Thu, 08 Jun 2006 18:25:26 +0300 Timo Sirainen Added library dependencies to work correctly for convert-tool. HEAD
Thu, 08 Jun 2006 17:42:21 +0300 Timo Sirainen dbox_rotate_size checking was wrong. HEAD
Thu, 08 Jun 2006 15:49:31 +0300 Timo Sirainen Changed mail-storage API to do the mail sorting internally. Optimized it HEAD
Wed, 07 Jun 2006 12:05:05 +0300 Timo Sirainen If FETCH fails because client disconnects in the middle of it, return HEAD
Mon, 05 Jun 2006 23:25:39 +0300 Timo Sirainen IMAP: Reply with tagged BAD if authentication is aborted because client sent HEAD
Fri, 02 Jun 2006 11:39:29 +0300 Timo Sirainen Check for existence of PQescapeStringConn() in PostgreSQL library. Forgot to HEAD
Wed, 31 May 2006 16:59:03 +0300 Timo Sirainen Reversed last change. Instead handle DH_generate_parameters() call's failure. HEAD
Wed, 31 May 2006 16:54:21 +0300 Timo Sirainen Give a nicer error message if i2d_DHparams() returns 0, which apparently it HEAD
Wed, 31 May 2006 16:20:48 +0300 Timo Sirainen With some NFS implementation DELETE failed if ..DOVECOT-TRASHED directory already existed HEAD
Wed, 31 May 2006 16:17:49 +0300 Timo Sirainen Close index files before trying to unlink the index directory HEAD
Wed, 31 May 2006 14:03:53 +0300 Timo Sirainen Escape SQL strings using sql_escape_string(). Fixes the problems with HEAD
Wed, 31 May 2006 14:02:50 +0300 Timo Sirainen Added sql_escape_string() HEAD
Tue, 30 May 2006 18:10:30 +0300 Timo Sirainen Use array instead of buffer for storing connections. HEAD
Tue, 30 May 2006 16:36:07 +0300 Timo Sirainen Include <sys/stat.h> before using struct stat, because some systems may use HEAD
Tue, 30 May 2006 16:14:46 +0300 Timo Sirainen Added assert against NULL reason for client_disconnect(). HEAD
Tue, 30 May 2006 16:14:21 +0300 Timo Sirainen Don't return NULL error messages. HEAD
Tue, 30 May 2006 15:20:30 +0300 Timo Sirainen Don't check ACL file's timestamp changes more often than once in a second. HEAD
Tue, 30 May 2006 14:51:53 +0300 Timo Sirainen NULL-terminate the parsed rights HEAD
Tue, 30 May 2006 11:41:10 +0300 Timo Sirainen Compile fix HEAD
Tue, 30 May 2006 11:39:37 +0300 Timo Sirainen Compiler warning fix HEAD
Tue, 30 May 2006 11:37:10 +0300 Timo Sirainen We were caching the EOF block wrongly in some situations. HEAD
Tue, 30 May 2006 11:36:43 +0300 Timo Sirainen Memory leak fix for last update and some other cleanups HEAD
Tue, 30 May 2006 11:36:11 +0300 Timo Sirainen We were updating index->map also when syncing views. HEAD
Tue, 30 May 2006 11:34:23 +0300 Timo Sirainen When extension data is being reset, recreate the index file to make sure HEAD
Tue, 30 May 2006 11:33:20 +0300 Timo Sirainen Removing and resetting keywords could have operated on wrong file's keyword HEAD
Tue, 30 May 2006 11:32:24 +0300 Timo Sirainen BODYSTRUCTURE -> BODY translation was missing CRLF after literal. HEAD
Tue, 30 May 2006 11:31:20 +0300 Timo Sirainen If we're synchronizing a view (and not index itself) from transaction log, HEAD
Tue, 30 May 2006 11:26:48 +0300 Timo Sirainen If syncing from transaction log fails, fallback to re-reading the index file HEAD
Tue, 30 May 2006 11:25:24 +0300 Timo Sirainen If connection closes while appending, we crashed in some situations. HEAD
Tue, 30 May 2006 11:24:44 +0300 Timo Sirainen Renamed Mails -> dbox-Mails to make it less likely to conflict with HEAD
Tue, 30 May 2006 11:22:29 +0300 Timo Sirainen Fix for handling keywords HEAD
Tue, 16 May 2006 12:10:27 +0300 Timo Sirainen Added mail_set_uid() to select a mail by UID. HEAD
Mon, 15 May 2006 12:47:34 +0300 Timo Sirainen Minor cleanup / memory reducement fix HEAD
Mon, 15 May 2006 11:00:10 +0300 Timo Sirainen Trying to use subsequent authentication crashed. HEAD
Wed, 10 May 2006 10:36:13 +0300 Timo Sirainen Read empty string settings as "", not NULL. HEAD
Wed, 10 May 2006 00:21:36 +0300 Timo Sirainen Minor cleanup: Switch hardcoded /etc/mnttab in Solaris to use MNTTAB macro HEAD
Tue, 09 May 2006 23:47:54 +0300 Timo Sirainen If PASS command is given (after unsuccessful USER) with plaintext auth HEAD
Tue, 09 May 2006 14:57:36 +0300 Timo Sirainen Changed mailbox_save_*() API a bit: Moved the struct mail *dest_mail to HEAD
Tue, 09 May 2006 14:55:04 +0300 Timo Sirainen Some fixes and added message_parser_set_crlfs(). HEAD
Tue, 09 May 2006 12:39:00 +0300 Timo Sirainen Added tee-istream, which can be used to create multiple readable input streams from one input stream. HEAD
Tue, 09 May 2006 12:37:40 +0300 Timo Sirainen Added message_part to struct message_block and some cleanups. HEAD
Tue, 09 May 2006 12:36:58 +0300 Timo Sirainen If parent stream's read() returned -2, we returned -1 instead of the -2. HEAD
Mon, 08 May 2006 16:04:10 +0300 Timo Sirainen Some more cleanups HEAD
Mon, 08 May 2006 15:50:22 +0300 Timo Sirainen Cleanups and minor logic changes as to what should be cached. HEAD
Mon, 08 May 2006 15:48:51 +0300 Timo Sirainen Added mail_cache_field_want_add() and mail_cache_field_can_add() HEAD
Mon, 08 May 2006 14:25:14 +0300 Timo Sirainen Strings should be freed with str_free(), not p_free(). HEAD
Mon, 08 May 2006 11:46:19 +0300 Timo Sirainen Rewrote the message bodystructure parser to allow parsing from non-blocking streams. Also did a couple of API changes and cleanups. HEAD
Mon, 08 May 2006 11:31:52 +0300 Timo Sirainen Note about this being unstable CVS branch HEAD
Mon, 08 May 2006 11:18:14 +0300 Timo Sirainen Update HEAD
Fri, 05 May 2006 18:07:04 +0300 Timo Sirainen If authentication client does something bad, don't crash the whole process HEAD
Fri, 05 May 2006 17:53:34 +0300 Timo Sirainen Don't send extra TABs to auth worker server, they break it. HEAD
Fri, 05 May 2006 17:21:22 +0300 Timo Sirainen Fix for building without modules HEAD
Thu, 04 May 2006 01:58:53 +0300 Timo Sirainen Use lib_signals_ignore() for signals we really want ignored. HEAD
Thu, 04 May 2006 01:58:15 +0300 Timo Sirainen And s/lib_signals_ignore_signal/lib_signals_ignore/ HEAD