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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Release msgpack-python 0.1.3
0.1.3
Naoki INADA
2010-04-29
1
-8
/
+4
|
*
Add download url.
Naoki INADA
2010-04-29
2
-0
/
+6
|
*
Add COPYING file to python package.
Naoki INADA
2010-04-29
1
-0
/
+14
|
*
msgpack/pack_template.h: don't evaluate undefined macro
frsyuki
2010-04-29
1
-26
/
+106
|
*
pack_template.h: template_unsigned_long:
frsyuki
2010-04-29
1
-2
/
+2
|
|
|
|
wrong size checking on !defined(SIZEOF_SHORT) && !defined(SHRT_MAX)"
*
cpp: build libmsgpackc.so for backward compatibility.
frsyuki
2010-04-26
2
-6
/
+24
|
*
cpp: add test/{zone,pack_unpack,streaming,object,convert,buffer}.cc
frsyuki
2010-04-25
10
-2
/
+576
|
*
cpp: fixes msgpack_vc8.vcproj
frsyuki
2010-04-25
1
-9
/
+5
|
*
cpp: fixes operator<<(packer<Stream>&, const object&)
frsyuki
2010-04-25
1
-26
/
+2
|
*
c,cpp: MSGPACK_OBJECT_NIL = 0x00
frsyuki
2010-04-25
2
-16
/
+16
|
*
cpp: msgpack_object_equal
frsyuki
2010-04-25
5
-59
/
+78
|
*
cpp: combines libmsgpackc and libmsgpack into libmsgpack
frsyuki
2010-04-25
1
-20
/
+6
|
*
cpp: object::object(const T& v, zone* z) 2
frsyuki
2010-04-25
8
-54
/
+229
|
*
cpp: fixes serialization of object::type == DOUBLE
frsyuki
2010-04-25
1
-6
/
+10
|
*
cpp: explicit object(const T& v)
frsyuki
2010-04-25
2
-5
/
+35
|
*
cpp: MSGPACK_DEFINE defines T::msgpack_object(object*, zone*)
frsyuki
2010-04-25
14
-15
/
+90
|
*
cpp: bool operator==(object& x, const T& y)
frsyuki
2010-04-25
3
-0
/
+21
|
*
cpp: object::object(const T& v, zone* z)
frsyuki
2010-04-25
10
-1
/
+152
|
*
cpp: object::object(const T& v) and object::operator=(const T& v)
frsyuki
2010-04-25
5
-53
/
+90
|
*
ruby-0.3.9
frsyuki
2010-04-23
1
-1
/
+1
|
*
ruby: streaming deserializer test
frsyuki
2010-04-23
1
-4
/
+8
|
*
ruby: fixese backward compatibility of streaming deserializer
frsyuki
2010-04-23
2
-8
/
+48
|
*
ruby: 0.3.8
frsyuki
2010-04-22
4
-4
/
+3
|
*
reverts variable-length stack: avoids memory leak
frsyuki
2010-04-22
4
-16
/
+17
|
*
ruby: fixes SEGV on MessagePack_Unpacker_each
frsyuki
2010-04-22
3
-162
/
+137
|
*
changed the src/test folder
Taro L. Saito
2010-04-20
1
-3
/
+3
|
*
add README
Taro L. Saito
2010-04-19
1
-0
/
+28
|
*
removed unnecessary settings
Taro L. Saito
2010-04-19
2
-18
/
+10
|
*
moved src and test codes to src/{main,test}/java
Taro L. Saito
2010-04-19
32
-0
/
+0
|
*
added pom.xml
Taro L. Saito
2010-04-19
4
-0
/
+150
|
*
cpp: fixed small typo in configure.in
Kazuki Ohta
2010-04-18
1
-1
/
+1
|
*
haskell binding
Hideyuki Tanaka
2010-04-18
14
-0
/
+1299
|
*
java: add javadoc,javadoc-jar,pom,dist,mvn-install,mvn-deploy ANT tasks.
Kazuki Ohta
2010-04-18
2
-4
/
+125
|
|
|
|
|
Now maven2 repository for msgpack is created at the following URL. - http://msgpack.sourceforge.net/maven2/
*
cpp: fixes windows compatibility
frsyuki
2010-04-18
7
-29
/
+24
|
*
cpp: add cpp/README.md
frsyuki
2010-04-18
1
-0
/
+78
|
*
Merge branch 'master' of github.com:msgpack/msgpack
frsyuki
2010-04-18
3
-31
/
+207
|
\
|
*
java: add tests for array and map
Kazuki Ohta
2010-04-17
1
-0
/
+69
|
|
|
*
java: skip building jar file for the faster testing
Kazuki Ohta
2010-04-17
2
-21
/
+8
|
|
|
*
java: add tests for float, double, nil, boolean, string
Kazuki Ohta
2010-04-17
1
-10
/
+130
|
|
*
|
c,cpp: reforms source tree
frsyuki
2010-04-18
36
-721
/
+159
|
|
*
|
template_execute: fixes embed stack
frsyuki
2010-04-17
2
-7
/
+8
|
/
*
java: add TestPackUnpack for int
Kazuki Ohta
2010-04-17
2
-2
/
+58
|
*
introduce JUnit framework for testing.
Kazuki Ohta
2010-04-17
3
-17
/
+220
|
*
ruby: set encoding to 'ASCII-8BIT' before deserializing on ruby-1.9
frsyuki
2010-04-17
1
-0
/
+21
|
*
ruby: add Symbol#to_msgpack
frsyuki
2010-04-17
1
-0
/
+11
|
*
malloc/realloc the stack when its length becomes > MSGPACK_EMBED_STACK_SIZE
frsyuki
2010-04-14
5
-17
/
+103
|
*
ruby: remove init_stack, adopt rb_gc_mark_maybe
frsyuki
2010-04-14
3
-13
/
+20
|
*
c: fixes comment in pack_template.h
Masahiro Nakagawa
2010-04-08
1
-3
/
+3
|
*
cpp: msgpack/pack.hpp: fixes header
frsyuki
2010-04-07
1
-2
/
+2
|
*
cpp: fixes argument type of pack_int* methods
Masahiro Nakagawa
2010-04-07
1
-9
/
+9
|
[next]