| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3240 Coverity reports (#3354) | Keith Bostic | 2017-03-27 | 1 | -6/+6 |
* | WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340) | Keith Bostic | 2017-03-24 | 1 | -4/+13 |
* | WT-3216 changes suggested by clang-tidy (#3328) | Keith Bostic | 2017-03-17 | 1 | -55/+62 |
* | WT-3111 util_create() doesnt free memory assigned to "uri" (#3279) | Keith Bostic | 2017-02-06 | 1 | -2/+2 |
* | WT-3106 Add truncate operation to wt command line utility (#3227) | David Hows | 2017-01-10 | 1 | -0/+5 |
* | WT-283 Add WT_SESSION::alter method (#3177) | sueloverso | 2016-12-15 | 1 | -0/+5 |
* | WT-2505: Review clang analyzer warnings | Keith Bostic | 2016-04-06 | 1 | -1/+0 |
* | Merge branch 'develop' into wt-2287-rebalance | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
|\ |
|
| * | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds the | Keith Bostic | 2015-12-17 | 1 | -1/+4 |
|/ |
|
* | whitespace | Keith Bostic | 2015-12-09 | 1 | -1/+0 |
* | Boolean conversion pass over utilities. | Keith Bostic | 2015-09-24 | 1 | -6/+6 |
* | Clean up free call. References WT-1822. | Don Anderson | 2015-05-02 | 1 | -4/+2 |
* | For wt -E, zero out secret key as early as possible. References WT-1822. | Don Anderson | 2015-05-02 | 1 | -5/+9 |
* | wt utility didn't have the -L flag in the usage message. | Keith Bostic | 2015-04-28 | 1 | -1/+1 |
* | Fix the wt utility usage statement to match getopt standard. | Keith Bostic | 2015-04-28 | 1 | -1/+1 |
* | Add -E option for encryption secret key. | Don Anderson | 2015-04-22 | 1 | -6/+19 |
* | Switch uses of wiredtiger_strerror() for WT_SESSION.strerror(). | Keith Bostic | 2015-03-20 | 1 | -5/+5 |
* | Make dist/s_all run cleanly again. | Keith Bostic | 2015-03-12 | 1 | -6/+6 |
* | Support no-logging mode in wt command for debug. #1732 | Susan LoVerso | 2015-03-11 | 1 | -1/+13 |
* | Coverity 1271064: logically dead code, "rec_config" can never be NULL, | Keith Bostic | 2015-02-23 | 1 | -18/+14 |
* | Add missing braces around rec_config set (not a bug, just a cleanup). | Keith Bostic | 2015-02-16 | 1 | -1/+2 |
* | Add recover config setting and use it in the wt command. #1651 | Susan LoVerso | 2015-02-12 | 1 | -29/+22 |
* | Allow 'wt' command to run with or without recovery. #1651 | Susan LoVerso | 2015-02-10 | 1 | -16/+46 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Move the utilities/util_getopt.c implementation of getopt(3) into the | Keith Bostic | 2014-10-10 | 1 | -7/+6 |
* | Simplify URI handling in utilities: accept most things the user provides, let... | Michael Cahill | 2014-05-23 | 1 | -38/+13 |
* | Allow the metadata to be dumped, use "metadata:" consistently as the public U... | Michael Cahill | 2014-05-23 | 1 | -0/+4 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Fix a trivial leak in the utility. | Michael Cahill | 2013-11-22 | 1 | -0/+4 |
* | Complain if we can't call wiredtiger_open or create a session. | Keith Bostic | 2013-11-09 | 1 | -2/+6 |
* | Support both command-line and other config arguments; prepend internal | Keith Bostic | 2013-11-04 | 1 | -73/+65 |
* | Configure statistics if stat command used. #746 | Susan LoVerso | 2013-11-04 | 1 | -0/+4 |
* | The "loadtext" command can reasonably create the database. | Keith Bostic | 2013-07-31 | 1 | -10/+13 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Add backup, config and statistics object types, that way we'll | Keith Bostic | 2012-10-17 | 1 | -28/+18 |
* | Make command names/descriptions line up, remove dumpfile it's no longer | Keith Bostic | 2012-10-17 | 1 | -2/+1 |
* | Add a "wt compact" utility command. | Keith Bostic | 2012-10-16 | 1 | -20/+23 |
* | Add support for online compaction, ref #248. This is an initial commit, | Keith Bostic | 2012-10-16 | 1 | -2/+0 |
* | Add lsm support to dump utility. Fix LSM open so a new chunk isn't | Alex Gorrod | 2012-09-05 | 1 | -0/+8 |
* | Whitespace cleanups, no semantic changes. | Keith Bostic | 2012-08-07 | 1 | -1/+1 |
* | Implement hot backup feature (ref issue #236). | Keith Bostic | 2012-07-03 | 1 | -7/+11 |
* | Make the whitespace script run on the examples, utilities extension code. | Keith Bostic | 2012-05-15 | 1 | -1/+1 |
* | Replace local "ret" declarations with WT_DECL_RET. | Keith Bostic | 2012-04-26 | 1 | -2/+2 |
* | Have utilities work on more types of objects (e.g., "wt create colgroup:..."). | Michael Cahill | 2012-02-02 | 1 | -2/+18 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+3 |
* | Build out the SESSION->rename method, add the wt utility rename command. | Keith Bostic | 2012-01-03 | 1 | -0/+3 |
* | Add the SESSION->upgrade method. | Keith Bostic | 2012-01-01 | 1 | -0/+7 |
* | Add the wt write command. | Keith Bostic | 2011-11-03 | 1 | -5/+13 |
* | Add the "wt list" command. | Keith Bostic | 2011-10-27 | 1 | -1/+4 |