summaryrefslogtreecommitdiff
path: root/src/packing
AgeCommit message (Expand)Author
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