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
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
java: adds a test program of the DynamicCodeGen class for packing and unpacki...
Muga Nishizawa
2010-09-30
4
-73
/
+129
*
java: add test programs for DynamicCodeGenPacker, Unpacker, Converter classes
Muga Nishizawa
2010-09-28
6
-385
/
+1645
*
java: moves a TestDynamicCodeGenPackerTemplate.java file to org.msgpack.util....
Muga Nishizawa
2010-09-28
1
-1
/
+1
*
write a simple test program for a DynamicCodeGenPacker class
Muga Nishizawa
2010-09-28
9
-782
/
+619
*
delete old programs: org.msgpack.util.codegen.MessagePackOptional, MessagePac...
Muga Nishizawa
2010-09-28
4
-1407
/
+0
*
edit DynamicCodeGenPacker and DynamicCodeGenUnpacker class
Muga Nishizawa
2010-09-28
9
-262
/
+681
*
Merge branch 'master' of git@github.com:msgpack/msgpack
Muga Nishizawa
2010-09-27
5
-5
/
+10
|
\
|
*
java: pom.xml: v0.4
frsyuki
2010-09-27
1
-1
/
+1
|
*
java: loads template classes when Unpacker, MessagePackObject or ClassTemplat...
frsyuki
2010-09-27
4
-4
/
+9
*
|
edit Packer and Unpacker classes, and move org.msgpack.util.annotation.*.java...
Muga Nishizawa
2010-09-27
20
-74
/
+766
|
/
*
java: fixed a bug within a Packer class
Muga Nishizawa
2010-09-27
1
-3
/
+2
*
java: refactor a Packer class
Muga Nishizawa
2010-09-27
1
-11
/
+5
*
java: adds several annotations in an org.msgpack.annotation package and edits...
Muga Nishizawa
2010-09-27
6
-18
/
+101
*
java: adds templates for primitive types
frsyuki
2010-09-27
10
-4
/
+394
*
java: adds ReflectionPacker and ReflectionTemplate
frsyuki
2010-09-27
5
-1
/
+196
*
java: uses CustomMessage class on Packer, Unpacker and ClassTemplate
frsyuki
2010-09-27
7
-16
/
+62
*
java: adds type-conversion mechanisms
frsyuki
2010-09-27
14
-2
/
+427
*
java: adds CustomMessage class (currently not implemented on Packer, Unpacker...
frsyuki
2010-09-27
4
-0
/
+147
*
java: refactor annotation-utilities
Muga Nishizawa
2010-09-23
1
-12
/
+16
*
java: add several API to annotation-utilities
Muga Nishizawa
2010-09-23
1
-19
/
+43
*
java: refactor annotation-utilities and edit those test programs
Muga Nishizawa
2010-09-23
2
-65
/
+134
*
java: refactor annotation-utilities
Muga Nishizawa
2010-09-23
1
-467
/
+205
*
java: append a code for generating a messageConvert method to annotation-util...
Muga Nishizawa
2010-09-23
2
-80
/
+1045
*
change an annotation-utility in Java. it allows users to pack and unpack a L...
Muga Nishizawa
2010-09-15
3
-312
/
+498
*
fixed a bug the program for packing and unpacking byte[] in annotation-utility
Muga Nishizawa
2010-09-14
2
-2
/
+6
*
fixed several bugs of a verify error within annotation-utilities
Muga Nishizawa
2010-09-14
2
-53
/
+263
*
add a new test program for annotation-utilities
Muga Nishizawa
2010-09-14
2
-11
/
+385
*
change the version of javassist 3.12.1.GA
Muga Nishizawa
2010-09-12
1
-7
/
+8
*
add annotation utilities for Java
Muga Nishizawa
2010-09-12
10
-510
/
+545
*
Merge branch 'master' of http://github.com/msgpack/msgpack
Muga Nishizawa
2010-09-11
1
-3
/
+1
|
\
|
*
cpp: updates README.md
frsyuki
2010-08-29
1
-3
/
+1
*
|
change the part for creating a new constructor within DynamicCodeGenerator
Muga Nishizawa
2010-08-26
1
-23
/
+20
*
|
object serialization with reflection and with dynamic code generation
Muga Nishizawa
2010-08-25
6
-0
/
+525
|
/
*
java: adds TestMessageUnpackable test
frsyuki
2010-08-21
3
-1
/
+85
*
java: adds Unpacker.unpackBigInteger()
frsyuki
2010-08-19
3
-4
/
+55
*
java: NilType::create() returns NilType's one and only instance
frsyuki
2010-08-19
3
-6
/
+8
*
java: updates TestDirectConversion
frsyuki
2010-08-19
3
-187
/
+296
*
java: adds Packer.pack(<primitive types>)
frsyuki
2010-08-18
2
-31
/
+82
*
java: supports packing/unpacking of BigInteger less than 0xffffffffffffffff
frsyuki
2010-08-18
4
-14
/
+42
*
java: fixes cross-language test case
frsyuki
2010-08-18
1
-8
/
+2
*
java: adds cross-language test case
frsyuki
2010-08-18
5
-0
/
+48
*
java: adds ObjectEquals test
frsyuki
2010-08-18
9
-22
/
+152
*
java: uses MessagePackObject instead of Object for type of deserialized objects
frsyuki
2010-08-18
31
-2654
/
+280
*
java: adds MessagePackObject.bigIntegerValue(), asBigInteger() and equals()
frsyuki
2010-08-18
5
-0
/
+49
*
java: implements MessagePackObject::hashCode()
frsyuki
2010-08-10
10
-0
/
+55
*
java: fixes MapSchema
frsyuki
2010-08-10
1
-1
/
+1
*
java: MessagePackObject implements Cloneable and MessagePackable interfaces
frsyuki
2010-07-28
12
-4
/
+233
*
java: changed deploy path to ./target/website/maven2 directory.
frsyuki
2010-07-27
1
-4
/
+2
*
java: fixed repository location. msgpack.sourceforge.net => msgpack.org
Kazuki Ohta
2010-07-27
1
-14
/
+11
*
java: adds MessagePackObject class 2
frsyuki
2010-07-24
8
-11
/
+67
[prev]
[next]