summaryrefslogtreecommitdiff
path: root/src/utilities/util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Separate "table dump with a cursor" from "dump the file in debuggingKeith Bostic2011-06-281-0/+1
* Michael's last changes mean the utilities no longer need wt_internal.h,Keith Bostic2011-06-151-0/+5
* Move the verbose event handler into the utility.Michael Cahill2011-06-151-0/+3
* Merge the utility programs into a single program.Keith Bostic2011-06-081-0/+23