summaryrefslogtreecommitdiff
path: root/cpp/unpack.hpp
Commit message (Expand)AuthorAgeFilesLines
* msgpack_zone_clear, msgpack::zone::clearfrsyuki2009-03-011-0/+8
* fix unpackerfrsyuki2009-03-011-8/+11
* add msgpack_unpacker_message_sizefrsyuki2009-02-261-3/+9
* remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_sizefrsyuki2009-02-261-8/+8
* c: msgpack_unpacker_buffered_size; c++: unpacker::buffered_sizefrsyuki2009-02-251-0/+9
* fix msgpack::unpack_returnfrsyuki2009-02-251-8/+8
* c: msgpack_pack_objectfrsyuki2009-02-241-0/+1
* type conversion operator msgpack_object <-> msgpack::objectfrsyuki2009-02-221-2/+1
* c and c++: rewritten and integratedfrsyuki2009-02-221-35/+122
* update pack/unpack routinesfrsyuki2009-02-151-1/+1
* C++ binding: efficient serializing interfacefrsyuki2009-02-151-2/+1
* c++ binding: remove unpacker::parsed_size() APIfrsyuki2009-02-151-13/+6
* c++ binding: improve msgpack::zone, zero-copy stream deserializerfrsyuki2009-02-151-4/+4
* unpacker::unpacker() accepts initial buffer sizefrsyuki2009-02-151-6/+5
* lang/c/msgpack: C++ binding: pack()frsyuki2009-02-151-1/+1
* lang/c/msgpack: C++ binding: reexamined global operatorsfrsyuki2009-02-151-0/+7
* lang/c/msgpack: C++ binding: safer memory managentfrsyuki2009-02-151-7/+53
* lang/c/msgpack: reimplemented C++ binding with template-based static resoluti...frsyuki2009-02-151-10/+6
* lang/c/msgpack: c-macro based templatefrsyuki2009-02-151-3/+3
* lang/c/msgpack: fix typesfrsyuki2009-02-151-2/+2
* lang/c/msgpack: C++ binding: changed calback function of packer from Stream& ...frsyuki2009-02-151-7/+7
* lang/c/msgpack: added license notificationsfrsyuki2009-02-151-0/+17
* lang/c/msgpack: C++ binding: enlarged chunk size of zonefrsyuki2009-02-151-0/+3
* lang/c/msgpack: C++ binding: support non-MessagePack message that follows aft...frsyuki2009-02-151-1/+45
* lang/c/msgpack: C++ binding: implemented built-in buffer.frsyuki2009-02-151-6/+42
* lang/c/msgpack: added C++ bindingfrsyuki2009-02-151-0/+48