| Age | Commit message (Expand) | Author |
| 2014-10-15 | Merge branch 'develop' into json-load | Alex Gorrod |
| 2014-10-10 | MSVC & Clang Warning Cleanup | Mark Benvenuto |
| 2014-10-10 | Merge pull request #1270 from markbenvenuto/backup_fix | Keith Bostic |
| 2014-10-10 | Fix backup on Windows by using O_BINARY | Mark Benvenuto |
| 2014-10-10 | Clean up remaining gcc warnings. | Keith Bostic |
| 2014-10-10 | gcc doesn't like externs inside functions (warning: nested extern | Keith Bostic |
| 2014-10-10 | Move the utilities/util_getopt.c implementation of getopt(3) into the | Keith Bostic |
| 2014-10-09 | FlushFileBuffers returns 0 on failure, then we have to call GetLastError. | Keith Bostic |
| 2014-10-09 | We need to know the hot backup files were written to disk, and we can't | Keith Bostic |
| 2014-09-26 | Fix warnings in util_load. | Alex Gorrod |
| 2014-09-25 | Fixes for compiler warnings, cleanup as a result of running s_all. | Don Anderson |
| 2014-09-23 | Code cleanup per agorrod's review, including putting JSON load utility | Don Anderson |
| 2014-09-02 | Fixed test error introduced by previous fixes. | Don Anderson |
| 2014-09-02 | Fixed uninitialized var. | Don Anderson |
| 2014-09-02 | Fix const correctness warning. | Don Anderson |
| 2014-09-02 | Fixed const correctness warnings. | Don Anderson |
| 2014-09-02 | Refactor, KNF, clean up. | Don Anderson |
| 2014-08-29 | Simplify JSON load parsing and requirements further: | Don Anderson |
| 2014-08-29 | Changed JSON dump output format to add another level to 'tag' the data segment. | Don Anderson |
| 2014-08-06 | Fixed some 'const' compiler warnings. | Don Anderson |
| 2014-08-06 | Add JSON loading to cursors and wt load utility. refs #740. | Don Anderson |
| 2014-07-02 | Dead assignment. | Keith Bostic |
| 2014-06-02 | It's non-standard to have multiple usage statements for incompatible options, | Keith Bostic |
| 2014-06-02 | spelling | Michael Cahill |
| 2014-06-01 | Lint: if realloc fails, the memory has been freed, don't free it twice. | Keith Bostic |
| 2014-05-23 | Fix Coverity 1215468, the memory attached to the variable jsonconfig | Keith Bostic |
| 2014-05-23 | Change WT_METADATA_URI to "metadata:". | Michael Cahill |
| 2014-05-23 | Simplify URI handling in utilities: accept most things the user provides, let... | Michael Cahill |
| 2014-05-23 | Allow the metadata to be dumped, use "metadata:" consistently as the public U... | Michael Cahill |
| 2014-05-22 | Lint. | Susan LoVerso |
| 2014-05-22 | KNF. | Susan LoVerso |
| 2014-05-21 | Wrap json cursors as a type of dump cursor. | Susan LoVerso |
| 2014-05-08 | Merge branch 'develop' into json-dump | Michael Cahill |
| 2014-05-07 | fix a comment typo | Michael Cahill |
| 2014-05-07 | Update dump utility to use new metadata cursors properly. | Alex Gorrod |
| 2014-05-06 | Update list utility to work with new metadata cursors. | Alex Gorrod |
| 2014-05-05 | Allow "wt salvage" of any URI. | Michael Cahill |
| 2014-04-17 | cleanup, move config values into dist/api_data.py | Michael Cahill |
| 2014-04-15 | Use dump=json as config option for json cursor. | Don Anderson |
| 2014-04-15 | Changed json cursor to behave more like other dump cursors, returning | Don Anderson |
| 2014-04-15 | The wt dump utility now contains all the json dump functionality. refs #740. | Don Anderson |
| 2014-04-09 | Removed unused parameters. | Don Anderson |
| 2014-04-09 | Removed unused function. | Don Anderson |
| 2014-04-09 | Add 'json' config option to cursor, to create JSON output. | Don Anderson |
| 2014-04-09 | Add 'json' config option to cursor, to create JSON output. | Don Anderson |
| 2014-04-01 | Add support for a new verify option "-d dump_offsets=#,#,#", that allows | Keith Bostic |
| 2014-03-13 | Revert previous memory leak fix - it introduced a build warning. | Alex Gorrod |
| 2014-03-13 | Fix a memory leak in dump utility. | Alex Gorrod |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-23 | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic |