summaryrefslogtreecommitdiff
path: root/ruby/unpack.c
Commit message (Expand)AuthorAgeFilesLines
* ruby: fixes compatibility with ruby-1.8.5frsyuki2010-08-311-9/+3
* ruby: converts encodings into UTF-8 on Ruby 1.9frsyuki2010-08-311-34/+4
* ruby: fixes SEGV problem caused by GC bug at MessagePack_Unpacker_mark.frsyuki2010-06-291-5/+13
* ruby: fixes RDoc of Unpacker#execute and Unpacker#execute_implfrsyuki2010-06-291-2/+2
* ruby: fixes buffering routinefrsyuki2010-06-031-59/+39
* ruby: don't use rb_enc_set/get on ruby 1.8frsyuki2010-05-261-5/+11
* ruby: set mp->user.source = Qnil before tempalte_execute_do on Unpacker#eachfrsyuki2010-05-261-17/+25
* ruby: version 0.4.0frsyuki2010-05-261-2/+0
* ruby: use malloc/realloc for stream bufferfrsyuki2010-05-261-61/+117
* ruby: buffer rewindingfrsyuki2010-05-261-4/+82
* ruby: update rdocfrsyuki2010-05-251-3/+4
* ruby: rdocfrsyuki2010-05-231-8/+236
* 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