| Age | Commit message (Expand) | Author |
| 2015-09-29 | WT-2112 Use bool in more places | Michael Cahill |
| 2015-03-20 | Switch uses of wiredtiger_strerror() for WT_SESSION.strerror(). | Keith Bostic |
| 2015-03-12 | Make dist/s_all run cleanly again. | Keith Bostic |
| 2015-03-11 | Support no-logging mode in wt command for debug. #1732 | Susan LoVerso |
| 2015-02-23 | Coverity 1271064: logically dead code, "rec_config" can never be NULL, | Keith Bostic |
| 2015-02-16 | Add missing braces around rec_config set (not a bug, just a cleanup). | Keith Bostic |
| 2015-02-16 | Merge pull request #1666 from wiredtiger/wt-recover | Michael Cahill |
| 2015-02-12 | Another try at removing HAVE_DIAGNOSTIC requirement from the verify code | Keith Bostic |
| 2015-02-12 | Revert "Remove the requirement of a HAVE_DIAGNOSTIC build for the verify" | Keith Bostic |
| 2015-02-12 | Remove the requirement of a HAVE_DIAGNOSTIC build for the verify | Keith Bostic |
| 2015-02-12 | Add support for a new verify debug option, "dump_shape", that reports | Keith Bostic |
| 2015-02-12 | Add recover config setting and use it in the wt command. #1651 | Susan LoVerso |
| 2015-02-10 | Allow 'wt' command to run with or without recovery. #1651 | Susan LoVerso |
| 2015-01-04 | Copyright notices: add MongoDB, update to 2015. | Keith Bostic |
| 2014-12-29 | When we redid the database statistics configuration, we configured the wt | Keith Bostic |
| 2014-11-13 | We distribute under GNU GPL versions 2 or 3, update the wt copyright notice. | Keith Bostic |
| 2014-10-22 | Merge branch 'develop' into custom-extractors | Michael Cahill |
| 2014-10-20 | Put the format's '%' in the string, so WT_SIZET_FMT looks like | Keith Bostic |
| 2014-10-20 | Replace %zu with macro for Windows compatibility. | Keith Bostic |
| 2014-10-20 | Resolve lint issues related to JSON import. refs #1294. | Don Anderson |
| 2014-10-20 | JSON import fixes: | Don Anderson |
| 2014-10-20 | Coverity 1130767, don't leak memory on error. | Keith Bostic |
| 2014-10-16 | Strip metadata from JSON dumps if if cannot be passed to WT_SESSION::create. | Michael Cahill |
| 2014-10-16 | Don't use const for strings returned in allocated memory. | Michael Cahill |
| 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 |