summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* update android icons to use new version of logoGravatar Joey Hess2013-07-21
|
* 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
|
* ref debian bugGravatar Joey Hess2013-07-20
|
* 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.
| * Added a commentGravatar http://joeyh.name/2013-07-20
| |
| * Added a commentGravatar http://joeyh.name/2013-07-20
| |
* | close dupGravatar Joey Hess2013-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
| |
* | fix filenameGravatar Joey Hess2013-07-20
| |
* | changelog for 1a90265f6e2700a1af971c2e28b6408fcc58def6 now that I understand ↵Gravatar Joey Hess2013-07-20
| | | | | | | | it better
| * Added a commentGravatar http://joeyh.name/2013-07-20
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-07-20
|\
* | New improved version of the git-annex logo, contributed by John Lawrence.Gravatar Joey Hess2013-07-20
| |
| * (no commit message)Gravatar new2013-07-20
| |
| * Added a commentGravatar dietz2013-07-20
| |
* | refactor and unify codeGravatar Joey Hess2013-07-19
|/ | | | This fixes several bugs in both modules.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-07-19
|\
| * Added a commentGravatar GLITTAH2013-07-19
| |
| * Added a commentGravatar GLITTAH2013-07-19
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ2013-07-19
| |