| Commit message (Expand) | Author | Age | Files | Lines |
| * | c,cpp: fix unpacker | frsyuki | 2009-12-16 | 1 | -1/+1 |
| * | add msgpack/sysdep.h | frsyuki | 2009-12-10 | 2 | -26/+9 |
| * | msgpack template: architecture specific endian conversion | frsyuki | 2009-12-10 | 6 | -19/+49 |
| * | c: test.cpp: add msgpack_sbuffer_destroy and msgpack_zone_destroy | frsyuki | 2009-08-26 | 1 | -2/+25 |
| * | C: more strict tests for float, double | Kazuki Ohta | 2009-08-26 | 1 | -6/+13 |
| * | C: add test for map | Kazuki Ohta | 2009-08-26 | 1 | -2/+45 |
| * | C: add more tests (float, double, nil, true, false, array, raw) | Kazuki Ohta | 2009-08-26 | 1 | -2/+201 |
| * | c: fix bugs in c/test.cpp and add more tests | Kazuki Ohta | 2009-08-25 | 1 | -104/+131 |
| * | c: add sometests for serialization | Kazuki Ohta | 2009-08-25 | 1 | -14/+111 |
| * | fix build | Kazuki Ohta | 2009-08-25 | 1 | -1/+1 |
| * | add c/test.cpp cpp/test.cpp | frsyuki | 2009-08-25 | 2 | -0/+36 |
| * | perl package | frsyuki | 2009-06-24 | 1 | -0/+1 |
| * | add msgpack_vrefbuffer, msgpack::vrefbuffer | frsyuki | 2009-06-07 | 5 | -4/+243 |
| * | zone::push_finalizer reverts memory allocation on exception | frsyuki | 2009-03-01 | 2 | -37/+54 |
| * | msgpack_zone: sizeof(int) bytes alignment | frsyuki | 2009-03-01 | 2 | -18/+27 |
| * | fix msgpack_unpacker_expand_buffer | frsyuki | 2009-03-01 | 1 | -2/+2 |
| * | msgpack_zone_clear, msgpack::zone::clear | frsyuki | 2009-03-01 | 4 | -1/+40 |
| * | fix unpacker | frsyuki | 2009-03-01 | 2 | -45/+44 |
| * | fix msgpack_sbuffer_release | frsyuki | 2009-03-01 | 1 | -2/+2 |
| * | c: msgpack_sbuffer; cpp: msgpack::sbuffer | frsyuki | 2009-03-01 | 1 | -10/+27 |
| * | add msgpack_unpacker_message_size | frsyuki | 2009-02-26 | 1 | -1/+9 |
| * | remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_size | frsyuki | 2009-02-26 | 2 | -10/+16 |
| * | c: msgpack_unpacker_buffered_size; c++: unpacker::buffered_size | frsyuki | 2009-02-25 | 1 | -0/+6 |
| * | c: msgpack_pack_object | frsyuki | 2009-02-24 | 2 | -0/+72 |
| * | c and c++: rewritten and integrated | frsyuki | 2009-02-22 | 14 | -426/+741 |
| * | rewrite msgpack::object::via | frsyuki | 2009-02-15 | 4 | -49/+67 |
| * | fix c/configure.in | frsyuki | 2009-02-15 | 1 | -1/+1 |
| * | update pack/unpack routines | frsyuki | 2009-02-15 | 8 | -90/+89 |
| * | c binding: add msgpack_sbuffer | frsyuki | 2009-02-15 | 1 | -0/+68 |
| * | c binding: add msgpack_object and msgpack_zone | frsyuki | 2009-02-15 | 4 | -0/+394 |
| * | integrate machine-dependent integer serialization routine to msgpack/pack_tem... | frsyuki | 2009-02-15 | 2 | -0/+10 |
| * | c, c++ binding: catch up with ruby binding | frsyuki | 2009-02-15 | 1 | -0/+2 |
| * | {c,cpp}/bootstrap: improve compatibility | frsyuki | 2009-02-15 | 1 | -1/+1 |
| * | lang/c/msgpack: divide pack_raw() into pack_raw() and pack_raw_body() | frsyuki | 2009-02-15 | 2 | -3/+4 |
| * | lang/c/msgpack: fix compile optimization flag | frsyuki | 2009-02-15 | 1 | -1/+6 |
| * | lang/c/msgpack: reimplemented C++ binding with template-based static resoluti... | frsyuki | 2009-02-15 | 1 | -4/+4 |
| * | lang/c/msgpack: c-macro based template | frsyuki | 2009-02-15 | 11 | -565/+204 |
| * | lang/c/msgpack: fixed packaging problem | frsyuki | 2009-02-15 | 4 | -4/+4 |
| * | lang/c/msgpack: fix types | frsyuki | 2009-02-15 | 4 | -5/+3 |
| * | lang/c/msgpack: added license notifications | frsyuki | 2009-02-15 | 9 | -2/+94 |
| * | lang/c/msgpack: autotoolized | frsyuki | 2009-02-15 | 8 | -17/+29 |
| * | lang/c/msgpack: removed string type | frsyuki | 2009-02-15 | 4 | -14/+6 |
| * | lang/c/msgpack: added C++ binding msgpack::pack | frsyuki | 2009-02-15 | 1 | -1/+2 |
| * | lang/c/msgpack: reverted c/bench.c | frsyuki | 2009-02-15 | 1 | -5/+3 |
| * | lang/c/msgpack: update C++ code | frsyuki | 2009-02-15 | 1 | -3/+5 |
| * | lang/c/msgpack: added Messagepack, a binary-based efficient data interchange ... | frsyuki | 2009-02-15 | 11 | -0/+1004 |