summaryrefslogtreecommitdiff
path: root/src/utilities
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the rest of the code consistent, remove the initial if test fromKeith Bostic2015-05-0210-34/+18
* Clean up free call. References WT-1822.Don Anderson2015-05-021-4/+2
* For wt -E, zero out secret key as early as possible. References WT-1822.Don Anderson2015-05-021-5/+9
* wt utility didn't have the -L flag in the usage message.Keith Bostic2015-04-281-1/+1
* Fix the wt utility usage statement to match getopt standard.Keith Bostic2015-04-281-1/+1
* Merge branch 'develop' into encryption-apiSusan LoVerso2015-04-281-50/+55
|\
| * Instead of doing a configuration line merge to remove configurationKeith Bostic2015-04-221-50/+55
* | Add -E option for encryption secret key.Don Anderson2015-04-221-6/+19
|/
* Instead of rolling our own configuration removal code, useKeith Bostic2015-04-221-58/+18
* Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic2015-03-2021-237/+263
* Make dist/s_all run cleanly again.Keith Bostic2015-03-121-6/+6
* Support no-logging mode in wt command for debug. #1732Susan LoVerso2015-03-111-1/+13
* Coverity 1271064: logically dead code, "rec_config" can never be NULL,Keith Bostic2015-02-231-18/+14
* Add missing braces around rec_config set (not a bug, just a cleanup).Keith Bostic2015-02-161-1/+2
* Merge pull request #1666 from wiredtiger/wt-recoverMichael Cahill2015-02-161-9/+32
|\
| * Add recover config setting and use it in the wt command. #1651Susan LoVerso2015-02-121-29/+22