Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | toc | Joey Hess | 2013-09-08 |
| | |||
* | add gcrypt tip | Joey Hess | 2013-09-08 |
| | |||
* | ignore gcrypt remotes w/o an annex-uuid | Joey Hess | 2013-09-08 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-09-08 |
|\ | |||
* | | gcrypt: now supports rsync | Joey Hess | 2013-09-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use rsync for gcrypt remotes that are not local to the disk. (Note that I have punted on supporting http transport for now, it doesn't seem likely to be very useful.) This was mostly quite easy, it just uses the rsync special remote to handle the transfers. The git repository url is converted to a RsyncOptions structure, which required parsing it separately, since the rsync special remote only supports rsync urls, which use a different format. Note that annexed objects are now stored at the top of the gcrypt repo, rather than inside annex/objects. This simplified the rsync suport, since it doesn't have to arrange to create that directory. And git-annex is not going to be run directly within gcrypt repos -- or if in some strance scenario it was, it would make sense for it to not see the encrypted objects. This commit was sponsored by Sheila Miguez | ||
* | | local gcrypt fully working! | Joey Hess | 2013-09-08 |
| | | |||
| * | Added a comment: Add to F-Droid | http://openlifechallenge.wordpress.com/ | 2013-09-08 |
| | | |||
* | | update | Joey Hess | 2013-09-07 |
|/ | |||
* | fixed | Joey Hess | 2013-09-07 |
| | |||
* | adjust for earlier change that made sync be introduced earlier | Joey Hess | 2013-09-07 |
| | |||
* | name | Joey Hess | 2013-09-07 |
| | |||
* | blog for the day | Joey Hess | 2013-09-07 |
| | |||
* | page for gcrypt | Joey Hess | 2013-09-07 |
| | |||
* | fix comment | Joey Hess | 2013-09-07 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-09-07 |
|\ | |||
* | | partially complete gcrypt remote (local send done; rest not) | Joey Hess | 2013-09-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a git-remote-gcrypt encrypted special remote. Only sending files in to the remote works, and only for local repositories. Most of the work so far has involved making initremote work. A particular problem is that remote setup in this case needs to generate its own uuid, derivied from the gcrypt-id. That required some larger changes in the code to support. For ssh remotes, this will probably just reuse Remote.Rsync's code, so should be easy enough. And for downloading from a web remote, I will need to factor out the part of Remote.Git that does that. One particular thing that will need work is supporting hot-swapping a local gcrypt remote. I think it needs to store the gcrypt-id in the git config of the local remote, so that it can check it every time, and compare with the cached annex-uuid for the remote. If there is a mismatch, it can change both the cached annex-uuid and the gcrypt-id. That should work, and I laid some groundwork for it by already reading the remote's config when it's local. (Also needed for other reasons.) This commit was sponsored by Daniel Callahan. | ||
| * | markdown formatting | https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg00 | 2013-09-07 |
| | | |||
| * | git annex merge out of memory on large repos | https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg00 | 2013-09-07 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-09-07 |
|\ | |||
* | | close | Joey Hess | 2013-09-07 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-09-07 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-09-07 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-09-07 |
|/ | |||
* | gpg: Force --no-textmode in case the user has it turned on in config. | Joey Hess | 2013-09-07 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-09-07 |
|\ | |||
* | | close | Joey Hess | 2013-09-07 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-09-07 |
| | | |||
| * | Added a comment | https://launchpad.net/~giomasce | 2013-09-07 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0 | 2013-09-07 |
| | | |||
| * | (no commit message) | xshao | 2013-09-07 |
| | | |||
| * | Added a comment | https://launchpad.net/~eythian | 2013-09-06 |
| | | |||
| * | (no commit message) | https://launchpad.net/~eythian | 2013-09-06 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo | 2013-09-06 |
|/ | |||
* | more win warning squashing | Joey Hess | 2013-09-06 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-09-06 |
|\ | |||
* | | blog for the day | Joey Hess | 2013-09-06 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawn5gEGF66u6F2GACGP1nT4EKlRQFLSHSIw | 2013-09-06 |
|/ | |||
* | fix windows build warning | Joey Hess | 2013-09-06 |
| | |||
* | fix warning in windows build | Joey Hess | 2013-09-06 |
| | |||
* | fix windows build | Joey Hess | 2013-09-06 |
| | |||
* | Remind user when annex-ignore is set for some remotes, if unable to get or ↵ | Joey Hess | 2013-09-06 |
| | | | | drop a file, possibly because it's on an ignored remote. | ||
* | clarify | Joey Hess | 2013-09-06 |
| | |||
* | close | Joey Hess | 2013-09-06 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-09-06 |
|\ | |||
* | | link | Joey Hess | 2013-09-06 |
| | | |||
* | | split out roadmap | Joey Hess | 2013-09-06 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-09-06 |
| | | |||
* | | update | Joey Hess | 2013-09-06 |
|/ | |||
* | poll vote (/sdcard/annex) | 107.1.64.82 | 2013-09-06 |
| | |||
* | poll vote (Tahoe-LAFS) | 82.243.233.186 | 2013-09-06 |
| |