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
/
src
/
main
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
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 ↵
Muga Nishizawa
2010-09-27
5
-18
/
+73
|
|
|
|
edits Packer.java and its test program
*
java: adds templates for primitive types
frsyuki
2010-09-27
9
-3
/
+393
|
*
java: adds ReflectionPacker and ReflectionTemplate
frsyuki
2010-09-27
4
-1
/
+150
|
*
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, ↵
frsyuki
2010-09-27
4
-0
/
+147
|
|
|
|
Unpacker and ClassTemplate)
*
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
1
-53
/
+129
|
*
java: refactor annotation-utilities
Muga Nishizawa
2010-09-23
1
-467
/
+205
|
*
java: append a code for generating a messageConvert method to ↵
Muga Nishizawa
2010-09-23
1
-73
/
+809
|
|
|
|
annotation-utilities
*
change an annotation-utility in Java. it allows users to pack and unpack a ↵
Muga Nishizawa
2010-09-15
2
-300
/
+405
|
|
|
|
List object.
*
fixed a bug the program for packing and unpacking byte[] in annotation-utility
Muga Nishizawa
2010-09-14
1
-1
/
+2
|
*
fixed several bugs of a verify error within annotation-utilities
Muga Nishizawa
2010-09-14
1
-35
/
+131
|
*
add a new test program for annotation-utilities
Muga Nishizawa
2010-09-14
1
-11
/
+105
|
*
add annotation utilities for Java
Muga Nishizawa
2010-09-12
10
-510
/
+545
|
*
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
5
-0
/
+513
|
*
java: adds TestMessageUnpackable test
frsyuki
2010-08-21
1
-1
/
+1
|
*
java: adds Unpacker.unpackBigInteger()
frsyuki
2010-08-19
2
-4
/
+31
|
*
java: NilType::create() returns NilType's one and only instance
frsyuki
2010-08-19
2
-5
/
+7
|
*
java: adds Packer.pack(<primitive types>)
frsyuki
2010-08-18
1
-27
/
+62
|
*
java: supports packing/unpacking of BigInteger less than 0xffffffffffffffff
frsyuki
2010-08-18
3
-14
/
+15
|
*
java: adds cross-language test case
frsyuki
2010-08-18
1
-0
/
+1
|
*
java: adds ObjectEquals test
frsyuki
2010-08-18
8
-22
/
+56
|
*
java: uses MessagePackObject instead of Object for type of deserialized objects
frsyuki
2010-08-18
30
-2418
/
+61
|
*
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: adds MessagePackObject class 2
frsyuki
2010-07-24
8
-11
/
+67
|
*
java: adds MessagePackObject class
frsyuki
2010-07-24
12
-0
/
+783
|
*
java: fixes fatal offset calculation bugs on BufferedUnpackerIMPL.unpackInt()
frsyuki
2010-07-24
1
-4
/
+4
|
*
java: update
frsyuki
2010-06-10
20
-472
/
+503
|
*
java: Unpacker: rewind internal buffer on filled <= offset
frsyuki
2010-05-30
1
-0
/
+6
|
*
java: update javadoc
frsyuki
2010-05-29
3
-3
/
+29
|
*
java: fixed problem that empty array and empty map don't check Schema
frsyuki
2010-05-23
1
-4
/
+16
|
*
java: fixed problem that empty array and empty map don't check Schema
frsyuki
2010-05-23
1
-2
/
+8
|
*
java: fixes compile error
frsyuki
2010-05-22
2
-3
/
+16
|
*
java: add Unpacker.unpack(MessageUnpackable) and Unpacker.tryUnpackNil()
frsyuki
2010-05-22
2
-1
/
+29
|
*
java: fix Packer.packByte
frsyuki
2010-05-22
1
-1
/
+1
|
*
java: javadoc
frsyuki
2010-05-20
2
-20
/
+273
|
*
java: add Unpacker.wrap method
frsyuki
2010-05-20
1
-13
/
+23
|
*
java: fix direct conversion API
frsyuki
2010-05-20
7
-229
/
+191
|
*
java: redesign
frsyuki
2010-05-20
11
-257
/
+701
|
*
java: add Unpacker.feed() function for java.nio.ByteBuffer
Kazuki Ohta
2010-04-29
1
-0
/
+9
|
*
moved src and test codes to src/{main,test}/java
Taro L. Saito
2010-04-19
30
-0
/
+3673
[prev]