log

age author description
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
Wed, 23 May 2007 19:07:12 +0300 Timo Sirainen Combined mail_transaction_log_file_add_to_head() to HEAD
Wed, 23 May 2007 02:30:38 +0300 Timo Sirainen We don't need to get the hidden array position anymore. HEAD
Wed, 23 May 2007 00:32:26 +0300 Timo Sirainen Added mail_transaction_log_view_is_last() HEAD
Tue, 22 May 2007 23:01:14 +0300 Timo Sirainen Write transactions with two pwrite() calls instead of lots of tiny ones. HEAD
Tue, 22 May 2007 22:50:06 +0300 Timo Sirainen Merge branch: When compressing cache file, update the cache file offsets HEAD
Tue, 22 May 2007 22:44:50 +0300 Timo Sirainen mail_index_view_add_hidden_transaction() takes now a whole area parameter so HEAD
Tue, 22 May 2007 21:46:07 +0300 Timo Sirainen When compressing cache file, update the cache file offsets using the HEAD
Tue, 22 May 2007 21:32:10 +0300 Timo Sirainen Crashfix for error conditions HEAD
Tue, 22 May 2007 21:28:19 +0300 Timo Sirainen Sync transaction needs to be created later or we'll crash HEAD
Tue, 22 May 2007 21:26:02 +0300 Timo Sirainen Cleanups HEAD
Tue, 22 May 2007 21:24:15 +0300 Timo Sirainen If mail_set_uid() returns failure, don't crash. HEAD
Tue, 22 May 2007 20:40:13 +0300 Timo Sirainen Typofix: transction -> transaction HEAD
Tue, 22 May 2007 20:19:35 +0300 Timo Sirainen Added mail_index_transaction_is_expunged() HEAD
Tue, 22 May 2007 20:11:01 +0300 Timo Sirainen Typofix: transction -> transaction HEAD
Tue, 22 May 2007 20:08:53 +0300 Timo Sirainen Added mail_index_transaction_get_view() HEAD
Tue, 22 May 2007 18:33:43 +0300 Timo Sirainen mail_index_sync_begin() returns now transaction directly so the syncing code HEAD
Tue, 22 May 2007 18:31:35 +0300 Timo Sirainen Added mail_index_transction_reset(). HEAD
Tue, 22 May 2007 15:43:51 +0300 Timo Sirainen Declare extern struct mech_modules also const HEAD
Tue, 22 May 2007 09:47:45 +0400 Andrey Panin Constify struct mech_module. HEAD
Tue, 22 May 2007 03:58:32 +0300 Timo Sirainen If startup fails because of configuration problems, print "Invalid HEAD
Tue, 22 May 2007 02:17:17 +0300 Timo Sirainen Complain about missing pop3_uidl_format if pop3 is enabled. HEAD
Tue, 22 May 2007 02:11:16 +0300 Timo Sirainen Changed pop3_uidl_format error message once again. HEAD
Tue, 22 May 2007 01:38:23 +0300 Timo Sirainen Added wiki link to "time moved backwards" error. HEAD
Sat, 19 May 2007 18:11:43 +0300 Timo Sirainen We no longer need .cvsignore files. HEAD
Sat, 19 May 2007 14:48:21 +0300 Timo Sirainen Mercurify the repository HEAD
Thu, 17 May 2007 20:25:26 +0300 Timo Sirainen Added mbox snarf plugin to move mails from /var/spool/mail to ~/mbox if it HEAD
Thu, 17 May 2007 16:58:55 +0300 Timo Sirainen Moved SSL listen fd to 4. stdout is now redirected to log. HEAD
Wed, 16 May 2007 23:38:58 +0300 Timo Sirainen If wanted scheme is "" (userdb static lookup), switch it to the actual HEAD
Wed, 16 May 2007 21:50:16 +0300 Timo Sirainen Fixed fetching physical/virtual size when it wasn't already in cache. HEAD
Wed, 16 May 2007 21:42:04 +0300 Timo Sirainen If saving is aborted, don't leave temporary files lying around. Update cache HEAD
Wed, 16 May 2007 21:32:37 +0300 Timo Sirainen Don't leak memory and file descriptors in appends. fsync() unless it's HEAD
Wed, 16 May 2007 20:07:50 +0300 Timo Sirainen If index file is shared locked while we're trying to exclusively lock it, HEAD
Wed, 16 May 2007 18:25:28 +0300 Timo Sirainen Removed mmap_no_write setting. The only OS requiring it is OpenBSD, so we're HEAD