summaryrefslogtreecommitdiff
path: root/src/utilities/util_printlog.c
Commit message (Expand)AuthorAgeFilesLines
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-1/+2
* 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
* There's no need for a cursor_config array, remove it.Keith Bostic2011-10-051-5/+1
* Update the printlog command to current cursor semantics, so it looks likeKeith Bostic2011-10-051-16/+13
* Add a local version of getopt for the utilities program, plus a scriptKeith Bostic2011-08-311-5/+5
* Add a global -C option that takes the wiredtiger_open configuration.Keith Bostic2011-07-201-14/+3
* Put parantheses around non-trivial conditions in ternary expressions.Michael Cahill2011-07-081-1/+1
* When I added error checking to the fwrite statements, I got it wrong:Keith Bostic2011-06-161-2/+2
* Move the verbose event handler into the utility.Michael Cahill2011-06-151-1/+2
* Don't limit the table name argument to 100 characters minus "table:",Keith Bostic2011-06-141-8/+14
* Merge the utility programs into a single program.Keith Bostic2011-06-081-20/+10
* Add the beginnings of a log manager.Michael Cahill2011-03-161-0/+107