summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * msgpack::sbuffer::data() constfrsyuki2009-03-011-0/+6
| | * c: msgpack_sbuffer; cpp: msgpack::sbufferfrsyuki2009-03-014-39/+73
| | * add NOTICE filefrsyuki (none)2009-02-264-20/+226
| | * example: limit message sizefrsyuki (none)2009-02-262-0/+9
| | * add msgpack_unpacker_message_sizefrsyuki (none)2009-02-262-4/+18
| | * remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_sizefrsyuki (none)2009-02-265-19/+26
| | * c: msgpack_unpacker_buffered_size; c++: unpacker::buffered_sizefrsyuki (none)2009-02-252-0/+15
| | * fix msgpack::unpack_returnfrsyuki (none)2009-02-253-11/+16
| | * c: msgpack_pack_objectfrsyuki (none)2009-02-247-25/+106
| | * add example/simple.cfrsyuki (none)2009-02-241-0/+37
| | * AC_CONFIG_AUX_DIR(ac)frsyuki (none)2009-02-223-1/+3
| | * type conversion operator msgpack_object <-> msgpack::objectfrsyuki (none)2009-02-223-3/+26
| | * c and c++: rewritten and integratedfrsyuki (none)2009-02-2244-1124/+1035
* | | Checking in changes prior to tagging of version 0.06. Changelog diff is:Tokuhiro Matsuno2009-07-032-1/+5
|/ /
* | Perl: use SvNOK.Tokuhiro Matsuno2009-07-031-3/+2
* | Checking in changes prior to tagging of version 0.05. Changelog diff is:Tokuhiro Matsuno2009-07-032-1/+5
* | Perl: check IV by SvIOKTokuhiro Matsuno2009-07-031-7/+4
* | perl: added test case for "the flag is working?"Tokuhiro Matsuno2009-07-031-3/+13
* | Checking in changes prior to tagging of version 0.04. Changelog diff is:Tokuhiro Matsuno2009-07-032-1/+9
* | check SvROK firstTokuhiro Matsuno2009-07-031-3/+3
* | Merge branch 'master' of tokuhirom@git.sourceforge.jp:/gitroot/msgpack/msgpackTokuhiro Matsuno2009-07-034-13/+100
|\ \
| * | perl: PreferInteger: faster string to integer conversion; support negative valuefrsyuki2009-07-032-12/+63
| * | perl: make PreferInteger variable magical and remove get_sv from _msgpack_pac...frsyuki2009-07-033-2/+38
* | | Checking in changes prior to tagging of version 0.03. Changelog diff is:Tokuhiro Matsuno2009-07-022-1/+6
* | | oops. fixed memory leaks in stream unpacker.Tokuhiro Matsuno2009-07-022-1/+13
|/ /
* | do not check the string longer than 10.Tokuhiro Matsuno2009-07-021-1/+2
* | Perl: I don't need CCFLAGSTokuhiro Matsuno2009-07-021-3/+0
* | Checking in changes prior to tagging of version 0.02. Changelog diff is:Tokuhiro Matsuno2009-07-022-1/+6
* | Merge branch 'master' of git://git.sourceforge.jp/gitroot/msgpack/msgpackTokuhiro Matsuno2009-07-022-9/+88
|\ \
| * | version 0.3.3frsyuki2009-06-241-1/+1
| * | works correctly under Perl5.8.x. Perl5.8.x makes "a" as PVIV in {"a", 0}.Tokuhiro Matsuno2009-06-241-10/+10
| * | update ppport.hTokuhiro Matsuno2009-06-241-8/+87
* | | s/Preferred/Prefer/g suggested by kazuho++Tokuhiro Matsuno2009-07-023-3/+3
* | | support $Data::MessagePack::PreferredInteger for Data::ModelTokuhiro Matsuno2009-07-024-1/+69
* | | Checking in changes prior to tagging of version 0.01. Changelog diff is:Tokuhiro Matsuno2009-07-014-1/+4
* | | added .shipit fileTokuhiro Matsuno2009-07-011-0/+1
* | | added Changes fileTokuhiro Matsuno2009-07-011-0/+3
* | | added MANIFEST.SKIP filesTokuhiro Matsuno2009-07-011-0/+21
* | | copy files into this dir.Tokuhiro Matsuno2009-07-011-1/+10
* | | added .gitignore fileTokuhiro Matsuno2009-07-011-0/+11
* | | this module requires perl 5.8Tokuhiro Matsuno2009-07-011-0/+1
* | | works correctly under Perl5.8.x.Tokuhiro Matsuno2009-06-241-10/+10
|/ /
* | perl packagefrsyuki2009-06-243-1/+21
* | add msgpack_vrefbuffer, msgpack::vrefbufferfrsyuki2009-06-0710-6/+341
* | Merge branch 'master' of frsyuki@git.sourceforge.jp:/gitroot/msgpack/msgpackfrsyuki2009-06-072-5/+6
|\ \
| * | cpp: fix map<K, V> converterfrsyuki2009-06-032-5/+6
* | | cpp: constfrsyuki2009-05-131-11/+11
|/ /
* | perl: oops. this doens't needed.Tokuhiro Matsuno2009-04-151-3/+0
* | perl: added argument checkTokuhiro Matsuno2009-04-152-5/+27
* | perl: added benchmark script for deserializationTokuhiro Matsuno2009-04-151-0/+20