| Age | Commit message (Expand) | Author |
| 2017-04-07 | WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374) | Keith Bostic |
| 2016-03-16 | WT-2494: review calls to __wt_free, plus minor bug in an error path. | Keith Bostic |
| 2016-03-11 | WT-2404 Make pack/unpack extension API consistent. | Alex Gorrod |
| 2016-03-04 | WT-2404 Add streaming pack and unpack APIs to the extension API. | Alex Gorrod |
| 2016-02-22 | Merge pull request #2491 from wiredtiger/wt-2382 | Alex Gorrod |
| 2016-02-11 | WT-2393: Unnecessary error handling labels. | Keith Bostic |
| 2016-02-11 | WT-2382: Problem with custom collator for 'u' format with join cursor | Keith Bostic |
| 2016-02-09 | WT-2382 For cursor joins, treat all trailing 'u' index keys as 'U'. | Don Anderson |
| 2016-01-14 | WT-2331 Require that reference cursors that are joined be positioned. | Don Anderson |
| 2016-01-01 | Upgrade copyright notices from 2015 to 2016. | Keith Bostic |
| 2015-11-19 | Warning 550: Symbol 'newbuf' (line 155) not accessed | Keith Bostic |
| 2015-11-18 | Merge branch 'develop' into wt-1315-join-cursor | Michael Cahill |
| 2015-11-03 | WT-1315. Added support for join cursors: | Don Anderson |
| 2015-09-23 | Boolean conversion for the rest of the btree code. | Keith Bostic |
| 2015-03-20 | Add tests for illegal key/value format configurations. | Keith Bostic |
| 2015-03-19 | Add length checks to the WT_PACK_STREAM API, because lower layers treat size ... | Michael Cahill |
| 2015-01-04 | Copyright notices: add MongoDB, update to 2015. | Keith Bostic |
| 2014-12-15 | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-11-25 | Always initialize WT_PACK_VALUE before use. | Michael Cahill |
| 2013-11-22 | Clear WT_PACK_VALUE before calling __pack_next. Static analysis can't figure... | Michael Cahill |
| 2013-06-02 | fix a comment | Keith Bostic |
| 2013-05-17 | Build fixes for gcc 4.1.2. | Michael Cahill |
| 2013-04-22 | Move pack/unpack methods into the extension API, because extensions shouldn't... | Michael Cahill |
| 2013-04-22 | Inline more of the packing code: API calls are now the only part that can't b... | Michael Cahill |
| 2013-03-14 | Make WT_ASSERT a no-op when not in DIAGNOSTIC mode. | Alex Gorrod |
| 2013-02-26 | include/packing.i:315:3: error: 'pv.type' may be used uninitialized in this f... | Michael Cahill |
| 2013-02-26 | Fix complaints from s_style. | Alex Gorrod |
| 2013-02-22 | Style cleanups: long lines, new spelling. | Michael Cahill |
| 2013-02-22 | Fix pack_close: read fields before freeing the struct. | Michael Cahill |
| 2013-02-22 | Add documentation and checking to pack streams, return the number of bytes (u... | Michael Cahill |
| 2013-02-21 | Add support for streaming pack / unpack to the API. | Michael Cahill |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-09-15 | lint from GCC 4.6: | Michael Cahill |
| 2012-05-11 | The wiredtiger_struct_size() call can fail, it has to return an error | Keith Bostic |
| 2012-05-11 | Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as their | Keith Bostic |
| 2012-05-04 | Rework WT_EVENT_HANDLERs. | Keith Bostic |
| 2012-04-26 | Replace local "ret" declarations with WT_DECL_RET. | Keith Bostic |
| 2012-01-31 | Fix uninitialized warnings with GCC 4.2. | Michael Cahill |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2011-12-14 | Reorg the api directory into connection and session parts. While in the area... | Michael Cahill |