This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
msgpack
Watch
1
Star
0
Fork
0
You've already forked msgpack
mirror of
https://github.com/msgpack/msgpack-c.git
synced
2025-03-19 04:52:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
msgpack
/
python
/
msgpack
History
inada-n
0db5e0439d
Fix: Unpacker.unpack() may raise StopIteration before unpacking large object when deserializing from file.
2009-07-13 15:49:38 +09:00
..
__init__.py
Make msgpack package instead of module.
2009-06-10 10:58:09 +09:00
_msgpack.pyx
Fix: Unpacker.unpack() may raise StopIteration before unpacking large object when deserializing from file.
2009-07-13 15:49:38 +09:00
pack_define.h
Remove duplicated values.
2009-06-24 01:38:48 +09:00
pack_template.h
Remove duplicated values.
2009-06-24 01:38:48 +09:00
pack.h
Fix memory leak. Remove stream packing feature. Add errorcheck in packing.
2009-07-01 20:55:24 +09:00
unpack_define.h
Support MinGW.
2009-07-09 13:41:04 +09:00
unpack_template.h
Reduce memory footprint.
2009-06-24 01:54:47 +09:00
unpack.h
Don't use C++.
2009-06-28 21:24:16 +09:00