summaryrefslogtreecommitdiff
path: root/msgpack/pack.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused codeInada Naoki2023-01-181-26/+0
* packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272)INADA Naoki2018-01-111-0/+47
* Raise MemoryError when failed to grow buffer (#263)INADA Naoki2018-01-051-1/+4
* s/realloc/PyMem_Realloc/ (#193)INADA Naoki2016-05-081-1/+1
* refactor C codeINADA Naoki2015-11-091-34/+0
* Fix build failuer for Python 2.7 on Windows.fix-windowsINADA Naoki2015-01-071-1/+1
* Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspecINADA Naoki2013-10-201-0/+2
|\
| * implement Packer.pack_extended_type also in the cython version of the codeAntonio Cuni2013-10-181-0/+2
* | Add bin type support.INADA Naoki2013-10-171-1/+2
|/
* remove some macros.INADA Naoki2013-02-271-1/+1
* remove msgpack_pack* macrosINADA Naoki2013-02-271-8/+0
* refactoring: remove pack_define.hINADA Naoki2012-12-101-1/+2
* manage to compile on windowsINADA Naoki2012-06-261-1/+1
* Fix compile error on MSVC. (davidgaleano)INADA Naoki2011-12-251-0/+4
* Update new headers.Naoki INADA2009-12-171-0/+1
* Fix memory leak. Remove stream packing feature. Add errorcheck in packing.Naoki INADA2009-07-011-1/+1
* Major speedup on packing.Naoki INADA2009-07-011-11/+18
* Some optimization on packing.Naoki INADA2009-06-301-13/+16
* Refactor packing code.Naoki INADA2009-06-291-17/+0
* Remove duplicated values.Naoki INADA2009-06-241-2/+2
* Fix compile error.Naoki INADA2009-06-221-12/+0
* Make msgpack package instead of module.Naoki INADA2009-06-101-0/+121