summaryrefslogtreecommitdiff
path: root/test/bloom
Commit message (Expand)AuthorAgeFilesLines
* Don't include <signal.h> before <wt_internal.h>, it breaks with gcc 4.6Keith Bostic2012-12-021-1/+2
* Move test program software into the public domain, if anyone wants toKeith Bostic2012-10-261-3/+23
* s/WildTiger/WiredTiger/Michael Cahill2012-10-171-1/+1
* warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-031-1/+1
* Add a cleanup step to the Bloom test so it starts with a fresh state.Michael Cahill2012-09-171-0/+2
* Close Bloom cursors when closing an LSM cursor.Michael Cahill2012-09-131-2/+3
* Fix the percentage calculation in test/bloom.Michael Cahill2012-09-101-1/+1
* Add signal header file to bloom test.Alex Gorrod2012-08-291-0/+1
* Add bloom filter implementation and test.Alex Gorrod2012-08-292-0/+318