summaryrefslogtreecommitdiff
path: root/test/salvage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a test for an empty file.Keith Bostic2011-12-201-45/+56
* Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internalKeith Bostic2011-12-171-2/+2
* Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}...Michael Cahill2011-11-231-6/+6
* Fix test/salvage to use the new API for dump cursors.Michael Cahill2011-10-111-8/+8
* Implement the wiredtiger_open "create" and "exclusive" configurationKeith Bostic2011-10-012-2/+2
* Replace internal_node_min/leaf_node_min (the minimum page size)Keith Bostic2011-09-231-9/+10
* Update salvage to the new structure (add a local clean target), removeKeith Bostic2011-09-112-14/+3
* Fix up various build issues:Michael Cahill2011-09-061-1/+2
* Rearrange directories to keep Makefile.am with the sources.Michael Cahill2011-09-011-0/+5
* Use automake for all builds, don't maintain Makefiles manually.Michael Cahill2011-08-301-23/+0
* Add support for missing records in column-store fixed-length files (theyKeith Bostic2011-08-011-1/+18
* rename test/bt -> test/formatKeith Bostic2011-08-011-1/+1
* Never added the code to support fixed-length column-store. TheseKeith Bostic2011-07-311-21/+54
* Remove *.conf files: configuration is always stored in the schema table.Michael Cahill2011-07-221-8/+20
* Run with all-matching value items as well as unique value items so we exerciseKeith Bostic2011-07-181-15/+37
* Support all combinations of -r and -t.Keith Bostic2011-07-181-10/+21
* Remove runlength_encoding mode from salvage test code.Michael Cahill2011-07-111-16/+5
* The salvage tests work directly on files: they shouldn't go through the schem...Michael Cahill2011-07-091-7/+7
* Update config strings, intl_node_XXX -> internal_node_XXX.Keith Bostic2011-07-081-4/+4
* Simply the salvage code, we had multiple open library connections whichKeith Bostic2011-06-301-92/+56