summaryrefslogtreecommitdiff
path: root/src/packing
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-291-1/+1
* Add tests for illegal key/value format configurations.Keith Bostic2015-03-201-0/+10
* Add length checks to the WT_PACK_STREAM API, because lower layers treat size ...Michael Cahill2015-03-191-0/+32
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-043-0/+3
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-073-3/+3
* Always initialize WT_PACK_VALUE before use.Michael Cahill2013-11-252-19/+9
* Clear WT_PACK_VALUE before calling __pack_next. Static analysis can't figure...Michael Cahill2013-11-221-0/+16
* fix a commentKeith Bostic2013-06-021-1/+1
* Build fixes for gcc 4.1.2.Michael Cahill2013-05-171-0/+1
* Move pack/unpack methods into the extension API, because extensions shouldn't...Michael Cahill2013-04-221-15/+88
* Inline more of the packing code: API calls are now the only part that can't b...Michael Cahill2013-04-221-86/+0
* Make WT_ASSERT a no-op when not in DIAGNOSTIC mode.Alex Gorrod2013-03-141-0/+2
* include/packing.i:315:3: error: 'pv.type' may be used uninitialized in this f...Michael Cahill2013-02-261-7/+0
* Fix complaints from s_style.Alex Gorrod2013-02-261-7/+12
* Style cleanups: long lines, new spelling.Michael Cahill2013-02-221-2/+4
* Fix pack_close: read fields before freeing the struct.Michael Cahill2013-02-221-3/+3
* Add documentation and checking to pack streams, return the number of bytes (u...Michael Cahill2013-02-221-26/+140
* Add support for streaming pack / unpack to the API.Michael Cahill2013-02-213-0/+167
* Update copyright notice to 2013.Keith Bostic2013-01-012-2/+2
* lint from GCC 4.6:Michael Cahill2012-09-151-0/+1
* The wiredtiger_struct_size() call can fail, it has to return an errorKeith Bostic2012-05-112-15/+17
* Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as theirKeith Bostic2012-05-111-15/+10
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-041-3/+0
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-262-7/+8
* Fix uninitialized warnings with GCC 4.2.Michael Cahill2012-01-311-0/+6
* Update copyright notices to 2012.Keith Bostic2012-01-222-6/+6
* Reorg the api directory into connection and session parts. While in the area...Michael Cahill2011-12-142-0/+250