aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added a commentGravatar https://pradermecker.myopenid.com/2013-03-17
|
* Added a commentGravatar https://pradermecker.myopenid.com/2013-03-17
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-17
|\
* | addGravatar Joey Hess2013-03-17
| |
| * Added a commentGravatar http://joeyh.name/2013-03-17
| |
| * Added a commentGravatar http://joeyh.name/2013-03-17
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-17
|\
* | reopenGravatar Joey Hess2013-03-17
| |
* | assistant: Fix OSX bug that prevented committing changed files to a ↵Gravatar Joey Hess2013-03-17
| | | | | | | | repository when in indirect mode.
* | make tags in bgGravatar Joey Hess2013-03-17
| |
| * Added a commentGravatar http://joeyh.name/2013-03-17
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-17
|\
* | assistant: Avoid syncing with annex-ignored remotes when reconnecting to the ↵Gravatar Joey Hess2013-03-17
| | | | | | | | network, or connecting a drive.
* | remove debug printGravatar Joey Hess2013-03-17
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q2013-03-17
| |
| * Added a commentGravatar http://joeyh.name/2013-03-17
| |
* | tagGravatar Joey Hess2013-03-17
| |
| * Added a commentGravatar http://joeyh.name/2013-03-17
| |
| * Added a commentGravatar http://joeyh.name/2013-03-17
| |
* | add a startup notice in the log, with version numberGravatar Joey Hess2013-03-17
| |
| * (no commit message)Gravatar annexuser2013-03-17
| |
| * Added a comment: Google Talk silently drops non-Google invites (at least)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnxp2XU8gIribhhGhGuYtU6eMMwHv5gUGI2013-03-17
| |
| * (no commit message)Gravatar annexuser2013-03-17
| |
| * (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
| |