summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix unpackerfrsyuki2009-03-014-81/+76
* msgpack::pack is not obsoletefrsyuki2009-03-012-10/+7
* fix msgpack_sbuffer_releasefrsyuki2009-03-011-2/+2
* msgpack::sbuffer::data() constfrsyuki2009-03-011-0/+6
* c: msgpack_sbuffer; cpp: msgpack::sbufferfrsyuki2009-03-014-39/+73
* add NOTICE filefrsyuki (none)2009-02-264-20/+226
* example: limit message sizefrsyuki (none)2009-02-262-0/+9
* add msgpack_unpacker_message_sizefrsyuki (none)2009-02-262-4/+18
* remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_sizefrsyuki (none)2009-02-265-19/+26
* c: msgpack_unpacker_buffered_size; c++: unpacker::buffered_sizefrsyuki (none)2009-02-252-0/+15
* fix msgpack::unpack_returnfrsyuki (none)2009-02-253-11/+16
* c: msgpack_pack_objectfrsyuki (none)2009-02-247-25/+106
* add example/simple.cfrsyuki (none)2009-02-241-0/+37
* AC_CONFIG_AUX_DIR(ac)frsyuki (none)2009-02-223-1/+3
* type conversion operator msgpack_object <-> msgpack::objectfrsyuki (none)2009-02-223-3/+26
* c and c++: rewritten and integratedfrsyuki (none)2009-02-2244-1124/+1035
* rewrite msgpack::object::viafrsyuki2009-02-1511-133/+165
* ruby binding: simplify gem package skeletonfrsyuki2009-02-1520-1910/+168
* fix c/configure.infrsyuki2009-02-151-1/+1
* update pack/unpack routinesfrsyuki2009-02-1532-376/+513
* c binding: add msgpack::sbufferfrsyuki2009-02-151-0/+86
* c binding: add msgpack_sbufferfrsyuki2009-02-151-0/+68
* c binding: add msgpack_object and msgpack_zonefrsyuki2009-02-154-0/+394
* Ruby binding: add MessagePack::unpack_limit, MessagePack::Unpacker#execute_limitfrsyuki2009-02-153-11/+25
* C++ binding: efficient serializing interfacefrsyuki2009-02-153-8/+10
* merge 0.2.2frsyuki2009-02-155-5/+27
* c++ binding: remove unpacker::parsed_size() APIfrsyuki2009-02-151-13/+6
* c++ binding: improve msgpack::zone, zero-copy stream deserializerfrsyuki2009-02-156-189/+336
* c++ binding: fix missing packer::pack_unsigned_longfrsyuki2009-02-151-0/+1
* integrate machine-dependent integer serialization routine to msgpack/pack_tem...frsyuki2009-02-1510-256/+452
* c, c++ binding: catch up with ruby bindingfrsyuki2009-02-153-158/+168
* ruby binding: fix Fixnum serialization bug on x86_64frsyuki2009-02-154-17/+134
* add ruby/test_case.rbfrsyuki2009-02-151-0/+142
* msgpack::type::tuple supports reference elementfrsyuki2009-02-151-55/+40
* version 0.2.0frsyuki2009-02-151-1/+1
* add examplesfrsyuki2009-02-155-0/+320
* C++: operator<< (std::ostream&, const object&): fix missing double supportfrsyuki2009-02-151-0/+4
* unpacker::unpacker() accepts initial buffer sizefrsyuki2009-02-152-10/+10
* {c,cpp}/bootstrap: improve compatibilityfrsyuki2009-02-152-2/+2
* lang/c/msgpack: wrote READMEfrsyuki2009-02-151-0/+50
* lang/c/msgpack: C++ binding: abolished implicit convertion and added object::...frsyuki2009-02-151-8/+49
* lang/c/msgpack: improved configure.infrsyuki2009-02-151-1/+2
* lang/c/msgpack: ./configure requires erbfrsyuki2009-02-154-3/+7
* lang/c/msgpack: msgpack::unpacker: fix buffer reallocation algorithmfrsyuki2009-02-151-1/+1
* lang/c/msgpack: added msgpack::definefrsyuki2009-02-151-15/+38
* lang/c/msgpack: divide pack_raw() into pack_raw() and pack_raw_body()frsyuki2009-02-159-139/+28
* lang/c/msgpack: C++ binding: pack()frsyuki2009-02-158-47/+38
* lang/c/msgpack: C++ binding: reexamined global operatorsfrsyuki2009-02-1510-173/+205
* lang/c/msgpack: Ruby binding: fix gem warningfrsyuki2009-02-152-1/+24
* lang/c/msgpack: fix compile optimization flagfrsyuki2009-02-159-43/+80