summaryrefslogtreecommitdiff
path: root/msgpack
Commit message (Expand)AuthorAgeFilesLines
* template: casts integer types explicitlyfrsyuki2010-08-311-22/+22
* cpp: updates README.mdfrsyuki2010-08-291-10/+10
* msgpack/pack_template.h: don't evaluate undefined macrofrsyuki2010-04-291-26/+106
* pack_template.h: template_unsigned_long:frsyuki2010-04-291-2/+2
* reverts variable-length stack: avoids memory leakfrsyuki2010-04-222-1/+13
* template_execute: fixes embed stackfrsyuki2010-04-172-7/+8
* malloc/realloc the stack when its length becomes > MSGPACK_EMBED_STACK_SIZEfrsyuki2010-04-142-5/+33
* c: fixes comment in pack_template.hMasahiro Nakagawa2010-04-081-3/+3
* strict-aliasing rule 2frsyuki2010-02-275-66/+71
* undef after including winsock2.h.firewood2010-02-051-3/+3
* MSVC2005 compatibility (@hotpepsi++)frsyuki2010-02-021-0/+11
* strict-aliasing rulefrsyuki2010-01-202-12/+12
* add msgpack/sysdep.hfrsyuki2009-12-105-37/+131
* msgpack template: macros for compilers that doesn't not support Case Rangesfrsyuki2009-12-101-9/+26
* msgpack template: architecture specific endian conversionfrsyuki2009-12-104-197/+104
* fix serialization bug on BigEndian environment 3frsyuki2009-03-041-10/+15
* fix serialization bug on BigEndian environmentfrsyuki2009-03-041-62/+117
* remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_sizefrsyuki2009-02-261-1/+0
* c and c++: rewritten and integratedfrsyuki2009-02-221-13/+13
* update pack/unpack routinesfrsyuki2009-02-154-79/+83
* merge 0.2.2frsyuki2009-02-151-1/+3
* integrate machine-dependent integer serialization routine to msgpack/pack_tem...frsyuki2009-02-152-101/+374
* c, c++ binding: catch up with ruby bindingfrsyuki2009-02-151-139/+143
* ruby binding: fix Fixnum serialization bug on x86_64frsyuki2009-02-151-13/+128
* lang/c/msgpack: divide pack_raw() into pack_raw() and pack_raw_body()frsyuki2009-02-151-2/+5
* lang/c/msgpack: fix compile optimization flagfrsyuki2009-02-151-18/+26
* lang/c/msgpack: reimplemented C++ binding with template-based static resoluti...frsyuki2009-02-152-4/+2
* lang/c/msgpack: c-macro based templatefrsyuki2009-02-156-579/+519
* lang/c/msgpack: fixed packaging problemfrsyuki2009-02-152-12/+13
* lang/c/msgpack: fix typesfrsyuki2009-02-153-4/+4
* lang/c/msgpack: removed string typefrsyuki2009-02-153-19/+21
* lang/c/msgpack: added C++ binding msgpack::packfrsyuki2009-02-151-24/+34
* lang/c/msgpack: added C++ bindingfrsyuki2009-02-154-41/+76
* lang/c/msgpack: added Messagepack, a binary-based efficient data interchange ...frsyuki2009-02-155-0/+803