summaryrefslogtreecommitdiff
path: root/doc/design
Commit message (Collapse)AuthorAge
...
* poll vote (/sdcard/annex)Gravatar 107.1.64.822013-09-06
|
* poll vote (Tahoe-LAFS)Gravatar 82.243.233.1862013-09-06
|
* poll vote (Tahoe-LAFS)Gravatar 109.190.97.302013-09-05
|
* automatically derive an annex-uuid from a gcrypt-uuidsGravatar Joey Hess2013-09-05
|
* poll vote (/sdcard/annex)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg002013-09-05
|
* poll vote (/sdcard/annex)Gravatar 2.244.15.2092013-09-05
|
* Merge branch 'encryption'Gravatar Joey Hess2013-09-05
|\
* | Added a comment: New YouTube problemsGravatar https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU2013-09-05
| |
| * clarifyGravatar Joey Hess2013-08-29
| |
| * Allow revocation of OpenPGP keys.Gravatar guilhem2013-08-29
|/ | | | | | | | | | | | | | | | | | | | | | | /!\ It is to be noted that revoking a key does NOT necessarily prevent the owner of its private part from accessing data on the remote /!\ The only sound use of `keyid-=` is probably to replace a (sub-)key by another, where the private part of both is owned by the same person/entity: git annex enableremote myremote keyid-=2512E3C7 keyid+=788A3F4C Reference: http://git-annex.branchable.com/bugs/Using_a_revoked_GPG_key/ * Other change introduced by this patch: New keys now need to be added with option `keyid+=`, and the scheme specified (upon initremote only) with `encryption=`. The motivation for this change is to open for new schemes, e.g., strict asymmetric encryption. git annex initremote myremote encryption=hybrid keyid=2512E3C7 git annex enableremote myremote keyid+=788A3F4C
* fix pagespecGravatar Joey Hess2013-08-28
|
* move post to other blogGravatar Joey Hess2013-08-28
|
* new devblog for new year of crowdfunded developmentGravatar Joey Hess2013-08-28
|
* fixGravatar Joey Hess2013-08-28
|
* blog for the dayGravatar Joey Hess2013-08-28
|
* blog for the dayGravatar Joey Hess2013-08-26
|
* blog for the dayGravatar Joey Hess2013-08-25
|
* blog for the dayGravatar Joey Hess2013-08-24
|
* blog for the dayGravatar Joey Hess2013-08-22
|
* Added a commentGravatar GLITTAH2013-08-20
|
* blog for the dayGravatar Joey Hess2013-08-20
|
* Added a comment: That's amazing...Gravatar https://www.google.com/accounts/o8/id?id=AItOawlpSOjMH7Iaz56v6Pr9KCFSpbvMXvg-y9o2013-08-17
|
* poll vote (Tahoe-LAFS)Gravatar 94.211.35.1492013-08-17
|
* poll vote (OpenStack SWIFT)Gravatar 80.83.50.1022013-08-16
|
* catchup blogGravatar Joey Hess2013-08-15
|
* poll vote (/sdcard/annex)Gravatar 145.120.12.492013-08-12
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-08-06
|\
| * Added a comment: bup splittingGravatar https://www.google.com/accounts/o8/id?id=AItOawm72W-CH7bzZ8uHvaw1KJGrToPSQDNBnIA2013-08-05
| |
* | blog for the dayGravatar Joey Hess2013-08-04
|/
* Added a comment: This makes me happy :-)Gravatar http://adamspiers.myopenid.com/2013-08-04
|
* blog for the dayGravatar Joey Hess2013-08-02
|
* gitignore support for the assistant and watcherGravatar Joey Hess2013-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requires git 1.8.4 or newer. When it's installed, a background git check-ignore process is run, and used to efficiently check ignores whenever a new file is added. Thanks to Adam Spiers, for getting the necessary support into git for this. A complication is what to do about files that are gitignored but have been checked into git anyway. git commands assume the ignore has been overridden in this case, and not need any more overriding to commit a changed version. However, for the assistant to do the same, it would have to run git ls-files to check if the ignored file is in git. This is somewhat expensive. Or it could use the running git-cat-file process to query the file that way, but that requires transferring the whole file content over a pipe, so it can be quite expensive too, for files that are not git-annex symlinks. Now imagine if the user knows that a file or directory tree will be getting frequent changes, and doesn't want the assistant to sync it, so gitignores it. The assistant could overload the system with repeated ls-files checks! So, I've decided that the assistant will not automatically commit changes to files that are gitignored. This is a tradeoff. Hopefully it won't be a problem to adjust .gitignore settings to not ignore files you want the assistant to autocommit, or to manually git annex add files that are listed in .gitignore. (This could be revisited if git-annex gets access to an interface to check the content of the index w/o forking a git command. This could be libgit2, or perhaps a separate git cat-file --batch-check process, so it wouldn't need to ship over the whole file content.) This commit was sponsored by Francois Marier. Thanks!
* reorderGravatar Joey Hess2013-08-01
|
* blog for the dayGravatar Joey Hess2013-08-01
|
* updateGravatar Joey Hess2013-08-01
|
* Added a comment: Thank you so much!Gravatar https://launchpad.net/~mikapflueger2013-08-01
|
* TypoGravatar Richard Hartmann2013-08-01
|
* blog for the dayGravatar Joey Hess2013-07-31
|
* Added a commentGravatar http://joeyh.name/2013-07-31
|
* Added a comment: Horns?Gravatar https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU2013-07-31
|
* removedGravatar https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU2013-07-31
|
* Added a comment: Horns?Gravatar https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU2013-07-31
|
* blog for the dayGravatar Joey Hess2013-07-30
|
* blog for the dayGravatar Joey Hess2013-07-28
|
* updateGravatar Joey Hess2013-07-27
|
* blog for the dayGravatar Joey Hess2013-07-27
|
* Added a comment: A good day to be the sponsor!Gravatar https://www.google.com/accounts/o8/id?id=AItOawlUbH3eytydcwlWqv8oauE2Jg4NwcV9uA02013-07-27
|
* blog for the dayGravatar Joey Hess2013-07-26
|
* updateGravatar Joey Hess2013-07-26
|
* blog for the dayGravatar Joey Hess2013-07-25
|