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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
5
-0
/
+513
|
/
*
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: 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: added testcases for empty array and empty map
Kazuki Ohta
2010-05-23
1
-0
/
+6
*
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
8
-253
/
+209
*
java: redesign
frsyuki
2010-05-20
13
-258
/
+856
*
java: add Unpacker.feed() function for java.nio.ByteBuffer
Kazuki Ohta
2010-04-29
1
-0
/
+9
[next]