log src/lib-index/mail-tree-redblack.c @ 903:fd8888f6f037 HEAD

age author description
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Wed, 18 Dec 2002 03:52:14 +0200 Timo Sirainen Try not to split strings to multiple lines from the middle of human readable 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
Fri, 25 Oct 2002 06:25:49 +0300 Timo Sirainen and correct a stupid copy&paste-bug HEAD
Fri, 25 Oct 2002 06:23:36 +0300 Timo Sirainen Set node variable after mmap updating which may change it.. HEAD
Thu, 24 Oct 2002 05:15:11 +0300 Timo Sirainen after _mail_tree_grow(), the node_base changes and crashes HEAD
Thu, 24 Oct 2002 04:48:33 +0300 Timo Sirainen Instead of keeping "unused nodes" list in tree file, just move the last node HEAD
Wed, 23 Oct 2002 22:49:23 +0300 Timo Sirainen Use fdatasync() instead of fsync() where possible. msync() all files first, HEAD
Sun, 20 Oct 2002 02:09:56 +0300 Timo Sirainen Modify log now stores the changes in ranges, so store 1:100 doesn't HEAD
Wed, 09 Oct 2002 17:03:08 +0300 Timo Sirainen whops, update tree and modifylog with correct uid instead of 0. added extra HEAD
Wed, 09 Oct 2002 02:26:08 +0300 Timo Sirainen ioloop_create() takes now pool-parameter. io_buffer_create_mmaped() takes HEAD
Mon, 07 Oct 2002 16:37:52 +0300 Timo Sirainen speedup HEAD
Mon, 07 Oct 2002 16:07:18 +0300 Timo Sirainen mail_tree_lookup_uid_range() still buggy if first_uid wasn't found. HEAD
Mon, 07 Oct 2002 14:50:48 +0300 Timo Sirainen sequence number still wasn't right always HEAD
Sun, 06 Oct 2002 14:59:53 +0300 Timo Sirainen still wrong seq HEAD
Sun, 06 Oct 2002 14:51:28 +0300 Timo Sirainen mail_tree_lookup_uid_range() didn't return correct seq number if the first HEAD
Sun, 06 Oct 2002 05:00:19 +0300 Timo Sirainen guess it works now, debugging disabled now. HEAD
Sun, 06 Oct 2002 04:35:36 +0300 Timo Sirainen bugfixes HEAD
Sun, 06 Oct 2002 03:46:38 +0300 Timo Sirainen bad typo bug HEAD
Sun, 06 Oct 2002 03:37:27 +0300 Timo Sirainen crashfix when growing tree file size HEAD
Sun, 06 Oct 2002 03:30:14 +0300 Timo Sirainen First version of binary tree file, still some locking issues while opening HEAD