| Commit message (Expand) | Author | Age | Files | Lines |
| * | cpp: fixes include paths | frsyuki | 2010-08-27 | 14 | -35/+38 |
| * | 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 | 4 | -187/+298 |
| * | 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: changed deploy path to ./target/website/maven2 directory. | frsyuki | 2010-07-27 | 1 | -4/+2 |
| * | java: fixed repository location. msgpack.sourceforge.net => msgpack.org | Kazuki Ohta | 2010-07-27 | 1 | -14/+11 |
| * | java: adds MessagePackObject class 2 | frsyuki | 2010-07-24 | 8 | -11/+67 |
| * | Merge branch 'master' of github.com:msgpack/msgpack | frsyuki | 2010-07-24 | 4 | -70/+131 |
| |\ |
|
| | * | erlang: msgpack:unpack_all/1 doc. | UENISHI Kota | 2010-07-18 | 1 | -0/+5 |
| | * | erlang: omake menus added. | UENISHI Kota | 2010-07-18 | 1 | -1/+4 |
| | * | erlang: unpack_all/1 improve, error handling added. | UENISHI Kota | 2010-07-18 | 1 | -5/+11 |
| | * | erlang: stopped support for dict() type. | UENISHI Kota | 2010-07-18 | 1 | -2/+0 |
| | * | erlang: 'edoc' document generation | UENISHI Kota | 2010-07-18 | 4 | -3/+11 |
| | * | erlang: merged vincent's contribution | UENISHI Kota | 2010-07-18 | 2 | -62/+103 |
| | |\ |
|
| | | * | erlang: Improve documentation | Vincent de Phily | 2010-07-12 | 2 | -21/+56 |
| | | * | erlang: Only handle throw() in pack/1 and unpack/1 | Vincent de Phily | 2010-07-09 | 1 | -4/+0 |
| | | * | erlang: Make pack_map/1 api private | Vincent de Phily | 2010-07-09 | 1 | -11/+11 |
| | | * | erlang: s/short/incomplete/ and s/badarg/{badarg,Term}/ | Vincent de Phily | 2010-07-09 | 1 | -13/+12 |
| | | * | erlang: fix receiving from port_command in unit tests | Vincent de Phily | 2010-07-09 | 1 | -10/+16 |
| | | * | erlang: Fix some existing specs and add a few other. | Vincent de Phily | 2010-07-09 | 1 | -6/+12 |
| * | | | 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 |
| |/ / |
|
| * | | Merge branch 'master' of github.com:msgpack/msgpack | frsyuki | 2010-07-14 | 4 | -133/+122 |
| |\ \ |
|
| | * | | perl: bump up version to 0.13! | tokuhirom | 2010-07-14 | 2 | -1/+5 |
| | * | | clearly specified this distribution requires requires C99. | tokuhirom | 2010-07-14 | 1 | -0/+4 |
| | * | | erlang: modified wrong testcase. | UENISHI Kota | 2010-07-09 | 1 | -3/+4 |
| | |/ |
|
| | * | erlang: Remove unecessary 'throw(short)' clause for unpack_{array,map}_/1 | Vincent de Phily | 2010-07-09 | 1 | -9/+7 |
| | * | erlang: Fix incomplete/invalid cases of unpack_/1 | Vincent de Phily | 2010-07-09 | 1 | -16/+7 |
| | * | Remove a couple of superfluous 'when' clauses. | Vincent de Phily | 2010-07-09 | 1 | -8/+9 |
| | * | Merge branch 'master' of git://github.com/msgpack/msgpack | Vincent de Phily | 2010-07-09 | 24 | -230/+417 |
| | |\ |
|
| | | * | erlang: better test cases, except 'Broken pipe' | UENISHI Kota | 2010-07-09 | 1 | -47/+27 |
| | | * | erlang: added try-catch clause for easy error handling | UENISHI Kota | 2010-07-09 | 1 | -111/+115 |
| | | * | erlang: added simple performance test description. | UENISHI Kota | 2010-07-08 | 1 | -1/+2 |
| | | * | erlang: added simple performance test. | UENISHI Kota | 2010-07-08 | 1 | -0/+5 |
| | * | | * Return {more,undefined} instead of {more,integer()}, as we can only know th... | Vincent de Phily | 2010-06-29 | 1 | -125/+71 |
| | * | | Rewrite unpack_/1 using pattern matching to get a 30-40% speedup. | Vincent de Phily | 2010-06-28 | 1 | -177/+133 |
| * | | | cpp: version 0.5.2 | frsyuki | 2010-07-14 | 2 | -1/+6 |
| * | | | cpp: type::raw_ref::str(), operator==, operator!=, operator< and operator> ar... | frsyuki | 2010-07-14 | 1 | -5/+5 |
| | |/
|/| |
|
| * | | cpp: generate version.h using AC_OUTPUT macro in ./configure | frsyuki | 2010-07-06 | 3 | -13/+7 |