summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * (no commit message)Gravatar annexuser2013-03-17
| |
| * Added a commentGravatar annexuser2013-03-17
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnR7hb8IaKB3IKZptRukje0yahmhfLOO982013-03-17
|/
* blog for the dayGravatar Joey Hess2013-03-16
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-16
|\
* | webapp: Switch all forms to POST.Gravatar Joey Hess2013-03-16
| |
| * poll vote (Needs more focus on the UI.)Gravatar 85.16.227.392013-03-16
| |
| * poll vote (Using only git-annex webapp to config does not seem to work: ↵Gravatar 85.16.227.392013-03-16
|/ | | | Create walkthough?)
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-16
|\
| * Added a commentGravatar http://joeyh.name/2013-03-16
| |
* | Fix several bugs caused by a bad Ord instance for Remote.Gravatar Joey Hess2013-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A long time ago I made Remote be an instance of the Ord typeclass, with an implementation that compared the costs of Remotes. That seemed like a good idea at the time, as it saved typing.. But at the time I was still making custom Read and Show instances too. I've since learned that this is *not* a good idea, and neither is making custom Ord instances, without deep thought about the possible sets of values in a type. Haskell typeclasses are not a toy. This Ord instance came around and bit me when I put Remotes into a Set, because now remotes with the same cost appeared to be in the Set even if they were not. Also affected putting Remotes into a Map. Rarely does a bug go this deep. I've fixed it comprehensively, first removing the Ord instance entirely, and fixing the places that wanted to order remotes by cost to do it explicitly. Then adding back an Ord instance that is much more sane. Also by checking the rest of the Ord instances in the code base (which were all ok). While doing that, I found lots of places that kept remotes in Maps and Sets. All of it was probably subtly broken in one way or another before this fix, but it would be hard to say exactly how the bugs would manifest.
| * (no commit message)Gravatar modules2013-03-16
| |
* | remove old debug printGravatar Joey Hess2013-03-16
| |
| * Added a commentGravatar http://joeyh.name/2013-03-16
| |
| * Added a commentGravatar http://joeyh.name/2013-03-16
|/
* map: Combine duplicate repositories, for a nicer looking map.Gravatar Joey Hess2013-03-16
|
* xmpp: Re-enable XA flag, since disabling it did not turn out to help with ↵Gravatar Joey Hess2013-03-16
| | | | the problems Google Talk has with not always sending presence messages to clients.
* xmpp: send a presence query when there's an important message to sendGravatar Joey Hess2013-03-16
| | | | | | | This may work around google talk's horrible presence handling, in which clients often don't learn about other clients, at least when using the same account. This way, every time we start a git push over xmpp, we'll waste bandwidth asking clients to please try again to identify themselves.
* xmpp: --debug now enables a sanitized dump of the XMPP protocolGravatar Joey Hess2013-03-16
| | | | So I can debug these damn google talk presence issues.
* webapp: Encourage user to install git-annex on a server when adding a ssh ↵Gravatar Joey Hess2013-03-16
| | | | server, rather than just funneling them through to rsync.
* Merge remote-tracking branch 'origin/master'Gravatar Joey Hess2013-03-16
|\ | | | | | | | | Conflicts: doc/bugs/WEBDAV_443.mdwn
* | forgot to add to sum typeGravatar Joey Hess2013-03-16
| |
| * Added a commentGravatar http://joeyh.name/2013-03-16
| |
| * Added a comment: ThanksGravatar https://pradermecker.myopenid.com/2013-03-16
| |
| * (no commit message)Gravatar https://pradermecker.myopenid.com/2013-03-16
| |
| * Added a commentGravatar http://joeyh.name/2013-03-16
| |
* | closeGravatar Joey Hess2013-03-16
| |
| * Added a commentGravatar http://joeyh.name/2013-03-16
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-16
|\
* | Add incrementalbackup repository group.Gravatar Joey Hess2013-03-16
| |
| * (no commit message)Gravatar https://pradermecker.myopenid.com/2013-03-16
| |
| * (no commit message)Gravatar https://pradermecker.myopenid.com/2013-03-16
| |
| * (no commit message)Gravatar modules2013-03-16
| |
| * Added a comment: Great screencastGravatar modules2013-03-16
| |
| * removedGravatar modules2013-03-16
| |
| * Added a comment: Great screencastGravatar modules2013-03-16
| |
| * Added a comment: GTalk wants you to implement its "shared status" protocolGravatar http://smcv.pseudorandom.co.uk/2013-03-16
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmnG4EuvZWse5hvgrl0XAK-U61e-0iGaao2013-03-16
| |
| * removedGravatar https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA2013-03-16
| |
| * Added a comment: version 20130314, still not improvedGravatar https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA2013-03-16
| |
| * Added a comment: version 20130314, still not improvedGravatar https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA2013-03-16
| |
* | make liftAnnex and liftAssistant polymorphic, like liftIOGravatar Joey Hess2013-03-16
| |
| * posted bug reportGravatar gjost2013-03-16
| |
| * Added a commentGravatar http://joeyh.name/2013-03-15
| |
* | closeGravatar Joey Hess2013-03-15
|/
* blog for the dayGravatar Joey Hess2013-03-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-15
|\
* | add globallyAvailable to remotesGravatar Joey Hess2013-03-15
| |
| * Added a commentGravatar annexuser2013-03-15
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-15
|\|