summaryrefslogtreecommitdiff
path: root/msgpack/unpack.h
Commit message (Collapse)AuthorAgeFilesLines
* Add NULL check.INADA Naoki2012-12-221-0/+3
|
* 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
| | | | | | | | | * Packer by default uses `utf-8` encoding by default * Unpacker uses `None` by default, so no decoding is done * Both pack and unpack has `encoding` and `unicode_errors` arguments, if `encoding` is `None` no encoding/decoding is done, otherwise it is python codec. `unicode_errors` is supplied as `errors` parameter to codec
* 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
| | | | (see simplejson for how to use).
* 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