log

age author description
Mon, 04 Nov 2002 07:33:48 +0200 Timo Sirainen Added printf_string_fix_format() which currently just replaces %m with HEAD
Mon, 04 Nov 2002 07:23:47 +0200 Timo Sirainen compiler warning fix HEAD
Mon, 04 Nov 2002 07:20:42 +0200 Timo Sirainen EOVERFLOW doesn't exist everywhere, fallback it to EINVAL. HEAD
Mon, 04 Nov 2002 07:04:04 +0200 Timo Sirainen Fixed warnings when compiling with Solaris 8 HEAD
Mon, 04 Nov 2002 06:47:40 +0200 Timo Sirainen And more locking/syncing fixes. Now it's finally beginning to look sane HEAD
Sun, 03 Nov 2002 12:11:47 +0200 Timo Sirainen SEARCH TEXT now checks only field values (not names) from headers. RFC HEAD
Sun, 03 Nov 2002 10:39:43 +0200 Timo Sirainen SEARCH CHARSET support. Currently we do it through iconv() and only ASCII HEAD
Sun, 03 Nov 2002 10:16:41 +0200 Timo Sirainen updating fields in index data file was buggy HEAD
Sun, 03 Nov 2002 10:09:12 +0200 Timo Sirainen forgot HEAD
Sun, 03 Nov 2002 10:03:05 +0200 Timo Sirainen size parameter to base64_decode().. HEAD
Sun, 03 Nov 2002 07:34:46 +0200 Timo Sirainen Changed base64_decode() to separate src/dest buffers. HEAD
Sun, 03 Nov 2002 02:09:33 +0200 Timo Sirainen PAM was implemented pretty wrong, should have read the manual. HEAD
Sun, 03 Nov 2002 01:25:40 +0200 Timo Sirainen APPEND fixed for mbox HEAD
Sun, 03 Nov 2002 00:51:11 +0200 Timo Sirainen more lock fixes HEAD
Sun, 03 Nov 2002 00:47:33 +0200 Timo Sirainen mbox locking fixes HEAD
Sat, 02 Nov 2002 22:10:20 +0200 Timo Sirainen Mostly mbox locking/syncing fixes. Still some problems though. HEAD
Fri, 01 Nov 2002 18:02:23 +0200 Timo Sirainen update_by_replace_fields() didn't update header HEAD
Wed, 30 Oct 2002 20:26:30 +0200 Timo Sirainen don't unref() the ibuffer we got from imap cache. HEAD
Tue, 29 Oct 2002 20:01:10 +0200 Timo Sirainen mbox locking fixes HEAD
Tue, 29 Oct 2002 19:54:57 +0200 Timo Sirainen index compression was broken. HEAD
Tue, 29 Oct 2002 19:41:41 +0200 Timo Sirainen errno wasn't set when timeout occured. HEAD
Tue, 29 Oct 2002 19:40:33 +0200 Timo Sirainen If timeout wasn't set, it was assumed that it was immediate. HEAD
Tue, 29 Oct 2002 08:46:47 +0200 Timo Sirainen mbox locking wasn't working. HEAD
Tue, 29 Oct 2002 08:29:50 +0200 Timo Sirainen updates HEAD
Tue, 29 Oct 2002 08:29:17 +0200 Timo Sirainen --with-rawlog: Build support for logging traffic of user sessions. If HEAD
Tue, 29 Oct 2002 07:22:12 +0200 Timo Sirainen Fixed (recently) broken updating of index data file. Also we don't leave HEAD
Tue, 29 Oct 2002 07:12:50 +0200 Timo Sirainen DEBUG: when t_pop()ing, fill the free'd memory area with 0xde bytes. HEAD
Tue, 29 Oct 2002 07:07:19 +0200 Timo Sirainen Call pam_setcred() if it exists. HEAD
Mon, 28 Oct 2002 11:46:02 +0200 Timo Sirainen Added --enable-asserts (default) and fixed some warnings when building HEAD
Mon, 28 Oct 2002 11:40:15 +0200 Timo Sirainen path parameter wasn't used HEAD
Mon, 28 Oct 2002 11:31:40 +0200 Timo Sirainen Added --enable-debug. Currently it just forces file locks so that index HEAD
Mon, 28 Oct 2002 11:00:25 +0200 Timo Sirainen Removed mmap_aligned() which isn't used anywhere. Added mmap_file() which HEAD
Mon, 28 Oct 2002 10:32:30 +0200 Timo Sirainen Support W=rfc822.size flag in maildir file name. HEAD
Mon, 28 Oct 2002 10:12:29 +0200 Timo Sirainen if virtual_size == physical_size in message, update it's binary-flag. HEAD
Mon, 28 Oct 2002 09:53:55 +0200 Timo Sirainen comment update HEAD
Mon, 28 Oct 2002 09:51:50 +0200 Timo Sirainen node color needs only one bit, not a full 32bit integer. so moved it to HEAD
Mon, 28 Oct 2002 09:50:23 +0200 Timo Sirainen Previous lowwater change broke STATUS. HEAD
Mon, 28 Oct 2002 07:34:06 +0200 Timo Sirainen updated HEAD
Mon, 28 Oct 2002 06:50:14 +0200 Timo Sirainen changed t_push() and t_pop() to return unsigned int. added global HEAD
Mon, 28 Oct 2002 06:36:43 +0200 Timo Sirainen fsck() should reset lowwater marks to end of uids, not to beginning. HEAD
Mon, 28 Oct 2002 06:33:00 +0200 Timo Sirainen keep i_buffer_seek() void and make it close the buffer if any errors happen. HEAD
Mon, 28 Oct 2002 06:21:15 +0200 Timo Sirainen cleanups HEAD
Mon, 28 Oct 2002 06:18:26 +0200 Timo Sirainen I/O buffers now use real blocking instead of setting up a sub-ioloop to HEAD
Mon, 28 Oct 2002 06:08:35 +0200 Timo Sirainen bugfix HEAD
Mon, 28 Oct 2002 05:43:13 +0200 Timo Sirainen and fix linux-sendfile check so it fails with freebsd :) HEAD
Mon, 28 Oct 2002 05:42:14 +0200 Timo Sirainen buggy checks. we were supposed to compile them, not run. plus fixes for HEAD
Mon, 28 Oct 2002 05:35:05 +0200 Timo Sirainen Support FreeBSD-compatible sendfile(). Completely untested. HEAD
Sun, 27 Oct 2002 21:49:13 +0200 Timo Sirainen Forgot in last commit. HEAD
Sun, 27 Oct 2002 09:13:34 +0200 Timo Sirainen updated HEAD
Sun, 27 Oct 2002 08:37:18 +0200 Timo Sirainen Moved several fields from .imap.index file to .imap.index.data file. Fixed HEAD
Sun, 27 Oct 2002 00:11:30 +0300 Timo Sirainen Don't bother going through all that trouble to send file size to ibuffer. HEAD
Sat, 26 Oct 2002 23:35:56 +0300 Timo Sirainen Print error message if madvise() fails (it never should). HEAD
Sat, 26 Oct 2002 23:06:27 +0300 Timo Sirainen i_buffer_set_read_limit() - don't fail if we don't know the file size. HEAD
Sat, 26 Oct 2002 22:38:37 +0300 Timo Sirainen mbox locking fixes / changes. we now read-lock the mbox file before syncing HEAD
Sat, 26 Oct 2002 21:44:27 +0300 Timo Sirainen seek: we munmap()ed unneededly sometimes HEAD
Sat, 26 Oct 2002 00:01:44 +0300 Timo Sirainen and a couple more fixes.. HEAD
Sat, 26 Oct 2002 00:00:37 +0300 Timo Sirainen Updated SSL certificate comments. HEAD
Fri, 25 Oct 2002 07:20:36 +0300 Timo Sirainen still not right HEAD
Fri, 25 Oct 2002 07:16:50 +0300 Timo Sirainen Header parser was still a bit wrong. HEAD
Fri, 25 Oct 2002 06:29:53 +0300 Timo Sirainen If Content-Length header was invalid, we didn't fix it properly. HEAD