summaryrefslogtreecommitdiff
path: root/src/utilities
AgeCommit message (Expand)Author
2014-05-07fix a comment typoMichael Cahill
2014-05-07Update dump utility to use new metadata cursors properly.Alex Gorrod
2014-05-06Update list utility to work with new metadata cursors.Alex Gorrod
2014-05-05Allow "wt salvage" of any URI.Michael Cahill
2014-04-01Add support for a new verify option "-d dump_offsets=#,#,#", that allowsKeith Bostic
2014-03-13Revert previous memory leak fix - it introduced a build warning.Alex Gorrod
2014-03-13Fix a memory leak in dump utility.Alex Gorrod
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-23Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic
2013-12-07Free up allocated memory -- it makes Coverity happier.Keith Bostic
2013-11-22Fix a memory leak on error in "wt load".Michael Cahill
2013-11-22Fix a trivial leak in the utility.Michael Cahill
2013-11-18Merge branch 'develop' into fine-grained-durabilityAlex Gorrod
2013-11-16Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic
2013-11-16Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic
2013-11-15Paired lines is a mod test, not a divide test -- found by inspection.Keith Bostic
2013-11-15CID 1129031 (#1 of 1): Explicit null dereferenced (FORWARD_NULL)Keith Bostic
2013-11-12Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-12Update "wt stat" with an "all" command line option for the new statistics API.Michael Cahill
2013-11-11Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-09Complain if we can't call wiredtiger_open or create a session.Keith Bostic
2013-11-05Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-04Don't require logging to be enabled explicitly to print the log. #746Susan LoVerso
2013-11-04Support both command-line and other config arguments; prepend internalKeith Bostic
2013-11-04Configure statistics if stat command used. #746Susan LoVerso
2013-10-30Turn off log archive for printlog. #744Susan LoVerso
2013-10-29Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-25Fix compiler warnings.Alex Gorrod
2013-10-23Truncate logs in the second pass, when we know the checkpoint LSN we are star...Michael Cahill
2013-10-09Merge branch 'develop' into java-auto-closeMichael Cahill
2013-09-14Fix printlog to use the auto-generated functions.Michael Cahill
2013-09-05Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-09-02Create a "metadata" cursor.Keith Bostic
2013-08-29Add a WT_SESSION handle to WT_EVENT_HANDLER callbacks.Alex Gorrod
2013-08-15Merge branch 'develop' into java-auto-closeAlex Gorrod
2013-08-05Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-08-04When we changed the meaning of the overwrite configuration, we missedKeith Bostic
2013-07-31The "loadtext" command can reasonably create the database.Keith Bostic
2013-07-26Implement basic transactional recovery.Michael Cahill
2013-07-26Add support for "wt printlog" for the new transactional logging code.Michael Cahill
2013-07-15Alex notes users might reasonably pass NULL pointers when trying to getKeith Bostic
2013-06-04Rename metadata_read to be metadata_search to follow the otherKeith Bostic
2013-06-04Make data-sources responsible for their own metadata entries.Keith Bostic
2013-04-08Add a stub callback for auto closed handles. Update handlers in tree.Alex Gorrod
2013-04-04Review rename calls, use "olduri" or "uri" instead of "oldname", useKeith Bostic
2013-03-14Fix a bug in the dump utility that allowed index URIs.Alex Gorrod
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-04Update the 'wt stat' command line utility to support all statistics sourcesMichael Cahill
2012-12-03Rename our strtouq to __wt_strtouq so we don't export anything outsideAlex Gorrod
2012-12-01Replace a call to ctime_r() with ctime() -- Solaris has a non-standardKeith Bostic