| Age | Commit message (Expand) | Author |
| 2014-02-26 | Allow overlapping strings when setting a buffer's contents, it's not | Keith Bostic |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-22 | whitespace cleanup, no longer any need to cast a size_t to a uint32_t | Keith Bostic |
| 2013-12-20 | Remove most uses of WT_STORE_SIZE, it was primarily used to convert | Keith Bostic |
| 2013-12-16 | Better/fixed support for huge keys/values. | Keith Bostic |
| 2013-11-05 | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill |
| 2013-10-08 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-05 | Fix a bug scanning through a memory-mapped file with overflow items (which is... | Michael Cahill |
| 2013-08-20 | Add a fast grow routine for buffers, so transactions with many operations don... | Michael Cahill |
| 2013-04-17 | More changes to the extension API (this is only part-way there, but it | Keith Bostic |
| 2013-04-10 | Add a new method WT_EXTENSION_API::config that takes a cfg[] and returns | Keith Bostic |
| 2013-02-14 | Check for a standard set of typos (list taken from Wikipedia's copyedit | 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-11-20 | Review uses of WT_ITEM::data, never cast it to a non-const pointer. | Michael Cahill |
| 2012-11-20 | Take care with __wt_buf_grow if the data field may be an offset into the buffer. | Michael Cahill |
| 2012-08-02 | Implement basic LSM cursor operations. | Michael Cahill |
| 2012-05-24 | whitespace | Keith Bostic |
| 2012-05-24 | Track from where scratch buffers were allocated in DIAGNOSTIC mode. | Keith Bostic |
| 2012-04-26 | Replace local "ret" declarations with WT_DECL_RET. | Keith Bostic |
| 2012-04-26 | Complain if a buffer is allocated but never released. | Keith Bostic |
| 2012-03-28 | We no longer use __wt_buf_swap(), remove it (it's trivial to replace | Keith Bostic |
| 2012-03-11 | Layer dump cursors on top of any cursor type. | Michael Cahill |
| 2012-03-20 | Don't complain about buffers that weren't discarded yet, it breaks the | Keith Bostic |
| 2012-03-20 | Complain if a scratch buffer is allocated but never discarded. | Keith Bostic |
| 2012-03-12 | Fix a buffer overflow when encoding a root address. | Michael Cahill |
| 2012-03-09 | Resize scratch buffers in preference to allocating new ones. | Michael Cahill |
| 2012-02-23 | Make buffer alignment configurable in wiredtiger_open. Only align scratch bu... | Michael Cahill |
| 2012-01-23 | Fix spelling. | Keith Bostic |
| 2012-01-23 | Update a comment, WT_BUF -> WT_ITEM. | Keith Bostic |
| 2012-01-23 | Merge WT_BUF into WT_ITEM. | Michael Cahill |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2012-01-13 | There's a general byte-to-escaped-hex function now, change | Keith Bostic |
| 2012-01-02 | Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return. | Keith Bostic |
| 2011-12-16 | minor error message cleanup. | Keith Bostic |
| 2011-11-08 | When growing a buffer, the WT_BUF->data/size pair might reference some other | Keith Bostic |
| 2011-10-21 | Compare inserted keys during bulk insert to make sure they're not | Keith Bostic |
| 2011-10-10 | Rename __wt_buf_sprintf/__wt_buf_sprintf_append to __wt_buf_fmt and | Keith Bostic |
| 2011-10-10 | Split __wt_buf_sprintf into two functions: __wt_buf_sprintf that sets the | Keith Bostic |
| 2011-08-09 | Mark WT_COL_RLE as "packed" to save 4 bytes in memory per repeated item in va... | Michael Cahill |
| 2011-08-18 | Use "memsize" everywhere, don't mix with "mem_size". | Michael Cahill |
| 2011-08-18 | Use size_t for size calculations, only store uint32_t in structs. | Michael Cahill |
| 2011-08-20 | ANSI C "free" semantics, ignore NULL references. | Keith Bostic |
| 2011-08-19 | Rename __wt_scr_release -> __wt_scr_free so we have an alloc/free pair, | Keith Bostic |
| 2011-08-19 | Change bzip2 to use the lower-level "compression engine" APIs rather | Keith Bostic |
| 2011-08-19 | When bzip2 allocates through here, we end up occasionally carving up large | Keith Bostic |
| 2011-08-12 | Rework __cache_read() to call __wt_disk_read_scr(), removing the last | Keith Bostic |
| 2011-08-04 | Depend on the ANSI C free semantics, where a NULL reference is simply | Keith Bostic |
| 2011-07-29 | ../src/btree/bt_stat.c:84: warning: implicit conversion shortens 64-bit value... | Michael Cahill |
| 2011-07-26 | Re-work fixed-length column-store as bitfields, not byte fields. | Keith Bostic |