| Age | Commit message (Expand) | Author |
| 2014-10-15 | MSVC doesn't yet support "%zu", replace with #defines. | 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-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-09 | Fix a few copyright notices, comment format. | Keith Bostic |
| 2014-10-08 | Initial Windows Port | Mark Benvenuto |
| 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-03 | Formatting cleanups after the wt_off_t change. | Keith Bostic |
| 2014-10-02 | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-10-14 | Add assertions that LSM time calculations aren't wrapping, fix one case (afte... | Michael Cahill |
| 2013-07-10 | On some systems the system call can fail without setting errno. On | Susan LoVerso |
| 2013-05-11 | Support for a new configuration option, file_extend, that extends the file | Keith Bostic |
| 2013-05-11 | Rename the WT_FH.file_size field to be WT_FH.size. | Keith Bostic |
| 2013-04-03 | Delay inserts so that writing chunks to disk doesn't fall too far behind. | Michael Cahill |
| 2013-03-04 | Replace os_cache_max configuration and behavior with calls to: (1) | Keith Bostic |
| 2013-02-28 | Add a "maximum filesystem buffer cache" setting to files. After doing the sp... | Michael Cahill |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2012-01-02 | Add a "WT" prefix to SYSCALL_RETRY, change the open call to use the standard | Keith Bostic |
| 2012-01-02 | Review pass over errno handling -- probably still not correct, but it's | Keith Bostic |
| 2011-10-01 | The SYSCALL_RETRY() macro was just wrong (it counted down, not up, and | Keith Bostic |
| 2011-08-08 | Add simple support for restarting system calls, open needs it, although the | Keith Bostic |