Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-03-09 15:29:47 -04:00
commit 3b2957075a
3 changed files with 21 additions and 1 deletions

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 1"
date="2013-03-09T06:13:17Z"
content="""
git-annex-shell cannot pass arbitrary rsync parameters through as specified by the client, because this would be a security hole (eg, allows overwriting or exposing arbitrary files). I'd have to pick out and whitelist safe parameters to make that work.
I'm also not sure if rsync --server does anything with --bwlimit, it's more of a client side option. When rsync is connecting to a rsync:// server, it can't tell the server to run with --bwlimit, AFAIK.
Also, the bwlimit option works by stalling the connection occasionally, it's hardly very good and you'll sometime see it ramp back to full speed in between stalls.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://gdr.name/"
nickname="gdr.name"
subject="Not only Chrome"
date="2013-03-09T10:55:57Z"
content="""
It happened to me numerous times with Opera. I was never able to repeat it hence no bug report.
"""]]

View file

@ -1,6 +1,6 @@
Fixed the last XMPP bug I know of. Turns out it was not specific to XMPP at
all; the assistant could forget to sync with any repository on startup
under certian conditions.
under certain conditions.
Also fixed bugs in `git annex add` and in the glob matching, and some more.