summaryrefslogtreecommitdiff
path: root/test/salvage
Commit message (Expand)AuthorAgeFilesLines
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-241-12/+14
* WT-3191 lint (#3310)Keith Bostic2017-02-211-6/+1
* WT-2956 utility tests -h option is always overridden by the default setup (#3...Keith Bostic2016-10-101-2/+0
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-081-2/+2
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-221-1/+1
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-211-1/+1
* WT-2554 Add initial C test framework. (#2655)Alex Gorrod2016-05-232-4/+7
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-1/+1
* WT-2508: test programs should remove test directories on the "clean" targetKeith Bostic2016-03-222-2/+2
* WT-2422: multiple definitions of custom die functionKeith Bostic2016-02-221-0/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2198: the salvage test program depends on column-store bulk-loadKeith Bostic2015-11-221-1/+1
* WT-2184 Updates to the new recovery tests.Alex Gorrod2015-11-031-0/+1
* Change to __wt_existsDavid Hows2015-05-121-1/+0
* test/checkpoint is using __wt_random_init/__wt_random, test programs areKeith Bostic2015-05-081-1/+1
* Add testutils to all testsDavid Hows2015-05-052-2/+4
* Coverity 1129018, 1129019, 1129020, 1129021: Side effect in assertionKeith Bostic2015-03-311-42/+49
* Make the spell-checker happy again.Keith Bostic2015-03-021-5/+5
* Coverity 1129077, replace uses of access(2) with stat(2).Keith Bostic2015-03-021-12/+20
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Clean up remaining gcc warnings.Keith Bostic2014-10-101-1/+0
* gcc doesn't like externs inside functions (warning: nested externKeith Bostic2014-10-101-3/+4
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-7/+10
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-7/+6
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-051-1/+2
|\
| * Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod2013-11-011-1/+2
* | When cleaning up after tests, remove the logs.Michael Cahill2013-08-291-1/+1
* | Always turn off logging in test/salvage (not just when verbose is set).Michael Cahill2013-07-291-6/+5
* | Disable logging in test/salvage.Michael Cahill2013-07-291-2/+9
|/
* Use the allocation size for the file "desc" block. This is important for dir...Michael Cahill2013-05-091-3/+3
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Move the write-generation out of the block header and into the pageKeith Bostic2012-11-281-1/+1
* Move test program software into the public domain, if anyone wants toKeith Bostic2012-10-261-3/+23
* warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-031-1/+1
* Make the whitespace script run on the examples, utilities extension code.Keith Bostic2012-05-151-1/+1
* Add test/salvage and test/snapshot to the "make check" smoke test.Michael Cahill2012-05-011-0/+3
* Build clean with gcc -Wstrict-aliasing=2.Michael Cahill2012-04-271-1/+1
* Make the local clean targets all the same: remove the WiredTiger runKeith Bostic2012-04-231-1/+1
* Apply style scripts to the test sources.Michael Cahill2012-02-241-3/+3
* More copyright cleanup.Keith Bostic2012-02-011-3/+3
* We include the internal wiredtiger include file, we don't need anything else.Keith Bostic2012-01-191-10/+0
* WiredTiger includes must come before system includes. Otherwise off_t may no...Michael Cahill2012-01-191-2/+2
* verbose should turn on "salvage"Keith Bostic2012-01-131-1/+1
* Split the WT_PAGE_DISK structure into two parts: the btree page headerKeith Bostic2012-01-011-7/+9
* Create a per-block structure, WT_BLOCK, and move all of the block-specificKeith Bostic2011-12-271-1/+1
* Change the name of the schema file to WiredTiger.wtKeith Bostic2011-12-251-1/+1
* lintKeith Bostic2011-12-231-1/+1
* Do a more through cleanup before each run.Keith Bostic2011-12-222-7/+9
* We no longer check root/free-list addresses when opening for salvage,Keith Bostic2011-12-201-11/+0