Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor C code | INADA Naoki | 2015-11-09 | 1 | -1/+1 |
* | Decrease refcnt when error happend while unpacking | INADA Naoki | 2015-11-08 | 1 | -0/+4 |
* | Fix warnings | INADA Naoki | 2015-11-07 | 1 | -5/+5 |
* | cleanup | INADA Naoki | 2013-10-20 | 1 | -1/+1 |
* | Support unpacking new types. | INADA Naoki | 2013-10-20 | 1 | -6/+9 |
* | Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspec | INADA Naoki | 2013-10-20 | 1 | -35/+34 |
|\ | |||||
| * | implement unpacking of ext 8,16,32 | Antonio Cuni | 2013-10-19 | 1 | -5/+16 |
| * | implement unpacking for all the fixtext formats | Antonio Cuni | 2013-10-19 | 1 | -7/+15 |
* | | Add bin type support. | INADA Naoki | 2013-10-17 | 1 | -6/+17 |
|/ | |||||
* | s/\t/ /g | INADA Naoki | 2013-02-27 | 1 | -327/+327 |
* | remove some macros. | INADA Naoki | 2013-02-27 | 1 | -60/+30 |
* | Revert skipping reserved byte. | INADA Naoki | 2013-02-23 | 1 | -45/+42 |
* | Revert "Skip reserved byte" | INADA Naoki | 2013-02-23 | 1 | -165/+137 |
* | Skip reserved byte | INADA Naoki | 2013-02-21 | 1 | -137/+165 |
* | skip reserved byte. | INADA Naoki | 2013-02-21 | 1 | -42/+45 |
* | Merge branch '0.2-maint' (fix #39) | INADA Naoki | 2012-12-22 | 1 | -1/+1 |
|\ | |||||
| * | Check return value of _end functions. | INADA Naoki | 2012-12-22 | 1 | -3/+3 |
* | | segfault fixed when data is unpacked using `list_hook`, | Alexei Romanoff | 2012-10-12 | 1 | -1/+1 |
* | | A segfault fixed in the issue https://github.com/msgpack/msgpack-python/issue... | Alexei Romanoff | 2012-10-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'jnothman/read_size_cpp' | INADA Naoki | 2012-10-01 | 1 | -8/+76 |
|\ \ | |/ |/| | |||||
| * | read_array/map_header functionality | Joel Nothman | 2012-09-25 | 1 | -0/+63 |
| * | Use C++ function templating for skip()/construct() | Joel Nothman | 2012-09-25 | 1 | -8/+13 |
* | | Implement object_pairs_hook | Joel Nothman | 2012-09-23 | 1 | -1/+1 |
|/ | |||||
* | clean some cython code. | INADA Naoki | 2012-09-23 | 1 | -1/+1 |
* | A first implementation of Unpacker.skip() | Joel Nothman | 2012-09-22 | 1 | -10/+14 |
* | Fix new version of msgpack. | INADA Naoki | 2012-06-26 | 1 | -5/+12 |
* | Update msgpack version. | INADA Naoki | 2012-06-26 | 1 | -50/+77 |
* | Fix compile error on MSVC. (davidgaleano) | INADA Naoki | 2011-12-25 | 1 | -2/+3 |
* | Add list_hook option to unpacker. | INADA Naoki | 2010-10-26 | 1 | -1/+2 |
* | Add `object_hook` option to unpack and `default` option to pack. | INADA Naoki | 2010-10-26 | 1 | -0/+1 |
* | Update new headers. | Naoki INADA | 2009-12-17 | 1 | -12/+29 |
* | Reduce memory footprint. | Naoki INADA | 2009-06-24 | 1 | -2/+5 |
* | Remove duplicated values. | Naoki INADA | 2009-06-24 | 1 | -0/+363 |