summaryrefslogtreecommitdiff
path: root/src/utilities
Commit message (Expand)AuthorAgeFilesLines
* WT-2833 Fix a compiler warning (#3208)Alex Gorrod2016-12-201-1/+1
* WT-2833 Add projections to wt dump utility (#3192)Don Anderson2016-12-201-30/+170
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-153-0/+56
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-1/+0
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-081-1/+1
* WT-2645 Moved the complexity of dump from the dump utility to the metadata cu...Don Anderson2016-08-151-156/+54
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-123-38/+32
* WT-2765 wt dump: indices need to be shown in the dump output (#2873)Don Anderson2016-07-141-24/+24
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-222-3/+3
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-212-3/+3
* WT-2671 dump more information about the file layout in verify debug mode (#2755)Keith Bostic2016-06-091-10/+10
* WT-2687 test suite should verify the exit status of the wt utility (#2778)Keith Bostic2016-06-062-4/+8
* WT-2677 Fix JSON output so only printable ASCII is produced. (#2771)Don Anderson2016-06-031-2/+3
* WT-2268 WT-2597 JSON load/dump Unicode fixes (#2749)Don Anderson2016-05-313-11/+49
* WT-2644 Fix 'wt load -r' (rename) with LSM (#2735)Don Anderson2016-05-191-0/+1
* WT-2479 Refactored json dump to eliminate duplicate code. (#2699)Don Anderson2016-04-291-254/+81
* WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-15/+14
* WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-1/+0
* WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-1/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-291-15/+10
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-271-78/+24
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-5/+3
* Merge branch 'develop' into wt-2330Keith Bostic2016-03-181-63/+167
|\
| * WT-2482: Coverity 1353015, 1353016, out-of-bounds accessKeith Bostic2016-03-141-2/+2
| * WT-2381: dump utility discards table configKeith Bostic2016-03-101-3/+3
| * WT-2381: dump utility discards table configKeith Bostic2016-03-081-26/+37
| * WT-2381: dump utility discards table configKeith Bostic2016-03-081-43/+62
| * WT-2381: dump utility discards table configKeith Bostic2016-02-121-19/+93
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-1/+1
|/
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-0123-24/+24
|\
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-0123-24/+24
* | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-1/+72
|\ \ | |/
| * Merge pull request #2386 from wiredtiger/wt-2276-checkpoint-decodemongodb-3.3.0mongodb-3.2.1sueloverso2015-12-301-1/+72
| |\
| | * WT-2276. Don't balk when listing metadata entries that don't haveDon Anderson2015-12-121-5/+10
| | * For some reason, managed to lose a couple of changes in the commit.Keith Bostic2015-12-111-2/+1
| | * Instead of creating a fake WT_BLOCK structure, drive the allocation-sizeKeith Bostic2015-12-111-3/+3
| | * WT-2276. Make a public function for converting cookies that does notDon Anderson2015-12-111-5/+2
| | * WT-2276. In 'wt list -c', extract/display more information about a checkpoint.Don Anderson2015-12-111-0/+70
* | | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-173-1/+68
|/ /
* | Merge pull request #2376 from wiredtiger/wt-2275Michael Cahill2015-12-101-1/+0
|\ \
| * | whitespaceKeith Bostic2015-12-091-1/+0
| |/
* | WT-2235. Changes to wt printlog to add -x option and remove -p.Don Anderson2015-12-041-8/+7
|/
* Boolean conversion pass over utilities.Keith Bostic2015-09-2414-114/+126
* Boolean conversion pass over cursor.Keith Bostic2015-09-241-2/+2
* Rename WT_LASFILE_URI to WT_LAS_URI, get rid of "file".Keith Bostic2015-08-261-1/+1
* Consistently use "lookaside table", rather than "lookaside file".Keith Bostic2015-08-261-2/+2
* Don't list the lookaside file, using the same conditions as theKeith Bostic2015-08-101-4/+7
* WT-1980 Rename data source for WT_SESSION::create metadata to "metadata:create".Michael Cahill2015-07-131-5/+5
* SERVER-19083 Provide an API to query metadata meaningful to WT_SESSION::create.Michael Cahill2015-07-081-77/+44