| Age | Commit message (Expand) | Author |
| 2014-10-02 | Typedef wt_off_t as an off_t if the type is available on the system. | 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-05-05 | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic |
| 2014-04-28 | Change the block manager to not touch the WT_ITEM.{mem,memsize} fields | Keith Bostic |
| 2014-04-01 | Add support for a new verify option "-d dump_offsets=#,#,#", that allows | Keith Bostic |
| 2014-01-08 | Minor re-working of 9dd055a. | Keith Bostic |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2014-01-02 | Don't abort if there is a checksum failure during verification or salvage: we... | Michael Cahill |
| 2013-12-24 | If running in DIAGNOSTIC mode, drop core when there's a checksum error, | Keith Bostic |
| 2013-12-23 | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic |
| 2013-12-22 | Rework uint32_t/size_t declarations, size_t is more appropriate for the | Keith Bostic |
| 2013-12-17 | Rewrite the read/write loops to handle short returns, POSIX allows short | Keith Bostic |
| 2013-11-15 | Coverity is concerned we might be indirecting through a NULL pointer -- | Keith Bostic |
| 2013-10-28 | Salvage can read through the standard WT_BM handle when reading overflow | Keith Bostic |
| 2013-10-28 | Minor restructuring, don't reach through the session handle to figure out | Keith Bostic |
| 2013-10-28 | It is okay for checkpoint reads to see a page that is discarded in the live s... | Michael Cahill |
| 2013-10-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-10 | Split statistics macros into two parts: run-time and everything else, | Keith Bostic |
| 2013-09-03 | Style | Susan LoVerso |
| 2013-08-30 | Make it OK if a filesystem doesn't support some posix_fadvise flags. | Alex Gorrod |
| 2013-05-28 | Create a more general-purpose block-manager preload call and pre-load | Keith Bostic |
| 2013-05-14 | Preload internal pages into file system cache with compression. | Alex Gorrod |
| 2013-04-16 | Changes based on Alex's review. | Michael Cahill |
| 2013-04-04 | When reading from a memory map, tell the OS the size of the block so it is fa... | Michael Cahill |
| 2013-03-07 | Don't increment by offset, increment by size. | Keith Bostic |
| 2013-03-06 | Re-work posix_fadvise, sync_file_range buffer cache changes. | Keith Bostic |
| 2013-03-04 | Replace os_cache_max configuration and behavior with calls to: (1) | Keith Bostic |
| 2013-01-27 | Add mmap support for read-only objects (a read-only object is an object | Keith Bostic |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-12-05 | Review the statistics: rename the statistics names for consistency and | Keith Bostic |
| 2012-11-23 | Maintain bytes read/written as well as I/O counts, reference #381. | Keith Bostic |
| 2012-11-23 | We need to checksum the data if it's not compressed, even if checksums | Keith Bostic |
| 2012-11-22 | Move compression out of the block-manager layer to the btree layer. | Keith Bostic |
| 2012-11-15 | Add support for WT_COMPRESS::compress_raw, let the underlying compression | Keith Bostic |
| 2012-10-19 | Generalize the code to check for a block appearing on the available or | Keith Bostic |
| 2012-10-14 | Don't check if the page is on the avail or discard lists if we're salvaging | Keith Bostic |
| 2012-10-03 | Add a new diagnostic check: if we're reading a block, it shouldn't | Keith Bostic |
| 2012-05-29 | WT_RET in the middle of __wt_block_read_off() could leak a scratch buffer. | Keith Bostic |
| 2012-05-12 | Convert the block code to WT_DECL_ITEM. | Keith Bostic |
| 2012-05-07 | Rework WT_EVENT_HANDLERs. | Keith Bostic |
| 2012-05-03 | Move all of the WiredTiger.wt configuration information into the turtle file; | Keith Bostic |
| 2012-04-26 | Replace local "ret" declarations with WT_DECL_RET. | Keith Bostic |
| 2012-04-09 | Snapshots reference the same physical pages, although potentially with | Keith Bostic |
| 2012-03-30 | Naming pass: quit using _buf for block-manager API-level functions, use | Keith Bostic |
| 2012-03-26 | Snapshot changes, ref #167: | Keith Bostic |
| 2012-03-22 | First set of snapshot changes, ref #167. The big changes are to create | Keith Bostic |
| 2012-02-28 | Mark some more buffers as requiring alignment for use with O_DIRECT. | Michael Cahill |
| 2012-01-23 | Keep a special reserved value for block checksums to avoid possible collisions. | Michael Cahill |
| 2012-01-23 | Merge WT_BUF into WT_ITEM. | Michael Cahill |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |