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