log

age author description
Mon, 11 Jun 2007 06:28:07 +0300 Timo Sirainen Log an error if a message was expunged unexpectedly. HEAD
Mon, 11 Jun 2007 06:21:46 +0300 Timo Sirainen Moved mail transaction log file related code to its own file. HEAD
Mon, 11 Jun 2007 06:07:40 +0300 Timo Sirainen Moved mail index map related code to its own file. HEAD
Mon, 11 Jun 2007 05:06:46 +0300 Timo Sirainen Updated. HEAD
Mon, 11 Jun 2007 04:37:50 +0300 Timo Sirainen Fixed to work with the new unichar API HEAD
Mon, 11 Jun 2007 04:37:29 +0300 Timo Sirainen Rewrote some code and cleaned up the API HEAD
Mon, 11 Jun 2007 02:27:55 +0300 Timo Sirainen These files are MIT licensed nowadays. HEAD
Mon, 11 Jun 2007 02:21:30 +0300 Timo Sirainen Require C99 compatible vsnprintf(). Removed printf_string_upper_bound() and HEAD
Mon, 11 Jun 2007 02:16:59 +0300 Timo Sirainen Added buffer_get_pool() HEAD
Mon, 11 Jun 2007 01:25:04 +0300 Timo Sirainen Renamed printf_string_fix_format() to printf_format_fix() and moved it to HEAD
Mon, 11 Jun 2007 01:00:56 +0300 Timo Sirainen Use printf_string_fix_format() instead of printf_string_upper_bound() to HEAD
Mon, 11 Jun 2007 01:00:07 +0300 Timo Sirainen printf_string_fix_format() now panics if %n modifier is found. HEAD
Sun, 10 Jun 2007 22:54:47 +0300 Timo Sirainen Compile fix HEAD
Sun, 10 Jun 2007 22:47:08 +0300 Timo Sirainen Removed some asserts that check if parameter is NULL. We can't check for all HEAD
Sun, 10 Jun 2007 22:39:48 +0300 Timo Sirainen Removed useless getnameinfo() call from net_gethostbyname() HEAD
Sun, 10 Jun 2007 22:21:58 +0300 Timo Sirainen If getnameinfo() fails, use gai_strerror() as well to return the error HEAD
Mon, 04 Jun 2007 14:50:50 +0300 Timo Sirainen Added missing __attr_*__ macros for non-GCC compilers. HEAD
Sun, 03 Jun 2007 17:59:55 +0300 Timo Sirainen Check idle timeouts only when there are clients connected. HEAD
Wed, 30 May 2007 17:04:50 +0300 Timo Sirainen compile fix for last change HEAD
Wed, 30 May 2007 16:59:41 +0300 Timo Sirainen Use more corking HEAD
Wed, 30 May 2007 15:19:20 +0300 Timo Sirainen Deleting symlinked maildirs didn't work. HEAD
Tue, 29 May 2007 20:04:22 +0300 Timo Sirainen If we're using posix_fallocate(), make it allocate only from EOF to where we HEAD
Tue, 29 May 2007 00:22:56 +0300 Timo Sirainen Better implementation for mail_index_uint32_to_offset() and HEAD
Sun, 27 May 2007 16:45:27 +0300 Timo Sirainen Don't expand %variables in mail setting coming from userdb. HEAD
Fri, 25 May 2007 18:17:54 +0300 Timo Sirainen Continuing the previous time difference commit.. HEAD
Fri, 25 May 2007 18:16:27 +0300 Timo Sirainen Log a warning if filesystem's clock is +-30 different from the system clock HEAD
Fri, 25 May 2007 18:10:47 +0300 Timo Sirainen If created dotlock file's ctime is smaller than the current time (NFS HEAD
Thu, 24 May 2007 20:21:29 +0300 Timo Sirainen Added rejection_reason setting for deliver. HEAD
Thu, 24 May 2007 11:34:47 +0300 Timo Sirainen If there's no message body, the final read() should return -1, not -2 HEAD
Wed, 23 May 2007 23:15:17 +0300 Timo Sirainen If Dovecot is already running, complain about it instead of wiping out HEAD