index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
packing
Age
Commit message (
Expand
)
Author
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