| Commit message (Expand) | Author | Age | Files | Lines |
| * | perl: check data strictly; which is slow, but required | Fuji, Goro | 2010-10-30 | 1 | -1/+4 |
| * | perl: add failing tests for PP | Fuji, Goro | 2010-10-30 | 1 | -1/+1 |
| * | perl: tests | Fuji, Goro | 2010-10-28 | 1 | -4/+2 |
| * | Fix streaming unpacking for splitted packed data | Fuji, Goro | 2010-10-28 | 2 | -3/+23 |
| * | perl: tests | Fuji, Goro | 2010-10-21 | 1 | -1/+2 |
| * | perl: tweaks | Fuji, Goro | 2010-10-21 | 1 | -1/+3 |
| * | perl: tests | Fuji, Goro | 2010-10-13 | 2 | -0/+3 |
| * | perl: add tests for unpacking 'float' | Fuji, Goro | 2010-10-13 | 2 | -1/+4 |
| * | perl: fix tests | Fuji, Goro | 2010-10-13 | 1 | -5/+3 |
| * | perl: add tests | Fuji, Goro | 2010-10-12 | 1 | -1/+4 |
| * | Add tests | Fuji, Goro | 2010-10-12 | 1 | -3/+21 |
| * | perl: Fix utf8 mode not to be reseted by $unpacker->reset method | Fuji, Goro | 2010-10-06 | 1 | -13/+19 |
| * | perl: add $unpacker->utf8 mode, decoding strings as UTF-8. | Fuji, Goro | 2010-10-05 | 1 | -0/+27 |
| * | perl: make test code more simple | Fuji, Goro | 2010-10-05 | 1 | -7/+3 |
| * | perl: add tests for 'extra bytes' exceptions | gfx | 2010-09-22 | 1 | -0/+18 |
| * | perl: add tests for boolean values | gfx | 2010-09-22 | 1 | -0/+12 |
| * | perl: more tests for nil/true/false entities | gfx | 2010-09-19 | 1 | -6/+17 |
| * | More tests | gfx | 2010-09-19 | 2 | -2/+11 |
| * | perl: fix unpacking int64_t in PP (based on makamaka's patch) | gfx | 2010-09-19 | 1 | -0/+5 |
| * | perl: more kind testing messages | gfx | 2010-09-18 | 1 | -1/+2 |
| * | perl: fix max depth checks in PP | gfx | 2010-09-18 | 1 | -0/+1 |
| * | perl: More kind error messages in PP | gfx | 2010-09-18 | 1 | -1/+5 |
| * | perl: fix int64_t unpacking in both XS and PP | gfx | 2010-09-18 | 1 | -5/+25 |
| * | perl: fix a test name | gfx | 2010-09-18 | 1 | -0/+0 |
| * | perl: fixed stream deserializer in pp. | tokuhirom | 2010-09-18 | 4 | -4/+30 |
| * | perl: added failing test case for streaming unpacker with PP. | tokuhirom | 2010-09-18 | 1 | -0/+39 |
| * | chmod -x | gfx | 2010-09-17 | 2 | -0/+0 |
| * | Fix stddata.t | gfx | 2010-09-17 | 1 | -2/+5 |
| * | Fix tests | gfx | 2010-09-17 | 4 | -26/+66 |
| * | Comments | gfx | 2010-09-16 | 1 | -0/+3 |
| * | More tests; some fails now :( | gfx | 2010-09-16 | 2 | -1/+36 |
| * | Fix an use of execute() | gfx | 2010-09-16 | 1 | -1/+1 |
| * | Make leaktrace.t as a regular test | gfx | 2010-09-16 | 1 | -0/+58 |
| * | Add binmode() for stream unpacking | gfx | 2010-09-16 | 1 | -0/+1 |
| * | Fix the stream unpacker | gfx | 2010-09-16 | 1 | -20/+15 |
| * | Add failing tests | gfx | 2010-09-15 | 1 | -1/+25 |
| * | modified t/05_preferred_int.t for Win32 | makamaka | 2010-09-04 | 1 | -2/+6 |
| * | Merge branch 'master' of git://github.com/msgpack/msgpack | makamaka | 2010-09-03 | 1 | -7/+7 |
| |\ |
|
| | * | fixed tests on 64bit machines with -Duselongdouble #60625 | tokuhirom | 2010-09-03 | 1 | -3/+7 |
| * | | modified t/05_preferred_int.t for Win32 | makamaka | 2010-09-02 | 1 | -2/+7 |
| * | | made Makefile.PL XS/PP configurable | makamaka | 2010-09-02 | 1 | -1/+1 |
| |/ |
|
| * | Perl: better argument validation(patch from dankogai) | tokuhirom | 2010-08-31 | 1 | -1/+4 |
| * | fixed segv on cyclic reference(patch by dankogai) | tokuhirom | 2010-08-21 | 1 | -0/+25 |
| * | Perl: do not use done_testing | tokuhirom | 2010-05-17 | 1 | -2/+1 |
| * | Perl: added test case | tokuhirom | 2010-05-05 | 1 | -0/+12 |
| * | Merge branch 'master' of git@github.com:msgpack/msgpack | tokuhirom | 2010-05-03 | 1 | -0/+26 |
| |\ |
|
| | * | Perl: added more test case for streaming unpacker | tokuhirom | 2010-05-03 | 1 | -0/+26 |
| * | | perl: added more test case for streaming deserializer. | tokuhirom | 2010-05-02 | 1 | -1/+12 |
| |/ |
|
| * | - fixed SVt_PVNV issue. | Tokuhiro Matsuno | 2009-07-30 | 1 | -0/+1 |
| * | Perl: do not use switch (SvTYPE) | Tokuhiro Matsuno | 2009-07-22 | 1 | -0/+1 |