summaryrefslogtreecommitdiff
path: root/src/utilities/util_read.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-3/+3
* Simplify URI handling in utilities: accept most things the user provides, let...Michael Cahill2014-05-231-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* 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-3/+2
* Have utilities work on more types of objects (e.g., "wt create colgroup:...").Michael Cahill2012-02-021-2/+1
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Add the wt write command.Keith Bostic2011-11-031-33/+5
* No reason to have almost all the #includes in util.h, but include wiredtiger.hKeith Bostic2011-10-191-1/+0
* Add a "wt read" command.Keith Bostic2011-10-171-0/+132