Byte/string handling fixes for Python 3.
[cumulus.git] / python / cumulus / __init__.py
2014-02-01 Michael VrableByte/string handling fixes for Python 3.
2014-02-01 Michael VrableStart a cleanup on the storage backends.
2014-02-01 Michael VrableManual 2to3 fixups.
2014-02-01 Michael VrableRun 2to3 over Python sources.
2014-01-28 Michael VrableUpdate backend code and cumulus-sync for the new backup...
2014-01-26 Michael VrableAdd code to rebuild_database.py to recompute segment...
2014-01-22 Michael VrableConvert to sqlite3 module, from pysqlite2.
2014-01-22 Michael VrableReworking cleanup.
2014-01-22 Michael VrableUpdate Python code to work with the new backup format.
2014-01-22 Michael VrableChanges to the Cumulus backup format and tools.
2014-01-22 Michael VrableStart on a tool to rebuild the local database if it...
2014-01-22 Michael VrableImprove tracking of segments and segment utilization.
2013-01-12 Michael VrableUpdate copyright notices to use a central AUTHORS file.
2013-01-12 Michael VrableAdd sha224/sha256 as supported hash algorithms.
2012-09-25 Michael VrableSwitch to hashlib (Python >= 2.5) for hash algorithms.
2012-05-30 Michael VrableUpdate to support new snapshot version in Python tools.
2009-05-31 Michael VrableImplement metadata caching for S3 backend.
2009-03-26 Michael Vrablelbs-filter-gpg has been renamed to cumulus-filter-gpg.
2008-12-15 Michael VrableDetect decompression script needed for segments based...
2008-12-15 Michael Vrablecumulus-sync: Create a tool for copying snapshots betwe...
2008-11-20 Michael VrableIntroduce a script to provide access to remote reposito...
2008-08-11 Michael VrableAllow a URL to be used in cumulus-util to specify a...
2008-08-06 Michael VrableBegin new storage-abstraction layer.