summaryrefslogtreecommitdiff
path: root/msgpack/unpack.h
Commit message (Collapse)AuthorAgeFilesLines
* Undeprecate unicode_errors (#278)INADA Naoki2018-02-051-1/+1
|
* s/raw_as_bytes/raw/g (#276)INADA Naoki2018-01-121-2/+2
| | | fixes #273
* Add raw_as_bytes option to Unpacker. (#265)INADA Naoki2018-01-111-4/+8
|
* Fix ext_hook call (#203)INADA Naoki2016-07-211-2/+2
| | | fixes #202
* refactor C codeINADA Naoki2015-11-091-2/+2
| | | | fixes #137
* Fix warningsINADA Naoki2015-11-071-1/+1
| | | | fixes #146
* Add max_<type>_len option to unpacker. (fixes #97).INADA Naoki2015-01-251-5/+28
| | | | Fix build error on 32bit environment (fixes #102).
* Fix build and tests.INADA Naoki2014-08-311-9/+1
|
* Fix unpacking uint32 on 32bit or LLP64.INADA Naoki2014-05-261-1/+1
|
* Fix warning on 64bit environment.INADA Naoki2014-02-131-1/+4
|
* Add tests and bugfix.INADA Naoki2013-10-211-2/+2
|
* Support unpacking new types.INADA Naoki2013-10-201-3/+7
|
* Packing ExtType and some cleanupINADA Naoki2013-10-201-5/+5
|
* Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspecINADA Naoki2013-10-201-0/+18
|\ | | | | | | | | | | | | | | Conflicts: msgpack/fallback.py msgpack/unpack.h msgpack/unpack_define.h msgpack/unpack_template.h
| * implement unpacking for all the fixtext formatsAntonio Cuni2013-10-191-0/+18
| |
* | Add bin type support.INADA Naoki2013-10-171-0/+9
|/
* fix long vs long long bugsYAMAMOTO Takashi2013-06-031-2/+2
| | | | | these bugs were introduced by "fix long/int confusions in pyx version of unpack" commit.
* fix long/int confusions in pyx version of unpackYAMAMOTO Takashi2013-05-161-4/+12
|
* remove some macros.INADA Naoki2013-02-271-43/+29
|
* segfault fixed when data is unpacked using `list_hook`,Alexei Romanoff2012-10-121-0/+2
| | | | | this bug is a twin to #28. Unit-test is also attached.
* A segfault fixed in the issue ↵Alexei Romanoff2012-10-121-0/+3
| | | | https://github.com/msgpack/msgpack-python/issues/28
* Merge remote-tracking branch 'jnothman/read_size_cpp'INADA Naoki2012-10-011-0/+1
|\ | | | | | | | | | | Conflicts: msgpack/_msgpack.pyx setup.py
| * 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
| | | | | | | | | * 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