summaryrefslogtreecommitdiff
path: root/src/utilities/util_main.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3240 Coverity reports (#3354)Keith Bostic2017-03-271-6/+6
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-241-4/+13
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-55/+62
* WT-3111 util_create() doesnt free memory assigned to "uri" (#3279)Keith Bostic2017-02-061-2/+2
* WT-3106 Add truncate operation to wt command line utility (#3227)David Hows2017-01-101-0/+5
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-151-0/+5
* WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-1/+0
* Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-1/+1
|\
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-171-1/+4
|/
* whitespaceKeith Bostic2015-12-091-1/+0
* Boolean conversion pass over utilities.Keith Bostic2015-09-241-6/+6
* 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
* Add -E option for encryption secret key.Don Anderson2015-04-221-6/+19
* Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic2015-03-201-5/+5
* 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
* Add recover config setting and use it in the wt command. #1651Susan LoVerso2015-02-121-29/+22
* Allow 'wt' command to run with or without recovery. #1651Susan LoVerso2015-02-101-16/+46
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-7/+6
* Simplify URI handling in utilities: accept most things the user provides, let...Michael Cahill2014-05-231-38/+13
* Allow the metadata to be dumped, use "metadata:" consistently as the public U...Michael Cahill2014-05-231-0/+4
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Fix a trivial leak in the utility.Michael Cahill2013-11-221-0/+4
* Complain if we can't call wiredtiger_open or create a session.Keith Bostic2013-11-091-2/+6
* Support both command-line and other config arguments; prepend internalKeith Bostic2013-11-041-73/+65
* Configure statistics if stat command used. #746Susan LoVerso2013-11-041-0/+4
* The "loadtext" command can reasonably create the database.Keith Bostic2013-07-311-10/+13
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Add backup, config and statistics object types, that way we'llKeith Bostic2012-10-171-28/+18
* Make command names/descriptions line up, remove dumpfile it's no longerKeith Bostic2012-10-171-2/+1
* Add a "wt compact" utility command.Keith Bostic2012-10-161-20/+23
* Add support for online compaction, ref #248. This is an initial commit,Keith Bostic2012-10-161-2/+0
* Add lsm support to dump utility. Fix LSM open so a new chunk isn'tAlex Gorrod2012-09-051-0/+8
* Whitespace cleanups, no semantic changes.Keith Bostic2012-08-071-1/+1
* Implement hot backup feature (ref issue #236).Keith Bostic2012-07-031-7/+11
* Make the whitespace script run on the examples, utilities extension code.Keith Bostic2012-05-151-1/+1
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-2/+2
* Have utilities work on more types of objects (e.g., "wt create colgroup:...").Michael Cahill2012-02-021-2/+18
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Build out the SESSION->rename method, add the wt utility rename command.Keith Bostic2012-01-031-0/+3
* Add the SESSION->upgrade method.Keith Bostic2012-01-011-0/+7
* Add the wt write command.Keith Bostic2011-11-031-5/+13
* Add the "wt list" command.Keith Bostic2011-10-271-1/+4