aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | refactorGravatar Joey Hess2012-11-10
| |
* | refactorGravatar Joey Hess2012-11-10
| |
* | fix exit code propigationGravatar Joey Hess2012-11-10
| |
* | refactorGravatar Joey Hess2012-11-09
| |
* | ensure handles get closedGravatar Joey Hess2012-11-09
| |
* | increase chunk sizeGravatar Joey Hess2012-11-09
| | | | | | | | | | | | XMPP has no defined message size limits, but some servers will have ad-hoc limits. However, 4k seems safe, even after the additional bloat of base64. That should not exceed 8k.
* | refactorGravatar Joey Hess2012-11-09
| |
* | refactorGravatar Joey Hess2012-11-09
| |
| * removedGravatar http://joeyh.name/2012-11-10
| |
| * Added a commentGravatar http://joeyh.name/2012-11-10
| |
| * Added a commentGravatar http://joeyh.name/2012-11-10
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU2012-11-10
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-11-09
|\
* | blog for the dayGravatar Joey Hess2012-11-09
| |
| * Added a commentGravatar http://joeyh.name/2012-11-09
| |
* | avoid excessive debuggingGravatar Joey Hess2012-11-09
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-11-09
|\|
* | xmpp git push is working!Gravatar Joey Hess2012-11-09
| | | | | | | | | | | | Various final bug fixes, and tweaks that got it working. Currently pushes a hardcoded ref, which needs to be fixed, etc.
| * Added a commentGravatar karhun2012-11-09
| |
* | fix murderous typoGravatar Joey Hess2012-11-09
| |
* | run xmpp push actions in separate thread from xmpp clientGravatar Joey Hess2012-11-09
| | | | | | | | | | Took me a while to figure out why the xmpp client was not receiving git xmpp push messages after a push started.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM2012-11-09
| |
* | fix git push startupGravatar Joey Hess2012-11-09
|/
* fix linkGravatar Joey Hess2012-11-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-11-09
|\
| * Added a commentGravatar http://joeyh.name/2012-11-09
| |
| * (no commit message)Gravatar karhun2012-11-09
| |
* | add canpush xmpp commandGravatar Joey Hess2012-11-09
| |
* | flush stdoutGravatar Joey Hess2012-11-09
| | | | | | | | It's block-buffered here.
* | don't treat foo::bar as a ssh urlGravatar Joey Hess2012-11-09
| | | | | | | | It's a git-remote-helper location, and will be stored as just an url.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawlsfh8P7pN2OBr24ztT_7AyYQLCcVqqa-42012-11-09
| |
| * Added a commentGravatar http://joeyh.name/2012-11-09
| |
* | use xmpp::user@host for xmpp remotesGravatar Joey Hess2012-11-09
| | | | | | | | | | | | Inject the required git-remote-xmpp into PATH when running xmpp git push. Rest of the time it will not be in PATH, and git won't be able to talk to xmpp remotes.
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-11-09
|\|
* | add some OSX thingGravatar Joey Hess2012-11-09
| |
* | add packages I'm told are now needed to build from brewGravatar Joey Hess2012-11-09
| |
* | look for gsha* commands, as installed on some OS's that think "GNU" is ↵Gravatar Joey Hess2012-11-09
| | | | | | | | nonstandard
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM2012-11-09
| |
| * Added a comment: How to deal with offline messages being eaten?Gravatar http://phil.0x539.de/2012-11-09
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo2012-11-09
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlYziqspADKgTfzHnQvD9DmNG6OycIoEh42012-11-09
| |
| * Added a comment: git-remote-helpersGravatar http://meep.pl/2012-11-09
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-11-08
|\
* | blog for the dayGravatar Joey Hess2012-11-08
| |
| * (no commit message)Gravatar annexuser2012-11-08
| |
| * Added a commentGravatar http://joeyh.name/2012-11-08
| |
* | xmpp push control flowGravatar Joey Hess2012-11-08
| | | | | | | | | | | | | | | | | | It might even work, although nothing yet triggers XMPP pushes. Also added a set of deferred push messages. Only one push can run at a time, and unrelated push messages get deferred. The set will never grow very large, because it only puts two types of messages in there, that can only vary in the client doing the push.
| * poll vote (Google Drive)Gravatar 2a01:e35:8a3c:8320:f005:407:fc81:23cd2012-11-08
| |
* | renameGravatar Joey Hess2012-11-08
| |
* | hooked up XMPP git push send/receive (but not yet control flow)Gravatar Joey Hess2012-11-08
| |