Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into incrementalfsck | Joey Hess | 2013-10-13 |
|\ | |||
| * | Added a comment | http://joeyh.name/ | 2013-10-13 |
| | | |||
| * | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-10-13 |
| |\ | |||
| * | | status: Fix a crash if a temp file went away while its size was being ↵ | Joey Hess | 2013-10-13 |
| | | | | | | | | | | | | checked for status. | ||
| | * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawkUwqII7LhbatqAQY1T5ZZOdPEFcQJKG6I | 2013-10-13 |
| | | | |||
| | * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawlWskoNgUB7r70OXglR-4iKI4bOuPJb-xg | 2013-10-13 |
| | | | |||
| | * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlWskoNgUB7r70OXglR-4iKI4bOuPJb-xg | 2013-10-13 |
| | | | |||
| | * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlWskoNgUB7r70OXglR-4iKI4bOuPJb-xg | 2013-10-13 |
| | | | |||
| | * | Added a comment | RaspberryPie | 2013-10-13 |
| | | | |||
| | * | Added a comment | http://joeyh.name/ | 2013-10-12 |
| | | | |||
| * | | close | Joey Hess | 2013-10-12 |
| | | | |||
| | * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlWskoNgUB7r70OXglR-4iKI4bOuPJb-xg | 2013-10-12 |
| | | | |||
| * | | updated android gpg version | Joey Hess | 2013-10-12 |
| | | | |||
| | * | Added a comment: awesome, fix confirmed, and IA+quvi forwarded upstream | https://id.koumbit.net/anarcat | 2013-10-12 |
| | | | |||
| | * | bug fixed in later versions | https://id.koumbit.net/anarcat | 2013-10-12 |
| | | | |||
| | * | Firefox doesn't seem to like XML-style self-closing <a> | http://smcv.pseudorandom.co.uk/ | 2013-10-11 |
| |/ | |||
| * | update | Joey Hess | 2013-10-11 |
| | | |||
| * | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-10-11 |
| |\ | |||
| * | | devblog | Joey Hess | 2013-10-11 |
| | | | |||
| * | | update | Joey Hess | 2013-10-11 |
| | | | |||
* | | | add remote fsck interface | Joey Hess | 2013-10-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently only implemented for local git remotes. May try to add support to git-annex-shell for ssh remotes later. Could concevably also be supported by some special remote, although that seems unlikely. Cronner user this when available, and when not falls back to fsck --fast --from remote git annex fsck --from does not itself use this interface. To do so, I would need to pass --fast and all other options that influence fsck on to the git annex fsck that it runs inside the remote. And that seems like a lot of work for a result that would be no better than cd remote; git annex fsck This may need to be revisited if git-annex-shell gets support, since it may be the case that the user cannot ssh to the server to run git-annex fsck there, but can run git-annex-shell there. This commit was sponsored by Damien Diederen. | ||
| | * | Added a comment | http://joeyh.name/ | 2013-10-11 |
| | | | |||
| | * | Added a comment: still a bug, filed separately! | https://id.koumbit.net/anarcat | 2013-10-11 |
| | | | |||
| | * | report this bug properly | https://id.koumbit.net/anarcat | 2013-10-11 |
| |/ | |||
* | | Merge branch 'master' into incrementalfsck | Joey Hess | 2013-10-11 |
|\| | |||
| * | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-10-11 |
| |\ | |||
| * | | update, including url to gcrypt | Joey Hess | 2013-10-11 |
| | | | |||
| | * | Added a comment | http://joeyh.name/ | 2013-10-11 |
| | | | |||
| | * | Added a comment | http://joeyh.name/ | 2013-10-11 |
| | | | |||
| | * | Added a comment | http://joeyh.name/ | 2013-10-11 |
| | | | |||
| | * | Added a comment | http://joeyh.name/ | 2013-10-11 |
| |/ | |||
| * | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-10-11 |
| |\ | |||
| * | | url size fixes | Joey Hess | 2013-10-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | addurl: Improve message when adding url with wrong size to existing file. Before the message suggested the url didn't exist. Fixed handling of URL keys that have no recorded size. Before, if the key has no size, the url also had to not declare any size, which was unlikely and wrong, or it was taken to not exist. This probably would mostly affect keys that were added to the annex with addurl --relaxed. | ||
| * | | qualify import; also available in crypto-random | Joey Hess | 2013-10-11 |
| | | | |||
| | * | Added a comment: How to sync content with git-annex, not assistant | http://elmimmo.myopenid.com/ | 2013-10-11 |
| |/ | |||
* | | add/remove/edit schedule UI working | Joey Hess | 2013-10-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | Once I built the basic widget, it turned out to be rather easy to replicate it once per scheduled activity and wire it all up to a fully working UI. This does abuse yesod's form handling a bit, but I think it's ok. And it would be nice to have it all ajax-y, so that saving one modified form won't lose any modifications to other forms. But for now, a nice simple 115 line of code implementation is a win. This late night hack session commit was sponsored by Andrea Rota. | ||
| * | avoid committing git-annex branch journal when running status | Joey Hess | 2013-10-11 |
| | | |||
| * | Remove bogus runshell loop check. | Joey Hess | 2013-10-11 |
| | | | | | | | | | | git-annex.linux/git-annex can legitimately try to run itself -- this happens when the programfile is used. So this check was bogus. | ||
| * | typo | Joey Hess | 2013-10-11 |
| | | |||
* | | better time display | Joey Hess | 2013-10-11 |
| | | |||
| * | devblog | Joey Hess | 2013-10-10 |
| | | |||
| * | update | Joey Hess | 2013-10-10 |
| | | |||
* | | add config page for fsck, and alert with button when a fsck is running | Joey Hess | 2013-10-10 |
| | | |||
* | | queue downloads of keys that fsck finds with bad content | Joey Hess | 2013-10-10 |
| | | |||
| * | announcement | Joey Hess | 2013-10-10 |
| | | |||
| * | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-10-10 |
| |\ | |||
| * | | highlight current month | Joey Hess | 2013-10-10 |
| | | | |||
* | | | stop fsck when scheduled activity is removed | Joey Hess | 2013-10-10 |
| | | | |||
* | | | unmask async exceptions after fork | Joey Hess | 2013-10-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out that forkProcess masks async exceptions. Unmask them so that the daemon code can use them for thread IPC. There is some risk this introduces breakage in git-annex, but it would be breakage that would already occur when the assistant was run with --foreground. | ||
* | | | 0 pad minutes | Joey Hess | 2013-10-10 |
| | | |