Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | record transfers for git-annex-shell | Joey Hess | 2012-07-02 |
| | | | | | | | | | Not yet tested and places git-annex-shell is run need to be modified to pass the new field settings. Note that rsyncServerSend was changed to fork, rather than directly exec rsync, because it needs to keep the transfer lock held, and clean up the transfer log when done. | ||
* | update | Joey Hess | 2012-05-02 |
| | |||
* | rsync protocol? | Joey Hess | 2012-05-02 |
| | |||
* | Avoid excessive escaping for rsync special remotes that are not accessed ↵ | Joey Hess | 2011-11-18 |
| | | | | | | | | | over ssh. This is actually tricky, 45bbf210a1210172c7c7b87879ed74f7c8ccbdba added the escaping because it's needed for rsync that does go over ssh. So I had to detect whether the remote's rsync url will use ssh or not, and vary the escaping. | ||
* | Pass -t to rsync to preserve timestamps. | Joey Hess | 2011-11-04 |
| | |||
* | broke up Utility | Joey Hess | 2011-10-16 |
| | |||
* | split groups of related functions out of Utility | Joey Hess | 2011-08-22 |
| | |||
* | finished hlint pass | Joey Hess | 2011-07-15 |
| | |||
* | rename | Joey Hess | 2011-07-05 |