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