summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * erlang: Only handle throw() in pack/1 and unpack/1Vincent de Phily2010-07-091-4/+0
| | | * erlang: Make pack_map/1 api privateVincent de Phily2010-07-091-11/+11
| | | * erlang: s/short/incomplete/ and s/badarg/{badarg,Term}/Vincent de Phily2010-07-091-13/+12
| | | * erlang: fix receiving from port_command in unit testsVincent de Phily2010-07-091-10/+16
| | | * erlang: Fix some existing specs and add a few other.Vincent de Phily2010-07-091-6/+12
| * | | java: adds MessagePackObject classfrsyuki2010-07-2412-0/+783
| * | | java: fixes fatal offset calculation bugs on BufferedUnpackerIMPL.unpackInt()frsyuki2010-07-241-4/+4
| |/ /
| * | Merge branch 'master' of github.com:msgpack/msgpackfrsyuki2010-07-144-133/+122
| |\ \
| | * | perl: bump up version to 0.13!tokuhirom2010-07-142-1/+5
| | * | clearly specified this distribution requires requires C99.tokuhirom2010-07-141-0/+4
| | * | erlang: modified wrong testcase.UENISHI Kota2010-07-091-3/+4
| | |/
| | * erlang: Remove unecessary 'throw(short)' clause for unpack_{array,map}_/1Vincent de Phily2010-07-091-9/+7
| | * erlang: Fix incomplete/invalid cases of unpack_/1Vincent de Phily2010-07-091-16/+7
| | * Remove a couple of superfluous 'when' clauses.Vincent de Phily2010-07-091-8/+9
| | * Merge branch 'master' of git://github.com/msgpack/msgpackVincent de Phily2010-07-0924-230/+417
| | |\
| | | * erlang: better test cases, except 'Broken pipe'UENISHI Kota2010-07-091-47/+27
| | | * erlang: added try-catch clause for easy error handlingUENISHI Kota2010-07-091-111/+115
| | | * erlang: added simple performance test description.UENISHI Kota2010-07-081-1/+2
| | | * erlang: added simple performance test.UENISHI Kota2010-07-081-0/+5
| | * | * Return {more,undefined} instead of {more,integer()}, as we can only know th...Vincent de Phily2010-06-291-125/+71
| | * | Rewrite unpack_/1 using pattern matching to get a 30-40% speedup.Vincent de Phily2010-06-281-177/+133
| * | | cpp: version 0.5.2frsyuki2010-07-142-1/+6
| * | | cpp: type::raw_ref::str(), operator==, operator!=, operator< and operator> ar...frsyuki2010-07-141-5/+5
| | |/ | |/|
| * | cpp: generate version.h using AC_OUTPUT macro in ./configurefrsyuki2010-07-063-13/+7
| * | cpp: fixes missing dependency to generate version.hfrsyuki2010-07-061-0/+2
| * | cpp: updates vcprojfrsyuki2010-07-063-49/+70
| * | cpp: version 0.5.1frsyuki2010-07-062-1/+11
| * | cpp: ./configure supports --disable-cxx option not to build/install C++ APIfrsyuki2010-07-062-13/+28
| * | cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} ...frsyuki2010-07-062-0/+15
| * | cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} ...frsyuki2010-07-067-5/+78
| * | Merge branch 'master' of github.com:msgpack/msgpackfrsyuki2010-07-061-184/+119
| |\ \
| | * | erlang: improved spec.UENISHI Kota2010-07-011-2/+3
| | * | erlang: updated the commentsUENISHI Kota2010-07-011-2/+2
| | * | erlang: just a golf.UENISHI Kota2010-07-011-22/+22
| | * | erlang: reducing unnecessary binary matching in unpack_/2UENISHI Kota2010-07-011-139/+72
| | * | erlang: adding shorthand fix for {more, undefined} problemUENISHI Kota2010-07-011-5/+5
| | * | erlang: more suitable variable name and removing unnecessary guards.UENISHI Kota2010-07-011-37/+38
| * | | cpp: adds operator<<(std::ostream&, const tuple<Type...>&) (experimental)frsyuki2010-07-061-0/+15
| |/ /
| * | ruby: 0.4.3frsyuki2010-06-292-0/+7
| * | Merge branch 'master' of github.com:msgpack/msgpackfrsyuki2010-06-296-197/+253
| |\ \
| | * \ erlang: bad wrong export..UENISHI Kota2010-06-290-0/+0
| | |\ \
| | | * | erlang: explicit API for serializing proplists,UENISHI Kota2010-06-291-13/+12
| | * | | erlang: explicit API for serializing proplists,UENISHI Kota2010-06-291-13/+12
| | |/ /
| | * | Merge branch 'master' of http://github.com/vincentdephily/msgpackUENISHI Kota2010-06-291-33/+31
| | |\ \ | | | |/
| | | * Big speedup (around 40%) of maps and arrays encoding by using proper tail rec...Vincent de Phily2010-06-281-17/+17
| | | * erlang: Use a simple proplist instead of a dict.Vincent de Phily2010-06-281-19/+17
| | | * Fix encoding of fixmap type.Vincent de Phily2010-06-251-1/+1
| | * | erlang: bugfix(serialization of -234 goes <<208,22>> while it should go int16...UENISHI Kota2010-06-262-10/+11
| | * | updated readmeUENISHI Kota2010-06-251-13/+3
| | |/
| | * erlang: code refined and tests addedUENISHI Kota2010-06-251-13/+10