summaryrefslogtreecommitdiff
path: root/msgpack/unpack.h
Commit message (Expand)AuthorAgeFilesLines
* segfault fixed when data is unpacked using `list_hook`,Alexei Romanoff2012-10-121-0/+2
* A segfault fixed in the issue https://github.com/msgpack/msgpack-python/issue...Alexei Romanoff2012-10-121-0/+3
* Merge remote-tracking branch 'jnothman/read_size_cpp'INADA Naoki2012-10-011-0/+1
|\
| * Use C++ function templating for skip()/construct()Joel Nothman2012-09-251-0/+1
* | Implement object_pairs_hookJoel Nothman2012-09-231-9/+21
|/
* Fix new version of msgpack.INADA Naoki2012-06-261-1/+1
* Better prototypes.Steeve Morin2012-02-281-2/+2
* Fix massive memory leak with object_hook and list_hook when unpacking.Steeve Morin2012-02-281-2/+6
* Implemented encoding for stringstailhook2011-04-151-1/+7
* Add list_hook option to unpacker.INADA Naoki2010-10-261-4/+13
* Remove unnecessary refcount manipulation.INADA Naoki2010-10-261-1/+0
* Add `object_hook` option to unpack and `default` option to pack.INADA Naoki2010-10-261-0/+14
* python: Support Python3.INADA Naoki2010-09-021-1/+1
* Make tuple default.inada-n2009-12-171-7/+5
* Add `use_tuple` option that returns tuple for array object to Unpacker.Naoki INADA2009-12-171-2/+12
* Don't use C++.Naoki INADA2009-06-281-2/+2
* Stop unnecessary caching.Naoki INADA2009-06-241-39/+5
* Check return value of c-api.Naoki INADA2009-06-241-26/+92
* Reduce memory footprint.Naoki INADA2009-06-241-4/+2
* Remove duplicated values.Naoki INADA2009-06-241-38/+15
* Remove unneccessary value.Naoki INADA2009-06-241-13/+7
* Fix compile error.Naoki INADA2009-06-221-2/+2
* Use std::stack.Naoki INADA2009-06-221-17/+14
* Make msgpack package instead of module. and using Cython in setup script.Naoki INADA2009-06-221-11/+68
* Make msgpack package instead of module.Naoki INADA2009-06-101-0/+122