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
*
java: javadoc
frsyuki
2010-05-20
2
-20
/
+273
|
*
java: add Unpacker.wrap method
frsyuki
2010-05-20
1
-1
/
+1
|
*
java: add Unpacker.wrap method
frsyuki
2010-05-20
1
-13
/
+23
|
*
java: fix direct conversion API
frsyuki
2010-05-20
16
-264
/
+356
|
*
java: redesign
frsyuki
2010-05-20
14
-258
/
+864
|
*
Merge branch 'master' of github.com:msgpack/msgpack
frsyuki
2010-05-19
15
-56
/
+165
|
\
|
*
Perl: do not use done_testing
tokuhirom
2010-05-17
1
-2
/
+1
|
|
|
*
oops
tokuhirom
2010-05-17
1
-1
/
+1
|
|
|
*
Perl: build_requires and requires are duped.
tokuhirom
2010-05-08
1
-1
/
+0
|
|
|
*
Perl: releng for 0.12
tokuhirom
2010-05-05
2
-1
/
+5
|
|
|
*
Perl: PERL_NO_GET_CONTEXT makes horrible dTHXs. remove it.
tokuhirom
2010-05-05
1
-1
/
+0
|
|
|
*
Perl: cleanup Makefile.PL
tokuhirom
2010-05-05
1
-3
/
+3
|
|
|
*
Perl: Test::Requires is not needed for this test.
tokuhirom
2010-05-05
1
-1
/
+0
|
|
|
*
perl: releng for data-messagepack 0.11
tokuhirom
2010-05-05
2
-1
/
+5
|
|
|
*
Perl: releng for 0.10
tokuhirom
2010-05-05
2
-1
/
+7
|
|
|
*
Perl: added test case
tokuhirom
2010-05-05
1
-0
/
+12
|
|
|
*
Perl: fixed some issues. thanks to gfx++
tokuhirom
2010-05-05
1
-4
/
+14
|
|
|
|
|
|
|
|
http://gist.github.com/387743
|
*
Perl: added README file.
tokuhirom
2010-05-05
1
-0
/
+34
|
|
|
*
Merge branch 'master' of git@github.com:msgpack/msgpack
Hideyuki Tanaka
2010-05-05
1
-22
/
+57
|
|
\
|
|
*
java: fixed pom.xml to work "mvn deploy" command
Kazuki Ohta
2010-05-04
1
-22
/
+57
|
|
|
|
*
|
remove compiler warnings
Hideyuki Tanaka
2010-05-05
5
-12
/
+8
|
|
/
|
*
make () to OBJECT instance (Nil)
Hideyuki Tanaka
2010-05-04
1
-0
/
+5
|
|
|
*
fix feed function from Handle
Hideyuki Tanaka
2010-05-04
3
-12
/
+19
|
|
*
|
cpp: fix return type mismatch in zone.c
frsyuki
2010-05-18
1
-1
/
+1
|
|
*
|
cpp: fix return type mismatch in unpack.c
frsyuki
2010-05-18
1
-1
/
+1
|
/
*
Perl: change for release Data-MessagePack-0.09_01
tokuhirom
2010-05-03
2
-1
/
+5
|
*
Merge branch 'master' of git@github.com:msgpack/msgpack
tokuhirom
2010-05-03
5
-25
/
+75
|
\
|
*
Perl: updated docs.
tokuhirom
2010-05-03
2
-6
/
+25
|
|
|
*
Perl: fixed memory leak issue
tokuhirom
2010-05-03
3
-19
/
+50
|
|
*
|
Merge branch 'master' of git@github.com:msgpack/msgpack
tokuhirom
2010-05-03
4
-1
/
+223
|
\
\
|
|
/
|
*
Perl: added failing test case for memory leaks
tokuhirom
2010-05-03
3
-1
/
+197
|
|
|
*
Perl: added more test case for streaming unpacker
tokuhirom
2010-05-03
1
-0
/
+26
|
|
*
|
perl: added more test case for streaming deserializer.
tokuhirom
2010-05-02
1
-1
/
+12
|
/
*
cpp: update ChangeLog
frsyuki
2010-04-29
2
-1
/
+11
|
*
cpp: fixes unpacker::next
frsyuki
2010-04-29
1
-4
/
+11
|
*
Merge branch 'master' of github.com:msgpack/msgpack
frsyuki
2010-04-29
1
-0
/
+9
|
\
|
*
java: add Unpacker.feed() function for java.nio.ByteBuffer
Kazuki Ohta
2010-04-29
1
-0
/
+9
|
|
*
|
cpp: new streaming deserialier API.
frsyuki
2010-04-29
3
-42
/
+247
|
/
*
python: sourceforge.jp -> sourceforge.net
frsyuki
2010-04-29
1
-2
/
+2
|
*
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
|
[next]