summaryrefslogtreecommitdiff
path: root/c
Commit message (Expand)AuthorAgeFilesLines
* c,cpp: reforms source treefrsyuki2010-04-1816-2641/+0
* malloc/realloc the stack when its length becomes > MSGPACK_EMBED_STACK_SIZEfrsyuki2010-04-141-7/+15
* c: fixes msgpack_zbuffer_write: error checkingfrsyuki2010-04-041-1/+3
* c: fixes msgpack_zbuffer_flush: error checkingfrsyuki2010-04-041-1/+3
* c: fixes msgpack_zbuffer_flushMasahiro Nakagawa2010-04-041-0/+1
* c,cpp: add msgpack_zbuffer and msgpack::zbufferfrsyuki2010-03-262-0/+176
* cpp: alias pack(Stream* s, const T& v) -> pack(Stream& const T& v)frsyuki2010-03-262-7/+8
* fixes Visual C++ compatibilityfrsyuki2010-03-193-4/+1
* ruby: add msgpack.mingw.{gemspec,sh}frsyuki2010-03-021-1/+1
* removed symbolic linksfrsyuki2010-02-067-1/+0
* add a blanc after Japanese commentfirewood2010-02-051-1/+1
* MSVC2005 compatibility (@hotpepsi++)frsyuki2010-02-023-5/+1
* c, cpp: fix test problemKazuki Ohta2010-01-211-1/+1
* c,cpp: optimize msgpack_vrefbufferfrsyuki2010-01-152-45/+88
* c,cpp: optimize msgpack_zone: variable-length array of chunk -> list of chunkfrsyuki2010-01-153-105/+85
* c,cpp: add msgpack_vrefbuffer_migrate, msgpack::vrefbuffer::migratefrsyuki2009-12-192-1/+29
* c,cpp: fix unpackerfrsyuki2009-12-161-1/+1
* add msgpack/sysdep.hfrsyuki2009-12-102-26/+9
* msgpack template: architecture specific endian conversionfrsyuki2009-12-106-19/+49
* c: test.cpp: add msgpack_sbuffer_destroy and msgpack_zone_destroyfrsyuki2009-08-261-2/+25
* C: more strict tests for float, doubleKazuki Ohta2009-08-261-6/+13
* C: add test for mapKazuki Ohta2009-08-261-2/+45
* C: add more tests (float, double, nil, true, false, array, raw)Kazuki Ohta2009-08-261-2/+201
* c: fix bugs in c/test.cpp and add more testsKazuki Ohta2009-08-251-104/+131
* c: add sometests for serializationKazuki Ohta2009-08-251-14/+111
* fix buildKazuki Ohta2009-08-251-1/+1
* add c/test.cpp cpp/test.cppfrsyuki2009-08-252-0/+36
* perl packagefrsyuki2009-06-241-0/+1
* add msgpack_vrefbuffer, msgpack::vrefbufferfrsyuki2009-06-075-4/+243
* zone::push_finalizer reverts memory allocation on exceptionfrsyuki2009-03-012-37/+54
* msgpack_zone: sizeof(int) bytes alignmentfrsyuki2009-03-012-18/+27
* fix msgpack_unpacker_expand_bufferfrsyuki2009-03-011-2/+2
* msgpack_zone_clear, msgpack::zone::clearfrsyuki2009-03-014-1/+40
* fix unpackerfrsyuki2009-03-012-45/+44
* fix msgpack_sbuffer_releasefrsyuki2009-03-011-2/+2
* c: msgpack_sbuffer; cpp: msgpack::sbufferfrsyuki2009-03-011-10/+27
* add msgpack_unpacker_message_sizefrsyuki2009-02-261-1/+9
* remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_sizefrsyuki2009-02-262-10/+16
* c: msgpack_unpacker_buffered_size; c++: unpacker::buffered_sizefrsyuki2009-02-251-0/+6
* c: msgpack_pack_objectfrsyuki2009-02-242-0/+72
* c and c++: rewritten and integratedfrsyuki2009-02-2214-426/+741
* rewrite msgpack::object::viafrsyuki2009-02-154-49/+67
* fix c/configure.infrsyuki2009-02-151-1/+1
* update pack/unpack routinesfrsyuki2009-02-158-90/+89
* c binding: add msgpack_sbufferfrsyuki2009-02-151-0/+68
* c binding: add msgpack_object and msgpack_zonefrsyuki2009-02-154-0/+394
* integrate machine-dependent integer serialization routine to msgpack/pack_tem...frsyuki2009-02-152-0/+10
* c, c++ binding: catch up with ruby bindingfrsyuki2009-02-151-0/+2
* {c,cpp}/bootstrap: improve compatibilityfrsyuki2009-02-151-1/+1
* lang/c/msgpack: divide pack_raw() into pack_raw() and pack_raw_body()frsyuki2009-02-152-3/+4