summaryrefslogtreecommitdiff
path: root/src/utilities/util_verify.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* No reason to have almost all the #includes in util.h, but include wiredtiger.hKeith Bostic2011-10-191-1/+0
* Rework util_syserr() as a more complex error routine so it can be used moreKeith Bostic2011-10-131-1/+1
* Re-work "wt load", it now supports loading individual files.Keith Bostic2011-10-081-2/+2
* Add a local version of getopt for the utilities program, plus a scriptKeith Bostic2011-08-311-3/+3
* Add a global -C option that takes the wiredtiger_open configuration.Keith Bostic2011-07-201-13/+3
* Give the utilities a common name-generation routine, and change theKeith Bostic2011-07-111-15/+9
* Put parantheses around non-trivial conditions in ternary expressions.Michael Cahill2011-07-081-1/+1
* Michael's last changes mean the utilities no longer need wt_internal.h,Keith Bostic2011-06-151-1/+1
* Move the verbose event handler into the utility.Michael Cahill2011-06-151-2/+2
* Don't limit the table name argument to 100 characters minus "table:",Keith Bostic2011-06-141-3/+17
* Merge the utility programs into a single program.Keith Bostic2011-06-081-26/+11
* Make tests work on the public API:Michael Cahill2011-05-031-1/+1
* Remove the internal API, move automatically generated code to the public API.Michael Cahill2011-04-251-20/+26
* Hook up message and progress handling via WT_EVENT_HANDLER. Remove the progr...Michael Cahill2011-04-111-3/+4
* Attempt to fix some races by using the application's session handle in more i...Michael Cahill2011-04-071-2/+2
* Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill2011-03-041-8/+10
* Added a bunch of warnings to gcc 4.2.1, clean up the lint.Keith Bostic2011-02-181-3/+1
* Get rid of uses of "database". We're using standard terminology in WiredTigerKeith Bostic2011-02-171-2/+2
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-4/+2
* Use the 'wt_' prefix for WiredTiger utilities.Michael Cahill2011-02-011-0/+74