summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* (no commit message)Gravatar skew2015-04-08
|
* (no commit message)Gravatar skew2015-04-08
|
* Added a commentGravatar CandyAngel2015-04-08
|
* Added a commentGravatar CandyAngel2015-04-08
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc2015-04-08
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E2015-04-08
|
* removedGravatar https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E2015-04-08
|
* removedGravatar https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E2015-04-08
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E2015-04-08
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E2015-04-08
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmgXUaPZHcAY8Wv4sTnX88CbJfYdYdKO-Y2015-04-08
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc2015-04-08
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc2015-04-08
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc2015-04-08
|
* Added a comment: Ignored file imported, in spite of error messageGravatar https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc2015-04-08
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk_STgv_0fB-y1x_fgzUI10Bg-aajJyMyc2015-04-08
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl67y6EP2HTErhFl6ch4vDUHym6CH68Vnw2015-04-07
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl67y6EP2HTErhFl6ch4vDUHym6CH68Vnw2015-04-07
|
* Added a comment: Slow on windows but not on linuxGravatar https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E2015-04-07
|
* Add an example on how to create time-limited URLs for sharingGravatar BojanNikolic2015-04-07
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc2015-04-07
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc2015-04-07
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc2015-04-07
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc2015-04-07
|
* fromkey, registerurl: When reading from stdin, allow the filename and url, ↵Gravatar Joey Hess2015-04-07
| | | | respectively, to contain whitespace.
* bring back --quiet filtering of stdout and stderr, with deadlock fixedGravatar Joey Hess2015-04-06
| | | | | | | | | | | | | | | | | | | | | | I don't quite understand the cause of the deadlock. It only occurred when git-annex-shell transferinfo was being spawned over ssh to feed download transfer progress back. And if I removed this line from feedprogressback, the deadlock didn't occur: bytes <- readSV v The problem was not a leaked FD, as far as I could see. So what was it? I don't know. Anyway, this is a nice clean implementation, that avoids the deadlock. Just fork off the async threads to handle filtering the stdout and stderr, and let them clean up their handles whenever they decide to exit. I've verified that the handles do get promptly closed, although a little later than I would expect. Presumably that "little later" is what was making waiting on the threads deadlock. Despite the late exit, the last line of stdout and stderr appears where I'd want it to, so I guess this is ok..
* use signingKeyGravatar Joey Hess2015-04-06
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-04-06
|\
* | reorder paramsGravatar Joey Hess2015-04-06
| |
| * Added a commentGravatar https://id.koumbit.net/anarcat2015-04-06
|/
* responseGravatar Joey Hess2015-04-06
|
* add news item for git-annex 5.20150406.1Gravatar Joey Hess2015-04-06
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-04-06
|\
* | emergency releaseGravatar Joey Hess2015-04-06
| |
* | Fixes a bug in the last release that caused rsync and possibly other ↵Gravatar Joey Hess2015-04-06
| | | | | | | | | | | | | | | | | | | | commands to hang at the end of a file transfer. Stderr reader blocks waiting for all stderr, and so blocks the process ever exiting. I tried several ways to get around this, but no success yet. For now, disable the stderr reader entirely.
| * sshcaching seems to be the cause hereGravatar anarcat2015-04-06
| |
| * ok, this is not a git-annex-shell problem it seems? i am totally confusedGravatar anarcat2015-04-06
| |
| * git-annex-shell doesn't seem to work as a login shell hereGravatar anarcat2015-04-06
| |
| * ah, just found metainitGravatar anarcat2015-04-06
| |
| * sample startup scriptGravatar anarcat2015-04-06
|/
* add news item for git-annex 5.20150406Gravatar Joey Hess2015-04-06
|
* remove one-off clean5.20150406Gravatar Joey Hess2015-04-06
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-04-06
|\
* | force rebuildGravatar Joey Hess2015-04-06
| |
| * Added a comment: filename from metadata?Gravatar https://www.google.com/accounts/o8/id?id=AItOawlZF5AC-FSxwkiay5ZgEYZwUzN69Wa6PTE2015-04-06
| |
* | avoid using --literal-pathspecs with git older than 1.8.1 which added itGravatar Joey Hess2015-04-06
| | | | | | | | Windows is still building with an older git.
* | promote comment which is really a bug report to a proper bug reportGravatar Joey Hess2015-04-06
| |
* | move to todoGravatar Joey Hess2015-04-06
| |
* | reopenGravatar Joey Hess2015-04-06
| |
* | commentGravatar Joey Hess2015-04-06
| |