summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix buildGravatar Joey Hess2013-05-02
|
* updateGravatar Joey Hess2013-05-02
|
* blog for the dayGravatar Joey Hess2013-05-02
|
* need cppGravatar Joey Hess2013-05-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-05-02
|\
* | add screenshot!Gravatar Joey Hess2013-05-02
| |
* | work around getAddrInfo segfault on AndroidGravatar Joey Hess2013-05-02
| | | | | | | | | | | | | | | | For an unknown reason, getAddrInfo currently is segfaulting. Note that in February, I had used warpDebug, which uses getAddrInfo, and it worked. Don't know if my toolchain has changed and broke it, or it's due to having a different Android device now. Anyway, work around it by hardcoding the address to use.
* | --listen is not supported on AndroidGravatar Joey Hess2013-05-02
| |
* | cannot open file:// url on Android, so don't use the htmlshim thereGravatar Joey Hess2013-05-02
| |
* | android build improvementsGravatar Joey Hess2013-05-02
| |
| * typoGravatar https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw82013-05-02
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw82013-05-02
| |
* | stop setting ai_addrconfigGravatar Joey Hess2013-05-02
| | | | | | | | | | | | | | This caused the code to fail on Android, which doesn't know that flag. It seems best to let the OS default flags be used. Tested working ok on Linux. The only difference on Linux is it might return a v4mapped ipv6 address sometimes.
* | updateGravatar Joey Hess2013-05-02
| |
* | don't fail android build if there are no splicesGravatar Joey Hess2013-05-02
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q2013-05-02
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q2013-05-02
| |
* | add a runshell script to the top of the app directoryGravatar Joey Hess2013-05-02
| | | | | | | | | | This is mostly useful when you have adb with root access, to easily start the git-annex environment in there.
* | include build flags in version info when not in a repoGravatar Joey Hess2013-05-01
| |
* | change the default GIT_ANNEX_ANDROID_SOURCETREE location to be in ~/tmp/Gravatar Joey Hess2013-05-01
|/
* updateGravatar Joey Hess2013-05-01
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-05-01
|\
* | blog for the dayGravatar Joey Hess2013-05-01
| |
| * Two typosGravatar Richard Hartmann2013-05-01
| |
| * Added a comment: mimetypesGravatar https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo2013-05-01
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo2013-05-01
|/
* add news item for git-annex 4.20130501Gravatar Joey Hess2013-05-01
|
* releasing version 4.201305014.20130501Gravatar Joey Hess2013-05-01
|
* Merge branch 'flush' of https://github.com/brunoqc/git-annexGravatar Joey Hess2013-05-01
|\
| * Fix the URL not showing until the app closesGravatar Bruno Bigras2013-05-01
| |
* | update for initremote changesGravatar Joey Hess2013-05-01
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c2013-05-01
| |
| * Added a comment: I think this already worksGravatar https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ2013-05-01
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c2013-05-01
| |
* | reorderGravatar Joey Hess2013-04-30
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q2013-04-30
| |
| * Added a commentGravatar http://joeyh.name/2013-04-30
|/
* thaw content directory in direct mode tooGravatar Joey Hess2013-04-30
| | | | | | | | A content directory can be frozen in direct mode. One way this can happen is if the content is transferred before direct mode has a mapping for it, so it's stored in the content directory. So, we need to thaw the content directory before doing things with it.
* updateGravatar Joey Hess2013-04-30
|
* refactorGravatar Joey Hess2013-04-30
|
* blog for the dayGravatar Joey Hess2013-04-30
|
* Added a commentGravatar http://joeyh.name/2013-04-30
|
* Added a commentGravatar http://joeyh.name/2013-04-30
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-04-30
|\
* | avoid auto-accepting pair requests from friends already paired withGravatar Joey Hess2013-04-30
| | | | | | | | | | | | | | Unless the request is for repo uuid we already know. This way, if A1 pairs with friend B1, and B1 pairs with device B2, then B1 can request A1 pair with it and no confirmation is needed. (In future, may want to try to do that automatically, to make a more robust network.)
* | updateGravatar Joey Hess2013-04-30
| |
* | assistant: Fix bug that could cause incoming pushes to not get merged into ↵Gravatar Joey Hess2013-04-30
| | | | | | | | | | | | | | | | | | | | the local tree. Observed that the pushed refs were received, but not merged into master. The merger never saw an add event for these refs. Either git is not writing to a new file and renaming it into place, or the inotify code didn't notice that. Changed it to also watch for modify events and that seems to have fixed it!
| * Added a comment: Another correctionGravatar https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo2013-04-30
| |
* | update changelogGravatar Joey Hess2013-04-30
| | | | | | | | | | | | | | | | | | Note that the note on d12b1fb179bc1744f813ea3f616d503d2b0dfe09 turned out to be wrong. Multiple repository pairing over XMPP does work, because the annex-uuid of the xmpp remote is updated to the uuid of the new repo when pairing takes place. So the push from it is accepted. (And the other UUIDs are listed in uuid.log, so pushes from those repositories also are accepted of course.)
* | more xmpp debuggingGravatar Joey Hess2013-04-30
| |