borg/darc
Jonas Borgström bda6bc47d7 Use buffer instead of string slicing to reduce memory usage. 2013-06-02 15:55:23 +02:00
..
__init__.py Bumped version number 2011-11-06 21:40:29 +01:00
_chunker.c Use Cython for all native code 2013-05-31 14:08:02 +02:00
_hashindex.c Use Cython for all native code 2013-05-31 14:08:02 +02:00
archive.py Use Cython for all native code 2013-05-31 14:08:02 +02:00
archiver.py Improved test coverage and end of year weekly pruning bug fix 2012-12-10 20:48:39 +01:00
cache.py Add msgpack-python >= 0.3 compatibility 2013-05-17 14:30:39 +02:00
chunker.pyx Remove const usage from pyx files to not confuse older cython versions. 2013-06-01 14:17:16 +02:00
hashindex.pyx Use Cython for all native code 2013-05-31 14:08:02 +02:00
helpers.py Improved AES counter storage 2012-12-18 21:58:58 +01:00
key.py Use buffer instead of string slicing to reduce memory usage. 2013-06-02 15:55:23 +02:00
lrucache.py LRUCache: added missing .pop() implementation 2012-12-18 19:51:34 +01:00
remote.py Use buffer instead of string slicing to reduce memory usage. 2013-06-02 15:55:23 +02:00
store.py Improved error handling. 2012-12-09 23:06:33 +01:00
test.py Use buffer instead of string slicing to reduce memory usage. 2013-06-02 15:55:23 +02:00