]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
Message sort index handling rewrite to fix several race conditions when
authorTimo Sirainen <tss@iki.fi>
Thu, 29 May 2008 03:16:06 +0000 (06:16 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 29 May 2008 03:16:06 +0000 (06:16 +0300)
commited336ce8060d7dc1e452ecb0bbe923ece25c3aa8
tree1008a29d2ad880f4bc879f036df26f381b507cea
parent6e07b4251bf6a3cf34019c351a32a65c08392e58
Message sort index handling rewrite to fix several race conditions when
multiple processes are sorting at the same time. Also fixes sorting to work
correctly with 64bit timestamps and file sizes.

--HG--
branch : HEAD
src/lib-storage/index/Makefile.am
src/lib-storage/index/index-sort-private.h [new file with mode: 0644]
src/lib-storage/index/index-sort-string.c [new file with mode: 0644]
src/lib-storage/index/index-sort.c