summaryrefslogtreecommitdiff
path: root/src/utilities
AgeCommit message (Expand)Author
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
2014-05-23Change WT_METADATA_URI to "metadata:".Michael Cahill
2014-05-23Simplify URI handling in utilities: accept most things the user provides, let...Michael Cahill
2014-05-23Allow the metadata to be dumped, use "metadata:" consistently as the public U...Michael Cahill
2014-05-22Lint.Susan LoVerso
2014-05-22KNF.Susan LoVerso
2014-05-21Wrap json cursors as a type of dump cursor.Susan LoVerso
2014-05-08Merge branch 'develop' into json-dumpMichael Cahill
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-17cleanup, move config values into dist/api_data.pyMichael Cahill
2014-04-15Use dump=json as config option for json cursor.Don Anderson
2014-04-15Changed json cursor to behave more like other dump cursors, returningDon Anderson
2014-04-15The wt dump utility now contains all the json dump functionality. refs #740.Don Anderson
2014-04-09Removed unused parameters.Don Anderson
2014-04-09Removed unused function.Don Anderson
2014-04-09Add 'json' config option to cursor, to create JSON output.Don Anderson
2014-04-09Add 'json' config option to cursor, to create JSON output.Don Anderson
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