| Age | Commit message (Expand) | Author |
| 2014-10-04 | STATIC_ASSERT is outside of the claimed WiredTiger name space (and | Keith Bostic |
| 2014-10-02 | Minor cleanups: complain if we see off_t from now, hardwire tests for the | 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-09-03 | The short key/value encoding Btree code requires a size_t be at least 8B, | Keith Bostic |
| 2014-05-08 | Scan include files for style problems. Fix the ones found right away. | Michael Cahill |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-07-15 | Replace the WT_REF key union's on-page key structure with a uint64_t, | Keith Bostic |
| 2013-07-14 | final minor stylistic cleanups, no real change. | Keith Bostic |
| 2013-07-13 | Rework the WT_REF structure child page key to support on-page keys for | Keith Bostic |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-01-29 | If a file is big enough, and empty enough, a free range can overflow | Keith Bostic |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2012-01-16 | Remove the WT_SESSION_BUFFER declarations, I missed them. | Keith Bostic |
| 2012-01-01 | Split the WT_PAGE_DISK structure into two parts: the btree page header | Keith Bostic |
| 2011-12-28 | Require 8B off_t types, we've never tested on a system with 4B off_t types. | Keith Bostic |
| 2011-12-28 | Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_t | Keith Bostic |
| 2011-12-17 | Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internal | Keith Bostic |
| 2011-06-02 | Delete the WT_PAGE_SIZE, WT_ROW_SIZE and WT_COL_SIZE #defines -- they're | Keith Bostic |
| 2011-05-30 | Change all struct names to have the prefix "__wt_", and all corresponding typ... | Michael Cahill |
| 2011-05-18 | Now that overflow objects are stored on page with their size attribute | Keith Bostic |
| 2011-05-18 | Compress the WT_CELL. Previously, a WT_CELL was a single byte encoding | Keith Bostic |
| 2011-05-13 | Finish the split of btree open and btree create; get rid of the file | Keith Bostic |
| 2011-03-04 | Make "WT_ITEM" the public name. | Michael Cahill |
| 2011-03-04 | Collapse the internal API, push sessions down into the OS layer for error han... | Michael Cahill |
| 2011-02-10 | Port the utilities to the public API. | Michael Cahill |
| 2011-03-02 | Don't put "sizeof(WT_PAGE_DISK)" in a comment, s_style will rewrite it. | Michael Cahill |
| 2011-03-03 | Working toward reconciliation splits: move the addr/size pair into the WT_REF | Keith Bostic |
| 2011-02-28 | Fix the build on 64-bit systems. | Michael Cahill |
| 2011-02-27 | Naming change: WT_TOC_UPDATE/update pairs are now WT_TOC_BUFFER/tb pairs. | Keith Bostic |
| 2011-02-18 | Add the dist/s_style script, clean up some minor stuff. | Keith Bostic |
| 2011-02-16 | Remove '$Id$ from sources, add more file to the list for s_copyright to check. | Michael Cahill |
| 2011-02-07 | Split WT_OFF into WT_OFF and WT_OFF_RECORDS: the former is used when we don't | Keith Bostic |
| 2011-02-06 | Add WT_ROW/WT_ROW_SIZE to the list. | Keith Bostic |
| 2011-02-04 | Move "include" under src so that any file can be opened with "../*/<file>.[ch]". | Michael Cahill |