| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ruby: version 0.3.7 | frsyuki | 2010-04-06 | 1 | -1/+1 |
| * | ruby: fixes Segmentation fault on MessagePack.unpack(nil) | frsyuki | 2010-04-06 | 1 | -25/+45 |
| * | import MessagePack for PHP | Hideyuki TAKEI | 2010-04-05 | 16 | -0/+2321 |
| * | c: fixes msgpack_zbuffer_write: error checking | frsyuki | 2010-04-04 | 1 | -1/+3 |
| * | c: fixes msgpack_zbuffer_flush: error checking | frsyuki | 2010-04-04 | 1 | -1/+3 |
| * | c: fixes msgpack_zbuffer_flush | Masahiro Nakagawa | 2010-04-04 | 1 | -0/+1 |
| * | ruby fixes gemspec: require_paths = ["lib"] | frsyuki | 2010-04-04 | 2 | -2/+2 |
| * | Merge branch 'master' of github.com:msgpack/msgpack | frsyuki | 2010-04-04 | 3 | -3/+2 |
| |\ |
|
| | * | fix: org.msgpack.impl.UnpackerImpl.java CS_MAP_16 deserialize bug(line.388) | moaikids | 2010-04-01 | 2 | -2/+1 |
| | * | fix: CS_MAP_16 deserialize bug(line.388) | moaikids | 2010-04-01 | 1 | -1/+1 |
| * | | ruby: fixes 'File not found: lib' message on gem installation | frsyuki | 2010-04-02 | 1 | -3/+3 |
| * | | ruby: use gem-compile gem instead of some scripts to create binary gems | frsyuki | 2010-04-02 | 4 | -39/+4 |
| * | | should raise TypeError on find unsupported value | Keiji Muraishi | 2010-03-31 | 2 | -1/+15 |
| * | | fix typo in Makefile | Keiji Muraishi | 2010-03-31 | 1 | -1/+1 |
| * | | ruby: version 0.3.4 | frsyuki | 2010-03-31 | 2 | -4/+4 |
| * | | ruby: use 'readpartial' instead of 'sysread' if !io.respond_to?(:sysread) | frsyuki | 2010-03-31 | 2 | -5/+22 |
| * | | cpp: fixes pack_short(int) -> pack_short(short) | frsyuki | 2010-03-29 | 1 | -2/+2 |
| * | | ruby: append_buffer calls "<<" method if the buffer object.class != String | frsyuki | 2010-03-26 | 1 | -6/+18 |
| * | | c,cpp: add msgpack_zbuffer and msgpack::zbuffer | frsyuki | 2010-03-26 | 4 | -0/+277 |
| * | | cpp: alias pack(Stream* s, const T& v) -> pack(Stream& const T& v) | frsyuki | 2010-03-26 | 3 | -7/+18 |
| * | | ruby: copy the deserialized string if length <= RSTRING_EMBED_LEN_MAX | frsyuki | 2010-03-26 | 1 | -1/+7 |
| |/ |
|
| * | fixes Visual C++ compatibility | frsyuki | 2010-03-19 | 8 | -280/+351 |
| * | ruby: add msgpack.mingw.{gemspec,sh} | frsyuki | 2010-03-02 | 6 | -7/+49 |
| * | Merge branch 'master' of frsyuki@git.sourceforge.jp:/gitroot/msgpack/msgpack | frsyuki | 2010-03-01 | 6 | -67/+72 |
| |\ |
|
| | * | strict-aliasing rule 2 | frsyuki | 2010-02-27 | 6 | -67/+72 |
| * | | Merge branch 'master' of frsyuki@git.sourceforge.jp:/gitroot/msgpack/msgpack | frsyuki | 2010-02-18 | 53 | -430/+509 |
| |\ \
| |/ |
|
| | * | ruby: makegem.sh | frsyuki | 2010-02-06 | 1 | -4/+4 |
| | * | ruby: makegem.sh | frsyuki | 2010-02-06 | 9 | -345/+36 |
| | * | removed symbolic links | frsyuki | 2010-02-06 | 31 | -2/+0 |
| | * | add a blanc after Japanese comment | firewood | 2010-02-05 | 1 | -1/+1 |
| | * | add vc2005 project file. | firewood | 2010-02-05 | 1 | -0/+275 |
| | * | undef after including winsock2.h. | firewood | 2010-02-05 | 1 | -3/+3 |
| | * | MSVC2005 compatibility (@hotpepsi++) | frsyuki | 2010-02-02 | 5 | -10/+21 |
| | * | ruby: add Unpacker#each | frsyuki | 2010-01-29 | 1 | -7/+120 |
| | * | replace setup by setup_dev. | Naoki INADA | 2010-01-25 | 2 | -74/+32 |
| | * | cythoning *.pyx when sdist. | Naoki INADA | 2010-01-25 | 1 | -5/+32 |
| | * | Tiny fix in README | Naoki INADA | 2010-01-25 | 1 | -2/+6 |
| | * | c, cpp: fix test problem | Kazuki Ohta | 2010-01-21 | 3 | -4/+4 |
| | * | configure.in: fix message | frsyuki | 2010-01-21 | 1 | -8/+10 |
| * | | c,cpp: 0.4.1 | frsyuki | 2010-01-20 | 1 | -1/+2 |
| |/ |
|
| * | configure.in: show error message if __sync_* atomic operations are not supported | frsyuki | 2010-01-20 | 1 | -1/+17 |
| * | strict-aliasing rule | frsyuki | 2010-01-20 | 2 | -12/+12 |
| * | add tests for multi[map, set] and tr1::unordered_[multi][map, set] | Kazuki Ohta | 2010-01-16 | 2 | -1/+194 |
| * | c,cpp: configure.in: version 0.4.0 | frsyuki | 2010-01-15 | 1 | -1/+1 |
| * | c,cpp: optimize msgpack_vrefbuffer | frsyuki | 2010-01-15 | 2 | -45/+88 |
| * | c,cpp: optimize msgpack_zone: variable-length array of chunk -> list of chunk | frsyuki | 2010-01-15 | 5 | -109/+88 |
| * | cpp: add msgpack/type/tr1/unordered_{map,set}.hpp | frsyuki | 2010-01-14 | 5 | -2/+194 |
| * | import MessagePack for Java | frsyuki | 2010-01-08 | 92 | -4499/+490 |
| * | Perl: change for release Data-MessagePack-0.09 | tokuhirom | 2010-01-04 | 3 | -2/+11 |
| * | Perl: support NVTYPE=="long double" or IVTYPE="long long" environment. | tokuhirom | 2010-01-04 | 1 | -4/+14 |