summaryrefslogtreecommitdiff
path: root/ruby
Commit message (Expand)AuthorAgeFilesLines
* fixes compatibility with Rubiniusfrsyuki2010-08-313-7/+20
* ruby: fixes compatibility with ruby-1.8.5frsyuki2010-08-315-23/+48
* ruby: converts encodings into UTF-8 on Ruby 1.9frsyuki2010-08-316-38/+141
* ruby: 0.4.3frsyuki2010-06-292-0/+7
* ruby: MessagePack::VERSION constantfrsyuki2010-06-296-4/+15
* ruby: fixes SEGV problem caused by GC bug at MessagePack_Unpacker_mark.frsyuki2010-06-292-5/+14
* ruby: fixes RDoc of Unpacker#execute and Unpacker#execute_implfrsyuki2010-06-292-2/+4
* ruby: 0.4.2frsyuki2010-06-031-1/+1
* ruby: adds a test case for bufferingfrsyuki2010-06-031-0/+31
* ruby: fixes buffering routinefrsyuki2010-06-031-59/+39
* ruby: add test/test_cases.rbfrsyuki2010-06-014-13/+66
* ruby: don't use rb_enc_set/get on ruby 1.8frsyuki2010-05-262-6/+12
* 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: update gemspecfrsyuki2010-05-265-16/+24
* ruby: use malloc/realloc for stream bufferfrsyuki2010-05-261-61/+117
* ruby: buffer rewindingfrsyuki2010-05-261-4/+82
* ruby: update rdocfrsyuki2010-05-253-8/+12
* ruby: rdocfrsyuki2010-05-233-18/+370
* ruby-0.3.9frsyuki2010-04-231-1/+1
* ruby: streaming deserializer testfrsyuki2010-04-231-4/+8
* ruby: fixese backward compatibility of streaming deserializerfrsyuki2010-04-232-8/+48
* ruby: 0.3.8frsyuki2010-04-224-4/+3
* ruby: fixes SEGV on MessagePack_Unpacker_eachfrsyuki2010-04-222-160/+135
* ruby: set encoding to 'ASCII-8BIT' before deserializing on ruby-1.9frsyuki2010-04-171-0/+21
* ruby: add Symbol#to_msgpackfrsyuki2010-04-171-0/+11
* ruby: remove init_stack, adopt rb_gc_mark_maybefrsyuki2010-04-143-13/+20
* ruby: version 0.3.7frsyuki2010-04-061-1/+1
* ruby: fixes Segmentation fault on MessagePack.unpack(nil)frsyuki2010-04-061-25/+45
* ruby fixes gemspec: require_paths = ["lib"]frsyuki2010-04-042-2/+2
* ruby: fixes 'File not found: lib' message on gem installationfrsyuki2010-04-021-3/+3
* ruby: use gem-compile gem instead of some scripts to create binary gemsfrsyuki2010-04-024-39/+4
* ruby: version 0.3.4frsyuki2010-03-312-4/+4
* ruby: use 'readpartial' instead of 'sysread' if !io.respond_to?(:sysread)frsyuki2010-03-312-5/+22
* ruby: append_buffer calls "<<" method if the buffer object.class != Stringfrsyuki2010-03-261-6/+18
* ruby: copy the deserialized string if length <= RSTRING_EMBED_LEN_MAXfrsyuki2010-03-261-1/+7
* ruby: add msgpack.mingw.{gemspec,sh}frsyuki2010-03-024-5/+47
* ruby: makegem.shfrsyuki2010-02-069-345/+36
* ruby: add Unpacker#eachfrsyuki2010-01-291-7/+120
* ruby: version 0.3.2frsyuki2009-12-113-4/+5
* ruby: fixes MessagePack_Unpacker_mark marks uninitialized map_keyfrsyuki2009-12-101-1/+12
* cpp: fix map<K, V> converterfrsyuki2009-06-031-0/+1
* version 0.3.1frsyuki2009-03-042-2/+2
* more test cacesfrsyuki2009-03-041-2/+76
* update ruby/msgpack.gemspecfrsyuki2009-03-011-3/+4
* fix packaging problemfrsyuki2009-03-013-2/+2
* remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_sizefrsyuki2009-02-261-0/+2
* c and c++: rewritten and integratedfrsyuki2009-02-223-69/+71
* ruby binding: simplify gem package skeletonfrsyuki2009-02-1520-1910/+168
* update pack/unpack routinesfrsyuki2009-02-156-14/+21