Replace boost::scoped_ptr with std::unique_ptr.
[cumulus.git] / python / cumulus / store /
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-22 Michael VrableUpdate Python code to work with the new backup format.
2014-01-22 Michael VrableChanges to the Cumulus backup format and tools.
2013-01-12 Michael VrableUpdate copyright notices to use a central AUTHORS file.
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.
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.