summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * erlang: testing pack_map/unpack_map with a silly bugUENISHI Kota2010-06-241-13/+27
| | |
| | * erlang: (un)pack_map improved, incremental unpackingUENISHI Kota2010-06-231-8/+10
| | |
| | * erlang: too short binary to decode causes error {more, Int}.UENISHI Kota2010-06-231-86/+125
| | |
| | * Merge branch 'master' of ssh://github.com/msgpack/msgpackUENISHI Kota2010-06-2225-533/+582
| | |\
| | | * Python: 0.1.4Naoki INADA2010-06-151-1/+1
| | | |
| | | * Python: add "load(s)/dump(s)" alias for compatibility to ↵INADA Naoki2010-06-151-0/+7
| | | | | | | | | | | | | | | | simplejson/marshal/pickle.
| | * | erlang: external APIs' type/specs.UENISHI Kota2010-06-221-11/+15
| | | |
| | * | erlang: tests improved and code refined.UENISHI Kota2010-06-223-59/+67
| | | |
| * | | ruby: MessagePack::VERSION constantfrsyuki2010-06-296-4/+15
| | | |
| * | | ruby: fixes SEGV problem caused by GC bug at MessagePack_Unpacker_mark.frsyuki2010-06-292-5/+14
| | | |
| * | | ruby: fixes RDoc of Unpacker#execute and Unpacker#execute_implfrsyuki2010-06-292-2/+4
| | |/ | |/|
| * | java: updatefrsyuki2010-06-1020-472/+503
| | |
| * | Merge branch 'master' of github.com:msgpack/msgpackfrsyuki2010-06-034-32/+133
| |\ \ | | |/
| | * erlang: tracing crosslang.rb moving to ../testUENISHI Kota2010-06-031-1/+1
| | |
| | * Merge branch 'master' of ssh://github.com/msgpack/msgpackUENISHI Kota2010-06-0332-60/+2329
| | |\
| | * | erlang: temporary documentation and .gitignoreUENISHI Kota2010-06-012-1/+21
| | | |
| | * | erlang: added more cross-language tests. better type specification.UENISHI Kota2010-05-312-30/+111
| | | |
| * | | ruby: 0.4.2frsyuki2010-06-031-1/+1
| | | |
| * | | ruby: adds a test case for bufferingfrsyuki2010-06-031-0/+31
| | | |
| * | | ruby: fixes buffering routinefrsyuki2010-06-031-59/+39
| | |/ | |/|
| * | ruby: add test/test_cases.rbfrsyuki2010-06-015-14/+70
| | |
| * | update test/README.mdfrsyuki2010-06-011-15/+2
| | |
| * | add test/cases.jsonfrsyuki2010-06-013-0/+57
| | |
| * | cpp: adds Doxyfilefrsyuki2010-06-0112-34/+1758
| | |
| * | cpp: update testsfrsyuki2010-06-014-6/+146
| | |
| * | cpp: adds msgpack_unpacker_next and msgpack_unpack_nextfrsyuki2010-06-014-9/+119
| | |
| * | cpp: msgpack::unpack returns voidfrsyuki2010-06-012-11/+7
| | |
| * | cpp: adds msgpack_vrefbuffer_new and msgpack_vrefbuffer_freefrsyuki2010-06-011-0/+21
| | |
| * | cpp: adds msgpack_zbuffer_new and msgpack_zbuffer_freefrsyuki2010-06-011-0/+20
| | |
| * | cpp: adds msgpack_sbuffer_new and msgpack_sbuffer_freefrsyuki2010-06-011-0/+12
| | |
| * | cpp: add cases.mpac testfrsyuki2010-06-014-0/+58
| | |
| * | Merge branch 'master' of github.com:msgpack/msgpackfrsyuki2010-06-011-11/+10
| |\ \ | | |/
| | * erlang: added usage of cross-language test.UENISHI Kota2010-05-311-11/+10
| | |
| * | add test/cases.mpac and test/cases_compact.mpacfrsyuki2010-06-015-1/+89
| |/
| * Merge branch 'master' of github.com:msgpack/msgpackfrsyuki2010-05-317-10/+456
| |\
| | * Merge branch 'master' of ssh://github.com/msgpack/msgpackUENISHI Kota2010-05-313-10/+13
| | |\
| | | * incr versionHideyuki Tanaka2010-05-301-1/+1
| | | |
| | | * fix peek objectHideyuki Tanaka2010-05-301-8/+10
| | | |
| | | * fix typoHideyuki Tanaka2010-05-301-1/+1
| | | |
| | | * fix initialize pointerHideyuki Tanaka2010-05-301-0/+1
| | | |
| | * | added more tests,UENISHI Kota2010-05-313-88/+151
| | |/ | | | | | | | | | and OMake continuous building.
| | * initial import from http://bitbucket.org/kuenishi/messagepack-for-erlangUENISHI Kota2010-05-302-0/+380
| | |
| * | add crosslang.rbfrsyuki2010-05-312-1/+82
| | |
| * | add crosslang.ccfrsyuki2010-05-312-3/+137
| |/
| * cpp: move source files into src/ directoryfrsyuki2010-05-3046-107/+114
| |
| * cpp: type::tuple& operator>>: fix conversion typefrsyuki2010-05-301-1/+1
| |
| * java: Unpacker: rewind internal buffer on filled <= offsetfrsyuki2010-05-301-0/+6
| |
| * java: update javadocfrsyuki2010-05-293-3/+29
| |
| * ruby: don't use rb_enc_set/get on ruby 1.8frsyuki2010-05-262-6/+12
| |
| * ruby: set mp->user.source = Qnil before tempalte_execute_do on Unpacker#eachfrsyuki2010-05-261-17/+25
| |