summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | stop cached ssh connection w/o needing to look up host and portGravatar Joey Hess2013-07-21
| | | | | | | | | | | | | | | | Turns out that with -O stop -S socketfile, ssh does not need the real hostname, or port to be specificed. This is because it simply talks to the ssh behind the socket and tells it to stop. So, can eliminate the conversion back from a socketfile to host and port. Which will allow using shorter filenames for sockets in the future.
* | point to android icons tooGravatar Joey Hess2013-07-21
| |
| * Added a commentGravatar http://joeyh.name/2013-07-21
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkEHjHAWnJ0BJzdv_hePwU1my8X4wCseh82013-07-21
| |
| * (no commit message)Gravatar ringprince2013-07-21
| |
| * Added a comment: git annex copy --to won't get them across either...Gravatar https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS02013-07-21
| |
| * Added a comment: Renaming filesGravatar https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS02013-07-21
| |
| * Git Annex stumbles and does not transfer files with special characters...Gravatar https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS02013-07-21
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkiAsTXFXZbLE8iyy6yDtvz4MPFbzsk3c02013-07-21
| |
| * Added a commentGravatar andy2013-07-21
| |
| * typoGravatar http://brohaveyouseenmysocks.wordpress.com/2013-07-21
| |
| * Added a commentGravatar http://joeyh.name/2013-07-21
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawm5WyknJirJJridJjiPNgrlYxGG9xrZBvA2013-07-21
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawm5WyknJirJJridJjiPNgrlYxGG9xrZBvA2013-07-21
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawm5WyknJirJJridJjiPNgrlYxGG9xrZBvA2013-07-21
| |
| * Added a commentGravatar http://joeyh.name/2013-07-21
| |
| * Added a commentGravatar http://joeyh.name/2013-07-21
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawm5WyknJirJJridJjiPNgrlYxGG9xrZBvA2013-07-21
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawm5WyknJirJJridJjiPNgrlYxGG9xrZBvA2013-07-21
| |
* | ref debian bugGravatar Joey Hess2013-07-20
| |
| * Added a commentGravatar http://joeyh.name/2013-07-21
| |
| * Added a commentGravatar http://joeyh.name/2013-07-21
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-07-20
|\
* | When an XMPP server has SRV records, try them, but don't then fall back to ↵Gravatar Joey Hess2013-07-20
| | | | | | | | | | | | | | | | | | | | | | the regular host if they all fail. gmail.com has some XMPP SRV records, but does not itself respond to XMPP traffic, although it does accept connections on port 5222. So if a user entered the wrong password, it would try all the SRVs and fall back to trying gmail, and hang at that point. This seems the right thing to do, not just a workaround.
* | cleanupGravatar Joey Hess2013-07-20
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm5WyknJirJJridJjiPNgrlYxGG9xrZBvA2013-07-21
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm5WyknJirJJridJjiPNgrlYxGG9xrZBvA2013-07-21
| |
| * Added a commentGravatar http://joeyh.name/2013-07-21
|/
* Added a commentGravatar andy2013-07-20
|
* blog for the dayGravatar Joey Hess2013-07-20
|
* updateGravatar Joey Hess2013-07-20
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-07-20
|\
* | fixed nasty data loss bugGravatar Joey Hess2013-07-20
| | | | | | | | | | | | | | | | | | I wanted to try to guard against it in Command.Add too, but it's a case of garbage in, garbage out. Once Command.Add has been told it's dealing with a dummy symlink, it goes and deletes it, and even though the object it thinks it points to is not present in the annex, it's Command.Add is still doing the right thing to go ahead and add the broken symlink. So the two fixes I was able to put in will have to do.
* | avoid false positives when detecting core.symlinks=false symlink standin filesGravatar Joey Hess2013-07-20
| | | | | | | | | | | | | | | | If the file is > 8192 bytes, it's certianly not a symlink file. And if it contains nuls or newlines or whitespace, it's certianly not a link to annexed content. But it might be a tarball containing a git-annex repo.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawm_cen0223TLcWCTPwCPecCQC5JxGnPO042013-07-20
| |
| * Added a commentGravatar http://joeyh.name/2013-07-20
| |
| * Added a commentGravatar http://joeyh.name/2013-07-20
| |
* | avoid reading files that are not symlinks when core.symlinks=falseGravatar Joey Hess2013-07-20
| | | | | | | | | | | | This hack is only needed on FAT filesystems, so there's no point in doing it the rest of the time. And it's possible for there to be a false positive, so it's best to avoid the hack when possible.
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm_cen0223TLcWCTPwCPecCQC5JxGnPO042013-07-20
| |
| * Added a commentGravatar http://joeyh.name/2013-07-20
| |
| * Added a commentGravatar http://joeyh.name/2013-07-20
| |
| * Added a commentGravatar http://joeyh.name/2013-07-20
| |
| * (no commit message)Gravatar GLITTAH2013-07-20
| |
| * (no commit message)Gravatar GLITTAH2013-07-20
| |
| * Added a commentGravatar http://joeyh.name/2013-07-20
| |
* | webapp: Differentiate between creating a new S3/Glacier/WebDav remote, and ↵Gravatar Joey Hess2013-07-20
| | | | | | | | initializing an existing remote. When creating a new remote, avoid conflicts with other existing (or deleted) remotes with the same name.
| * Added a commentGravatar andy2013-07-20
| |
| * Added a commentGravatar http://joeyh.name/2013-07-20
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-07-20
|\
* | directory special remote: Fix checking that there is enough disk space to ↵Gravatar Joey Hess2013-07-20
| | | | | | | | hold an object, was broken when using encryption.