summaryrefslogtreecommitdiff
path: root/src/utilities
AgeCommit message (Expand)Author
2016-09-16WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill
2016-09-08WT-2873 Refactor CRC32 code (#3000)Keith Bostic
2016-08-15WT-2645 Moved the complexity of dump from the dump utility to the metadata cu...Don Anderson
2016-08-12WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic
2016-07-14WT-2765 wt dump: indices need to be shown in the dump output (#2873)Don Anderson
2016-06-22WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic
2016-06-21WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson
2016-06-09WT-2671 dump more information about the file layout in verify debug mode (#2755)Keith Bostic
2016-06-06WT-2687 test suite should verify the exit status of the wt utility (#2778)Keith Bostic
2016-06-03WT-2677 Fix JSON output so only printable ASCII is produced. (#2771)Don Anderson
2016-05-31WT-2268 WT-2597 JSON load/dump Unicode fixes (#2749)Don Anderson
2016-05-19WT-2644 Fix 'wt load -r' (rename) with LSM (#2735)Don Anderson
2016-04-29WT-2479 Refactored json dump to eliminate duplicate code. (#2699)Don Anderson
2016-04-06WT-2505: Review clang analyzer warningsKeith Bostic
2016-04-06WT-2505: Review clang analyzer warningsKeith Bostic
2016-04-06WT-2505: Review clang analyzer warningsKeith Bostic
2016-03-29WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic
2016-03-27WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic
2016-03-25WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic
2016-03-18Merge branch 'develop' into wt-2330Keith Bostic
2016-03-18WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic
2016-03-14WT-2482: Coverity 1353015, 1353016, out-of-bounds accessKeith Bostic
2016-03-10WT-2381: dump utility discards table configKeith Bostic
2016-03-08WT-2381: dump utility discards table configKeith Bostic
2016-03-08WT-2381: dump utility discards table configKeith Bostic
2016-02-12WT-2381: dump utility discards table configKeith Bostic
2016-01-01Upgrade copyright notices from 2015 to 2016.Keith Bostic
2016-01-01Merge branch 'develop' into wt-2287-rebalanceKeith Bostic
2016-01-01Upgrade copyright notices from 2015 to 2016.Keith Bostic
2016-01-01Merge branch 'develop' into wt-2287-rebalanceKeith Bostic
2015-12-30Merge pull request #2386 from wiredtiger/wt-2276-checkpoint-decodemongodb-3.3.0mongodb-3.2.1sueloverso
2015-12-17WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic
2015-12-12WT-2276. Don't balk when listing metadata entries that don't haveDon Anderson
2015-12-11For some reason, managed to lose a couple of changes in the commit.Keith Bostic
2015-12-11Instead of creating a fake WT_BLOCK structure, drive the allocation-sizeKeith Bostic
2015-12-11WT-2276. Make a public function for converting cookies that does notDon Anderson
2015-12-11WT-2276. In 'wt list -c', extract/display more information about a checkpoint.Don Anderson
2015-12-10Merge pull request #2376 from wiredtiger/wt-2275Michael Cahill
2015-12-09whitespaceKeith Bostic
2015-12-04WT-2235. Changes to wt printlog to add -x option and remove -p.Don Anderson
2015-09-24Boolean conversion pass over utilities.Keith Bostic
2015-09-24Boolean conversion pass over cursor.Keith Bostic
2015-08-26Rename WT_LASFILE_URI to WT_LAS_URI, get rid of "file".Keith Bostic
2015-08-26Consistently use "lookaside table", rather than "lookaside file".Keith Bostic
2015-08-10Don't list the lookaside file, using the same conditions as theKeith Bostic
2015-07-13WT-1980 Rename data source for WT_SESSION::create metadata to "metadata:create".Michael Cahill
2015-07-08SERVER-19083 Provide an API to query metadata meaningful to WT_SESSION::create.Michael Cahill
2015-05-02Make the rest of the code consistent, remove the initial if test fromKeith Bostic
2015-05-02Clean up free call. References WT-1822.Don Anderson
2015-05-02For wt -E, zero out secret key as early as possible. References WT-1822.Don Anderson