global: unsigned int:1 -> bool:1 perl -i -pe 's/unsigned int ([^,:;]+):1;/bool $1:1;/' **/*.[ch]
Squat: Create files with the correct mode and group. --HG-- branch : HEAD
Added FTS_SQUAT environment with partial=n and full=m settings. --HG-- branch : HEAD
Added support for dotlocks. --HG-- branch : HEAD
squat_unpack_num() returned error for numbers >= 2^28, causing Squat to report index corruption with (very) large files. --HG-- branch : HEAD
More squat fixes. --HG-- branch : HEAD
Support mmap_disable=yes and some error handling improvements. --HG-- branch : HEAD
Fixes to FTS handling. --HG-- branch : HEAD
FTS API changes and Squat rewrite. Squat is still missing expunge handling. --HG-- branch : HEAD
Changed .h ifdef/defines to use <NAME>_H format. --HG-- branch : HEAD
Some bugfixes. Moved header struct to a separate file. --HG-- branch : HEAD