summaryrefslogtreecommitdiff
path: root/cpp/unpack.cpp
Commit message (Expand)AuthorAgeFilesLines
* c and c++: rewritten and integratedfrsyuki2009-02-221-369/+0
* rewrite msgpack::object::viafrsyuki2009-02-151-11/+11
* update pack/unpack routinesfrsyuki2009-02-151-38/+33
* c++ binding: improve msgpack::zone, zero-copy stream deserializerfrsyuki2009-02-151-81/+152
* unpacker::unpacker() accepts initial buffer sizefrsyuki2009-02-151-4/+5
* lang/c/msgpack: msgpack::unpacker: fix buffer reallocation algorithmfrsyuki2009-02-151-1/+1
* lang/c/msgpack: divide pack_raw() into pack_raw() and pack_raw_body()frsyuki2009-02-151-2/+2
* lang/c/msgpack: C++ binding: safer memory managentfrsyuki2009-02-151-9/+39
* lang/c/msgpack: reimplemented C++ binding with template-based static resoluti...frsyuki2009-02-151-81/+68
* lang/c/msgpack: c-macro based templatefrsyuki2009-02-151-11/+105
* lang/c/msgpack: fix typesfrsyuki2009-02-151-3/+3
* lang/c/msgpack: C++ binding: changed calback function of packer from Stream& ...frsyuki2009-02-151-4/+4
* lang/c/msgpack: optimize zone::alloc()frsyuki2009-02-151-4/+7
* lang/c/msgpack: added license notificationsfrsyuki2009-02-151-0/+17
* lang/c/msgpack: C++ binding: enlarged chunk size of zonefrsyuki2009-02-151-2/+2
* lang/c/msgpack: C++ binding: added bench.cppfrsyuki2009-02-151-1/+1
* lang/c/msgpack: C++ binding: support non-MessagePack message that follows aft...frsyuki2009-02-151-4/+4
* lang/c/msgpack: C++ binding: implemented built-in buffer.frsyuki2009-02-151-16/+91
* lang/c/msgpack: added C++ bindingfrsyuki2009-02-151-0/+96