summaryrefslogtreecommitdiff
path: root/src/utilities/util_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* No reason to have almost all the #includes in util.h, but include wiredtiger.hKeith Bostic2011-10-191-1/+0
* Add a copyright notice & command to the wt utility.Keith Bostic2011-10-191-0/+12
* Add a "wt read" command.Keith Bostic2011-10-171-0/+6
* Add the "wt loadtext" command.Keith Bostic2011-10-131-0/+2
* fix usage spacingKeith Bostic2011-10-131-1/+1
* Add the "drop" command to the wt utility.Keith Bostic2011-10-111-1/+4
* Re-work "wt load", it now supports loading individual files.Keith Bostic2011-10-081-2/+3
* Have the 'wt create' command pass 'create' to wiredtiger_open.Michael Cahill2011-10-041-1/+5
* Add a local version of getopt for the utilities program, plus a scriptKeith Bostic2011-08-311-8/+8
* Avoid the need for statistics cursor configuration: return two columns so app...Michael Cahill2011-07-291-1/+1
* Connect the old Btree statistics code to the statistics cursors: if youKeith Bostic2011-07-281-10/+14
* Add a global -C option that takes the wiredtiger_open configuration.Keith Bostic2011-07-201-13/+33
* utilities/util_main.c 81 Warning 616: control flows into case/defaultKeith Bostic2011-07-151-0/+1
* Add a "wt create" mode to the utility for creating tables and files.Michael Cahill2011-07-151-0/+4
* Give the utilities a common name-generation routine, and change theKeith Bostic2011-07-111-10/+63
* Separate "table dump with a cursor" from "dump the file in debuggingKeith Bostic2011-06-281-0/+3
* Move the verbose event handler into the utility.Michael Cahill2011-06-151-0/+1
* Merge the utility programs into a single program.Keith Bostic2011-06-081-0/+125