Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | noop | Joey Hess | 2012-04-21 |
| | |||
* | thread through original key to retrieveEnctypted | Joey Hess | 2012-03-04 |
| | | | | | Allows showing progress bar for this last case of the directory special remote. | ||
* | Add progress bar display to the directory special remote. | Joey Hess | 2012-03-04 |
| | | | | | | | So far I've only written progress bars for sending files, not yet receiving. No longer uses external cp at all. ByteString IO is fast enough. | ||
* | whereis: Prints the urls of files that the web special remote knows about. | Joey Hess | 2012-02-14 |
| | |||
* | S3: Fix irrefutable pattern failure when accessing encrypted S3 credentials. | Joey Hess | 2012-02-08 |
| | |||
* | refactor | Joey Hess | 2012-02-07 |
| | | | | Wow, triple monadic lift! | ||
* | fsck --from remote --fast | Joey Hess | 2012-01-20 |
| | | | | | | | Avoids expensive file transfers, at the expense of checking file size and/or contents. Required some reworking of the remote code. | ||
* | add tmp flag parameter to retrieveKeyFile | Joey Hess | 2012-01-19 |
| | |||
* | remove S3stub stuff | Joey Hess | 2012-01-05 |
| | | | | | Let's keep that in a no-s3 branch, which can be merged into eg, debian-stable. | ||
* | nasty hack to build when hS3 is not available | Joey Hess | 2011-03-30 |
| | | | | | | | | | | | So, it would be nicer to just use Cabal and take advantage of its conditional compilation support. But, Cabal seems to lack good support for a package with an internal library that is used by multiple executables. It wants to build everything twice or more. That's too slow for me. Anyway, fairly soon, I expect to upgrade hS3 to a requirment, and I can just revert this. | ||
* | refactor | Joey Hess | 2011-03-29 |
| | |||
* | more S3 docs | Joey Hess | 2011-03-29 |
| | |||
* | transfering content back from s3 works! | Joey Hess | 2011-03-29 |
| | |||
* | copy --to S3 works | Joey Hess | 2011-03-29 |
| | |||
* | progress | Joey Hess | 2011-03-29 |
| | |||
* | initremote now creates buckets | Joey Hess | 2011-03-29 |
| | |||
* | initremote works | Joey Hess | 2011-03-29 |
| | |||
* | clean up remote.log handling | Joey Hess | 2011-03-29 |
| | |||
* | update | Joey Hess | 2011-03-28 |
| | |||
* | basic s3 remote start | Joey Hess | 2011-03-28 |
| | | | | But bucket name is not handled right; it needs to be globally unique. | ||
* | document S3 remotes | Joey Hess | 2011-03-27 |
| | |||
* | skeleton of S3 remote | Joey Hess | 2011-03-27 |