Merge branch 'master' into 2919-provenance-graph-cutoff
[arvados.git] / sdk / python / arvados / commands /
2014-05-30 radhikaMerge branch 'master' into 2919-provenance-graph-cutoff
2014-05-30 Brett SmithMerge branch '2752-arv-put-resume'
2014-05-30 Brett Smith2752: arv-put doesn't update the resume cache when...
2014-05-30 Brett Smith2752: arv-put explains resumed uploads in more detail.
2014-05-30 Brett Smith2752: arv-put writes newline after 100% human progress...
2014-05-30 Brett Smith2752: arv-put always displays 100% progress at the...
2014-05-30 Brett Smith2752: Avoid ResumeCache name collisions from concatenat...
2014-05-30 Brett Smith2752: arv-put checkpoints after a PUT to Keep.
2014-05-30 Brett Smith2752: arv-put handles exit signals.
2014-05-30 Brett Smith2752: Resumed collection writer doesn't do_queued_work...
2014-05-30 Brett Smith2752: arv-put only caches state on failure.
2014-05-30 Brett Smith2752: Don't duplicate arv-put work after resume.
2014-05-30 Brett Smith2752: arv-put displays progress quickly after resuming.
2014-05-30 Brett Smith2752: arv-put displays a notice when it resumes.
2014-05-30 Brett Smith2752: arv-put ResumeCache constructor only accepts...
2014-05-30 Brett Smith2752: Fix arv-put's write percentage output.
2014-05-30 Brett Smith2752: Improve arv-put initialization from cache.
2014-05-30 Brett Smith2752: arv-put saves and restores write progress informa...
2014-05-30 Brett Smith2752: arv-put resumes interrupted downloads from cache.
2014-05-30 Brett Smith2752: Add ResumeCache.restart().
2014-05-30 Brett Smith2752: Refactor progress reporting in arv-put's Collecti...
2014-05-30 Brett Smith2752: Separate and test progress reporting functions.
2014-05-30 Brett Smith2752: Factor out arv-put byte tally, and test.
2014-05-30 Brett Smith2752: Add ResumableCollectionWriter serialization to...
2014-05-30 Brett Smith2752: Add ResumeCache to arv-put.
2014-05-30 Brett Smith2752: Generate cache filenames from arv-put arguments.
2014-05-30 Brett Smith2752: Move arv-put functionality to arvados.commands...