Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | releasing version 0.201105160.20110516 | Joey Hess | 2011-05-16 |
| | |||
* | support remote config values with spaces and other characters | Joey Hess | 2011-05-16 |
| | |||
* | more monadic operator use | Joey Hess | 2011-05-15 |
| | |||
* | hook special remote implemented, and tested | Joey Hess | 2011-04-28 |
| | |||
* | rsync special remote | Joey Hess | 2011-04-27 |
| | | | | | | | | | Fully tested and working, including resuming and encryption. (Though not resuming when sending *with* encryption; gpg doesn't produce identical output each time.) Uses same layout as the directory special remote and the .git/annex/objects/ directory. | ||
* | RemoteConfig type | Joey Hess | 2011-04-15 |
| | |||
* | bup is now supported as a special type of remote. | Joey Hess | 2011-04-08 |
| | |||
* | cost bugfixes | Joey Hess | 2011-03-30 |
| | |||
* | boilerplate reduction | Joey Hess | 2011-03-30 |
| | |||
* | add Remote.Directory | Joey Hess | 2011-03-30 |
| | |||
* | refactor | 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 |
| | |||
* | started on initremote | Joey Hess | 2011-03-28 |
| | |||
* | skeleton of S3 remote | Joey Hess | 2011-03-27 |
| | |||
* | some reorg and further remote generalization | Joey Hess | 2011-03-27 |
| | |||
* | rename | Joey Hess | 2011-03-27 |
| | |||
* | remove debug | Joey Hess | 2011-03-27 |
| | |||
* | reexport RemoteClass from Remote for cleanliness | Joey Hess | 2011-03-27 |
| | |||
* | converted several commands to use Remote | Joey Hess | 2011-03-27 |
| | | | | only move and map still to convert | ||
* | clean up remote list generation to only run once | Joey Hess | 2011-03-27 |
| | |||
* | add remotes slot to Annex | Joey Hess | 2011-03-27 |
| | | | | This required parameterizing the type for Remote, to avoid a cycle. | ||
* | start of generalizing remotes | Joey Hess | 2011-03-27 |
Goal is to support multiple different types of remotes, some of which are not git repositories. To that end, added a Remote class, and moved git remote specific code into Remote.GitRemote. Remotes.hs is still present as some code has not been converted to use the new Remote class yet. |