summaryrefslogtreecommitdiff
path: root/src/utilities/util.h
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3111 util_create() doesnt free memory assigned to "uri" (#3279)Keith Bostic2017-02-061-1/+1
* WT-3106 Add truncate operation to wt command line utility (#3227)David Hows2017-01-101-0/+1
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-151-0/+1
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-1/+2
* 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-0/+1
|/
* Boolean conversion pass over utilities.Keith Bostic2015-09-241-2/+2
* Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic2015-03-201-5/+5
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Clean up remaining gcc warnings.Keith Bostic2014-10-101-1/+0
* gcc doesn't like externs inside functions (warning: nested externKeith Bostic2014-10-101-0/+1
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-10/+5
* Simplify URI handling in utilities: accept most things the user provides, let...Michael Cahill2014-05-231-13/+1
* Allow the metadata to be dumped, use "metadata:" consistently as the public U...Michael Cahill2014-05-231-1/+2
* Lint.Susan LoVerso2014-05-221-1/+0
* Add 'json' config option to cursor, to create JSON output.Don Anderson2014-04-091-0/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Fix a bug in the dump utility that allowed index URIs.Alex Gorrod2013-03-141-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Add a "wt compact" utility command.Keith Bostic2012-10-161-0/+1
* Add support for online compaction, ref #248. This is an initial commit,Keith Bostic2012-10-161-1/+0
* Add lsm support to dump utility. Fix LSM open so a new chunk isn'tAlex Gorrod2012-09-051-2/+4
* Implement hot backup feature (ref issue #236).Keith Bostic2012-07-031-0/+2
* Rename the "snapshot" config key in session.checkpoint to "name".Keith Bostic2012-06-161-0/+1
* Have utilities work on more types of objects (e.g., "wt create colgroup:...").Michael Cahill2012-02-021-2/+8
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* We include the internal wiredtiger include file, we don't need anythingKeith Bostic2012-01-191-8/+0
* WiredTiger includes must come before system includes. Otherwise off_t may no...Michael Cahill2012-01-191-2/+2
* Build out the SESSION->rename method, add the wt utility rename command.Keith Bostic2012-01-031-0/+1
* Add the SESSION->upgrade method.Keith Bostic2012-01-011-0/+1
* Move root addresses into the schema file and add support for theKeith Bostic2011-12-211-2/+0
* Add the wt write command.Keith Bostic2011-11-031-0/+2
* Add the "wt list" command.Keith Bostic2011-10-271-5/+8
* Some systems don't configure 64-bit MIN/MAX #defines by default.Keith Bostic2011-10-221-6/+1
* No reason to have almost all the #includes in util.h, but include wiredtiger.hKeith Bostic2011-10-191-0/+2
* Add a copyright notice & command to the wt utility.Keith Bostic2011-10-191-0/+1
* Give load and loadtext their own insert-record function (instead ofKeith Bostic2011-10-141-1/+7
* Generalize cursor_err() as util_cerr(), other chunks of the wt utilityKeith Bostic2011-10-141-0/+1
* Add the "wt loadtext" command.Keith Bostic2011-10-131-0/+2
* Rework util_syserr() as a more complex error routine so it can be used moreKeith Bostic2011-10-131-1/+1
* Add the -n option to load (rename the object), and replace [-c config]Keith Bostic2011-10-121-0/+1
* Add the "drop" command to the wt utility.Keith Bostic2011-10-111-2/+3
* Re-work "wt load", it now supports loading individual files.Keith Bostic2011-10-081-0/+2
* Add a local version of getopt for the utilities program, plus a scriptKeith Bostic2011-08-311-1/+12
* Connect the old Btree statistics code to the statistics cursors: if youKeith Bostic2011-07-281-1/+0
* Add a global -C option that takes the wiredtiger_open configuration.Keith Bostic2011-07-201-9/+8
* Add a "wt create" mode to the utility for creating tables and files.Michael Cahill2011-07-151-0/+1
* Give the utilities a common name-generation routine, and change theKeith Bostic2011-07-111-11/+16