summaryrefslogtreecommitdiff
path: root/ruby/unpack.c
Commit message (Expand)AuthorAgeFilesLines
* ruby: fixese backward compatibility of streaming deserializerfrsyuki2010-04-231-8/+26
* ruby: fixes SEGV on MessagePack_Unpacker_eachfrsyuki2010-04-221-160/+134
* ruby: set encoding to 'ASCII-8BIT' before deserializing on ruby-1.9frsyuki2010-04-171-0/+21
* ruby: remove init_stack, adopt rb_gc_mark_maybefrsyuki2010-04-141-13/+1
* ruby: fixes Segmentation fault on MessagePack.unpack(nil)frsyuki2010-04-061-25/+45
* ruby: use 'readpartial' instead of 'sysread' if !io.respond_to?(:sysread)frsyuki2010-03-311-4/+21
* ruby: copy the deserialized string if length <= RSTRING_EMBED_LEN_MAXfrsyuki2010-03-261-1/+7
* ruby: add Unpacker#eachfrsyuki2010-01-291-7/+120
* ruby: fixes MessagePack_Unpacker_mark marks uninitialized map_keyfrsyuki2009-12-101-1/+12
* remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_sizefrsyuki2009-02-261-0/+2
* c and c++: rewritten and integratedfrsyuki2009-02-221-67/+67
* update pack/unpack routinesfrsyuki2009-02-151-5/+5
* Ruby binding: add MessagePack::unpack_limit, MessagePack::Unpacker#execute_limitfrsyuki2009-02-151-8/+22
* merge 0.2.2frsyuki2009-02-151-2/+11
* lang/c/msgpack: fix compile optimization flagfrsyuki2009-02-151-5/+5
* lang/c/msgpack: reimplemented C++ binding with template-based static resoluti...frsyuki2009-02-151-4/+4
* lang/c/msgpack: c-macro based templatefrsyuki2009-02-151-6/+97
* lang/c/msgpack: added Messagepack, a binary-based efficient data interchange ...frsyuki2009-02-151-0/+202