This website requires JavaScript.
Explore
Help
Sign In
admin
/
msgpack-msgpack-c
Watch
1
Star
0
Fork
0
You've already forked msgpack-msgpack-c
mirror of
https://github.com/msgpack/msgpack-c
synced
2026-06-08 16:11:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5705183d6dc2c64ca01716bb5b06d574e4c2a5f
msgpack-msgpack-c
/
python
/
msgpack
T
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