Replace boost::scoped_ptr with std::unique_ptr.
[cumulus.git] / python /
2014-09-10 Michael VrableRework uri_encode/uri_decode to more cleanly work with...
2014-08-22 Michael VrableImprove parsing performance.
2014-02-18 Michael VrableImplement a new Python wrapper for the local database.
2014-02-05 Michael VrableUse posixpath to join remote storage paths.
2014-02-05 Michael VrableChange syntax for size-assertion slices. This is an...
2014-02-01 Michael VrableUse the subprocess module, not os.popen2, for Python...
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 VrableBugfix for database checksum reconstruction with zero...
2014-01-26 Michael VrableSample code to reload the segment table into the local...
2014-01-26 Michael VrableInclude timestamps in reconstructed segment metadata.
2014-01-26 Michael VrableImprove database rebuilding.
2014-01-26 Michael VrableAdd code to rebuild_database.py to recompute segment...
2014-01-22 Michael VrableDatabase rebuilder fixes.
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-27 Michael VrableFirst step towards a new, improved cumulus front-end.
2012-09-25 Michael VrableRefactor cumulus-util into a library plus small command...
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.
2010-06-30 Michael VrableApply fixes to s3:// URL parsing under Python 2.6.
2010-04-01 Albert Denggfix usage of wrong variable
2010-03-30 Michael VrableFormatting/spelling fix.
2010-03-30 Michael VrableSome assorted fixes for the SFTP backend.
2010-03-30 Albert Denggcode cleanup & regression fix
2010-03-30 Albert Denggwork for python 2.5
2010-03-30 Albert Denggimplement a basic sftp storage backend
2009-09-30 Michael VrableHave FTP backend reconnect on timeout.
2009-09-10 Ralf SchlatterbeckImplement FTP backend and other code cleanups.
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 VrableImprove handling of file-not-found in remote storage...
2008-11-20 Michael VrableIntroduce a script to provide access to remote reposito...
2008-08-12 Michael VrableStart a proof-of-concept FUSE interface to old snapshots.
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.