summaryrefslogtreecommitdiff
path: root/src/utilities
AgeCommit message (Expand)Author
2015-09-29WT-2112 Use bool in more placesMichael Cahill
2015-03-20Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic
2015-03-12Make dist/s_all run cleanly again.Keith Bostic
2015-03-11Support no-logging mode in wt command for debug. #1732Susan LoVerso
2015-02-23Coverity 1271064: logically dead code, "rec_config" can never be NULL,Keith Bostic
2015-02-16Add missing braces around rec_config set (not a bug, just a cleanup).Keith Bostic
2015-02-16Merge pull request #1666 from wiredtiger/wt-recoverMichael Cahill
2015-02-12Another try at removing HAVE_DIAGNOSTIC requirement from the verify codeKeith Bostic
2015-02-12Revert "Remove the requirement of a HAVE_DIAGNOSTIC build for the verify"Keith Bostic
2015-02-12Remove the requirement of a HAVE_DIAGNOSTIC build for the verifyKeith Bostic
2015-02-12Add support for a new verify debug option, "dump_shape", that reportsKeith Bostic
2015-02-12Add recover config setting and use it in the wt command. #1651Susan LoVerso
2015-02-10Allow 'wt' command to run with or without recovery. #1651Susan LoVerso
2015-01-04Copyright notices: add MongoDB, update to 2015.Keith Bostic
2014-12-29When we redid the database statistics configuration, we configured the wtKeith Bostic
2014-11-13We distribute under GNU GPL versions 2 or 3, update the wt copyright notice.Keith Bostic
2014-10-22Merge branch 'develop' into custom-extractorsMichael Cahill
2014-10-20Put the format's '%' in the string, so WT_SIZET_FMT looks likeKeith Bostic
2014-10-20Replace %zu with macro for Windows compatibility.Keith Bostic
2014-10-20Resolve lint issues related to JSON import. refs #1294.Don Anderson
2014-10-20JSON import fixes:Don Anderson
2014-10-20Coverity 1130767, don't leak memory on error.Keith Bostic
2014-10-16Strip metadata from JSON dumps if if cannot be passed to WT_SESSION::create.Michael Cahill
2014-10-16Don't use const for strings returned in allocated memory.Michael Cahill
2014-10-15Merge branch 'develop' into json-loadAlex Gorrod
2014-10-10MSVC & Clang Warning CleanupMark Benvenuto
2014-10-10Merge pull request #1270 from markbenvenuto/backup_fixKeith Bostic
2014-10-10Fix backup on Windows by using O_BINARYMark Benvenuto
2014-10-10Clean up remaining gcc warnings.Keith Bostic
2014-10-10gcc doesn't like externs inside functions (warning: nested externKeith Bostic
2014-10-10Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic
2014-10-09FlushFileBuffers returns 0 on failure, then we have to call GetLastError.Keith Bostic
2014-10-09We need to know the hot backup files were written to disk, and we can'tKeith Bostic
2014-09-26Fix warnings in util_load.Alex Gorrod
2014-09-25Fixes for compiler warnings, cleanup as a result of running s_all.Don Anderson
2014-09-23Code cleanup per agorrod's review, including putting JSON load utilityDon Anderson
2014-09-02Fixed test error introduced by previous fixes.Don Anderson
2014-09-02Fixed uninitialized var.Don Anderson
2014-09-02Fix const correctness warning.Don Anderson
2014-09-02Fixed const correctness warnings.Don Anderson
2014-09-02Refactor, KNF, clean up.Don Anderson
2014-08-29Simplify JSON load parsing and requirements further:Don Anderson
2014-08-29Changed JSON dump output format to add another level to 'tag' the data segment.Don Anderson
2014-08-06Fixed some 'const' compiler warnings.Don Anderson
2014-08-06Add JSON loading to cursors and wt load utility. refs #740.Don Anderson
2014-07-02Dead assignment.Keith Bostic
2014-06-02It's non-standard to have multiple usage statements for incompatible options,Keith Bostic
2014-06-02spellingMichael Cahill
2014-06-01Lint: if realloc fails, the memory has been freed, don't free it twice.Keith Bostic
2014-05-23Fix Coverity 1215468, the memory attached to the variable jsonconfigKeith Bostic