index
:
delta/python-packages/msgpack-python.git
0.2
ci
cython-cache
develop
exceptions
fix-0_4_3-regression
fix-windows
main
master
max-xxx-size
next-marker
py310
release-0.4
remove-write-bytes
travis/cython-0.22
wheels
github.com: msgpack/msgpack-python.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ruby
/
unpack.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ruby: fixes compatibility with ruby-1.8.5
frsyuki
2010-08-31
1
-9
/
+3
*
ruby: converts encodings into UTF-8 on Ruby 1.9
frsyuki
2010-08-31
1
-34
/
+4
*
ruby: fixes SEGV problem caused by GC bug at MessagePack_Unpacker_mark.
frsyuki
2010-06-29
1
-5
/
+13
*
ruby: fixes RDoc of Unpacker#execute and Unpacker#execute_impl
frsyuki
2010-06-29
1
-2
/
+2
*
ruby: fixes buffering routine
frsyuki
2010-06-03
1
-59
/
+39
*
ruby: don't use rb_enc_set/get on ruby 1.8
frsyuki
2010-05-26
1
-5
/
+11
*
ruby: set mp->user.source = Qnil before tempalte_execute_do on Unpacker#each
frsyuki
2010-05-26
1
-17
/
+25
*
ruby: version 0.4.0
frsyuki
2010-05-26
1
-2
/
+0
*
ruby: use malloc/realloc for stream buffer
frsyuki
2010-05-26
1
-61
/
+117
*
ruby: buffer rewinding
frsyuki
2010-05-26
1
-4
/
+82
*
ruby: update rdoc
frsyuki
2010-05-25
1
-3
/
+4
*
ruby: rdoc
frsyuki
2010-05-23
1
-8
/
+236
*
ruby: fixese backward compatibility of streaming deserializer
frsyuki
2010-04-23
1
-8
/
+26
*
ruby: fixes SEGV on MessagePack_Unpacker_each
frsyuki
2010-04-22
1
-160
/
+134
*
ruby: set encoding to 'ASCII-8BIT' before deserializing on ruby-1.9
frsyuki
2010-04-17
1
-0
/
+21
*
ruby: remove init_stack, adopt rb_gc_mark_maybe
frsyuki
2010-04-14
1
-13
/
+1
*
ruby: fixes Segmentation fault on MessagePack.unpack(nil)
frsyuki
2010-04-06
1
-25
/
+45
*
ruby: use 'readpartial' instead of 'sysread' if !io.respond_to?(:sysread)
frsyuki
2010-03-31
1
-4
/
+21
*
ruby: copy the deserialized string if length <= RSTRING_EMBED_LEN_MAX
frsyuki
2010-03-26
1
-1
/
+7
*
ruby: add Unpacker#each
frsyuki
2010-01-29
1
-7
/
+120
*
ruby: fixes MessagePack_Unpacker_mark marks uninitialized map_key
frsyuki
2009-12-10
1
-1
/
+12
*
remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_size
frsyuki
2009-02-26
1
-0
/
+2
*
c and c++: rewritten and integrated
frsyuki
2009-02-22
1
-67
/
+67
*
update pack/unpack routines
frsyuki
2009-02-15
1
-5
/
+5
*
Ruby binding: add MessagePack::unpack_limit, MessagePack::Unpacker#execute_limit
frsyuki
2009-02-15
1
-8
/
+22
*
merge 0.2.2
frsyuki
2009-02-15
1
-2
/
+11
*
lang/c/msgpack: fix compile optimization flag
frsyuki
2009-02-15
1
-5
/
+5
*
lang/c/msgpack: reimplemented C++ binding with template-based static resoluti...
frsyuki
2009-02-15
1
-4
/
+4
*
lang/c/msgpack: c-macro based template
frsyuki
2009-02-15
1
-6
/
+97
*
lang/c/msgpack: added Messagepack, a binary-based efficient data interchange ...
frsyuki
2009-02-15
1
-0
/
+202