summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* python: 0.1.70.1.7INADA Naoki2010-11-032-3/+3
|
* python: Add ws2_32 library if platform is win32.INADA Naoki2010-11-031-1/+6
|
* python: Add ChangeLog.rstINADA Naoki2010-11-031-0/+16
|
* Merge branch 'master' of github.com:msgpack/msgpackINADA Naoki2010-11-0340-827/+2355
|\
| * php: fiexed unpackeradvect2010-10-3033-742/+2206
| |
| * perl: disable warningsFuji, Goro2010-10-301-0/+1
| |
| * perl: check data strictly; which is slow, but requiredFuji, Goro2010-10-302-45/+49
| |
| * perl: add failing tests for PPFuji, Goro2010-10-301-1/+1
| |
| * perl: ord(substr(...)) *is* faster than unpack()Fuji, Goro2010-10-301-3/+6
| |
| * perl: modify internal names for the next refactoringFuji, Goro2010-10-301-8/+12
| |
| * perl: make error messages compatible with XSFuji, Goro2010-10-301-2/+2
| |
| * perl: update Unpacker.podFuji, Goro2010-10-281-10/+16
| |
| * perl: testsFuji, Goro2010-10-281-4/+2
| |
| * Revert "perl: cleanup"Fuji, Goro2010-10-282-57/+32
| | | | | | | | This reverts commit bc8d8ab65a0f0cecfa5af03b4c3b39a13da22a7b.
| * perl: changeloggingFuji, Goro2010-10-281-0/+5
| |
| * Revert "Revert "perl: cleanup""Fuji, Goro2010-10-282-32/+57
| | | | | | | | This reverts commit a7a23d3bc8bb7a5c156becb3b8a43e296986f42e.
| * Revert "perl: cleanup"Fuji, Goro2010-10-282-57/+32
| | | | | | | | This reverts commit 82d33944e6f0ee1f98791e41feb06d0d665abfb6.
| * perl: cleanupFuji, Goro2010-10-282-32/+57
| |
| * Fix streaming unpacking for splitted packed dataFuji, Goro2010-10-283-21/+64
| |
* | python: Port some tests from 2 to 3.INADA Naoki2010-11-032-0/+29
| |
* | python: Support old buffer protocol when unpack. (experimental)INADA Naoki2010-11-033-115/+67
| |
* | python: Add test for unpacking buffer object.INADA Naoki2010-11-021-0/+16
| |
* | python: Add msgpack/_msgpack.c to .gitignoreINADA Naoki2010-11-021-0/+1
|/
* Add list_hook option to unpacker.INADA Naoki2010-10-264-13/+43
|
* Add check for recursion limit and default hook result.INADA Naoki2010-10-262-15/+17
|
* Remove unnecessary refcount manipulation.INADA Naoki2010-10-262-5/+0
|
* Add test for Python3.INADA Naoki2010-10-261-0/+31
|
* Add `object_hook` option to unpack and `default` option to pack.INADA Naoki2010-10-264-10/+92
| | | | (see simplejson for how to use).
* java: fixes MessagePack.unpack methodfrsyuki2010-10-251-1/+1
|
* java: DynamicCodeGen::insertCodeOfUnpackMethodBody unpacks last optional ↵frsyuki2010-10-252-2/+39
| | | | field of classes correctly
* java: merge CustomMessage.java and DynamicCodeGenBase.java that can be not ↵Muga Nishizawa2010-10-2419-40/+502
|\ | | | | | | merged automatically
| * java: fixes CustomMessage classfrsyuki2010-10-2414-49/+58
| |
| * java: improves test case of the MessagePack classfrsyuki2010-10-241-89/+90
| |
| * java: improves test case of the MessagePack classfrsyuki2010-10-241-22/+92
| |
| * java: adds MessagePack.register methodsfrsyuki2010-10-242-5/+111
| |
| * java: fixes CollectionTemplatefrsyuki2010-10-241-1/+2
| |
| * java: fixes ListTemplate and MapTemplatefrsyuki2010-10-243-2/+36
| |
| * java: adds MessagePack classfrsyuki2010-10-243-2/+247
| |
* | java: refactor org.msgpack.util.codegen.*.javaMuga Nishizawa2010-10-2410-524/+52
|/
* java: Template extends MessagePackerfrsyuki2010-10-2421-157/+376
|
* java: removes ReflectionPacker and ReflectionTemplate (replaced by ↵frsyuki2010-10-244-219/+0
| | | | DynamicCodeGen)
* java: change modifiers specified by several methodsMuga Nishizawa2010-10-241-9/+9
|
* java: fix a bug within a code of DynamicCodeGenBase.javaMuga Nishizawa2010-10-241-2/+2
|
* java: add test programs for org.msgpack.util.codegen.FieldOption.javaMuga Nishizawa2010-10-232-0/+1062
|
* java: refactor org.msgpack.util.codegen.*.javaMuga Nishizawa2010-10-233-117/+4
|
* java: not use a putIfAbsent method in ConcurrentHashMap classMuga Nishizawa2010-10-234-5/+5
|
* java: edit copyright notions in org.msgpack.annotation.*.java and ↵Muga Nishizawa2010-10-2317-3/+289
| | | | org.msgpack.util.codegen.*.java
* java: refactor org.msgpack.util.codegen.*.javaMuga Nishizawa2010-10-239-88/+424
|
* java: append getter methods for element templates in ↵Muga Nishizawa2010-10-233-0/+16
| | | | org.msgpack.template.ListTemplate.java, MapTemplate.java and OptionalTemplate.java
* java: write test programs for OptionalTemplate.javaMuga Nishizawa2010-10-2219-452/+2754
|