| Age | Commit message (Expand) | Author |
| 2014-10-16 | Merge pull request #1274 from wiredtiger/basecfg-version | Michael Cahill |
| 2014-10-15 | MSVC doesn't yet support "%zu", replace with #defines. | Keith Bostic |
| 2014-10-15 | Merge branch 'develop' into json-load | Alex Gorrod |
| 2014-10-14 | Add more wording on upgrade/downgrade of databases. | Keith Bostic |
| 2014-10-14 | Merge branch 'develop' into basecfg-version | Keith Bostic |
| 2014-10-13 | Merged fallocate-restructure before merging Mark's changes: cherry pick | Keith Bostic |
| 2014-10-13 | Rename functions, and fix error handling | Mark Benvenuto |
| 2014-10-13 | Use a separate file handle for file truncation & allocation | Mark Benvenuto |
| 2014-10-14 | Merge pull request #1273 from wiredtiger/fallocate-restructure | Michael Cahill |
| 2014-10-13 | add config validation for Windows config | Mark Benvenuto |
| 2014-10-13 | The upgrade configuration string is the same string to which we're | Keith Bostic |
| 2014-10-12 | Add support for upgrading configuration strings: leave the obsolete | Keith Bostic |
| 2014-10-12 | Revert POSIX OS changes from c5b71e5, reference #1254: that commit | Keith Bostic |
| 2014-10-12 | Make fallocate/posix_fallocate more configurable. | Keith Bostic |
| 2014-10-10 | Merge branch 'develop' into basecfg-version | Keith Bostic |
| 2014-10-10 | Merge branch 'develop' into basecfg-version | Keith Bostic |
| 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 | Split the wiredtiger_open configuration options into four sets: | Keith Bostic |
| 2014-10-10 | Move the utilities/util_getopt.c implementation of getopt(3) into the | Keith Bostic |
| 2014-10-09 | Update Windows configuration file to match current autoconf version. | Keith Bostic |
| 2014-10-09 | Abstract out the "is it an absolute path" function, and the path | Keith Bostic |
| 2014-10-09 | Abstract out the code to create a printable version of the | Keith Bostic |
| 2014-10-09 | _MSC_VER won't be defined on gcc platforms. | Keith Bostic |
| 2014-10-09 | Guard include of os_windows.h, include os_windows.h before misc.h, | Keith Bostic |
| 2014-10-09 | whitespace | Keith Bostic |
| 2014-10-09 | Style script. | Keith Bostic |
| 2014-10-09 | Break long lines at 80 columns. | Keith Bostic |
| 2014-10-09 | Fix a few copyright notices, comment format. | Keith Bostic |
| 2014-10-09 | Merge branch 'windows_port' of https://github.com/markbenvenuto/wiredtiger in... | Keith Bostic |
| 2014-10-09 | rebuild auto-generated files | Keith Bostic |
| 2014-10-08 | Initial Windows Port | Mark Benvenuto |
| 2014-10-08 | Add additional parameter to map/unmap functions to maintain more context | Mark Benvenuto |
| 2014-10-08 | Merge pull request #1260 from wiredtiger/lsm-compact-fixes | Michael Cahill |
| 2014-10-07 | Rename the WT_FH.refcnt field to be WT_FH.ref to match the new | Keith Bostic |
| 2014-10-07 | Ftruncate is incompatible with file mapping on Windows, return EBUSY from | Keith Bostic |
| 2014-10-07 | Have LSM compact wait for in-progress merges to complete. #1259 | Susan LoVerso |
| 2014-10-06 | Don't list the potential object types, it doesn't add information. | Keith Bostic |
| 2014-10-06 | Lint no longer needs its own versions of the flag atomic set/clear macros. | Keith Bostic |
| 2014-10-06 | Move the atomic versions of the flag set/clear macros back into hardware.h, | Keith Bostic |
| 2014-10-04 | typo, repeated #define. | Keith Bostic |
| 2014-10-04 | We don't yet need anything other than single-byte versions of the | Keith Bostic |
| 2014-10-04 | Add WT_STATIC_ASSERT calls to the atomic operation macros so we don't | Keith Bostic |
| 2014-10-04 | push the lint version of the atomic ops. | Keith Bostic |
| 2014-10-04 | KNF | Keith Bostic |
| 2014-10-04 | Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version. | Keith Bostic |
| 2014-10-04 | STATIC_ASSERT is outside of the claimed WiredTiger name space (and | Keith Bostic |
| 2014-10-04 | KNF | Keith Bostic |
| 2014-10-04 | Merge pull request #1256 from markbenvenuto/atomics_specific | Keith Bostic |