summaryrefslogtreecommitdiff
path: root/src/utilities/util_printlog.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3111 util_create() doesnt free memory assigned to "uri" (#3279)Keith Bostic2017-02-061-11/+3
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-1/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2235. Changes to wt printlog to add -x option and remove -p.Don Anderson2015-12-041-8/+7
* Boolean conversion pass over utilities.Keith Bostic2015-09-241-3/+4
* Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic2015-03-201-1/+1
* 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-5/+5
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Fix printlog to use the auto-generated functions.Michael Cahill2013-09-141-2/+1
* Implement basic transactional recovery.Michael Cahill2013-07-261-1/+1
* Add support for "wt printlog" for the new transactional logging code.Michael Cahill2013-07-261-24/+4
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* 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