| Age | Commit message (Expand) | Author |
| 2014-10-15 | MSVC doesn't yet support "%zu", replace with #defines. | Keith Bostic |
| 2014-10-15 | Enhance the comment, note for the record we can map past EOF. | Keith Bostic |
| 2014-10-15 | Use %zu as the printf format for size_t. | Keith Bostic |
| 2014-10-15 | Record the fh->size and consistently mmap and return that same size. | Susan LoVerso |
| 2014-10-15 | Add mapping pointers to the verbose output from the map/unmap system | Keith Bostic |
| 2014-10-13 | Typo, clear the right file handle on error. | Keith Bostic |
| 2014-10-13 | Remove __open_directory_sync call, not needed on Windows. | 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 | FindFirstFile returns INVALID_HANDLE_VALUE, not NULL | Keith Bostic |
| 2014-10-13 | KNF | Keith Bostic |
| 2014-10-13 | Fix Windows os_dir.c, and os_ftruncate.c. Correctly enable hardware chksum. | Mark Benvenuto |
| 2014-10-12 | Make fallocate/posix_fallocate more configurable. | Keith Bostic |
| 2014-10-11 | KNF | Keith Bostic |
| 2014-10-10 | MSVC & Clang Warning Cleanup | Mark Benvenuto |
| 2014-10-09 | Minor Windows SConstruct & Build fixes | Mark Benvenuto |
| 2014-10-09 | Create a separate list of Windows' files, that way we can have | Keith Bostic |
| 2014-10-09 | KNF | Keith Bostic |
| 2014-10-09 | KNF | Keith Bostic |
| 2014-10-09 | Rename the WT_FH.refcnt field to be WT_FH.ref to match the new | 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 | whitespace | Keith Bostic |
| 2014-10-09 | Style script. | Keith Bostic |
| 2014-10-09 | Fix string spelling. | 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-08 | Initial Windows Port | Mark Benvenuto |