Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added a comment | https://pradermecker.myopenid.com/ | 2013-03-17 |
| | |||
* | Added a comment | https://pradermecker.myopenid.com/ | 2013-03-17 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-03-17 |
|\ | |||
* | | add | Joey Hess | 2013-03-17 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-17 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-17 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-03-17 |
|\ | |||
* | | reopen | Joey Hess | 2013-03-17 |
| | | |||
* | | assistant: Fix OSX bug that prevented committing changed files to a ↵ | Joey Hess | 2013-03-17 |
| | | | | | | | | repository when in indirect mode. | ||
* | | make tags in bg | Joey Hess | 2013-03-17 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-17 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-03-17 |
|\ | |||
* | | assistant: Avoid syncing with annex-ignored remotes when reconnecting to the ↵ | Joey Hess | 2013-03-17 |
| | | | | | | | | network, or connecting a drive. | ||
* | | remove debug print | Joey Hess | 2013-03-17 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q | 2013-03-17 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-17 |
| | | |||
* | | tag | Joey Hess | 2013-03-17 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-17 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-17 |
| | | |||
* | | add a startup notice in the log, with version number | Joey Hess | 2013-03-17 |
| | | |||
| * | (no commit message) | annexuser | 2013-03-17 |
| | | |||
| * | Added a comment: Google Talk silently drops non-Google invites (at least) | https://www.google.com/accounts/o8/id?id=AItOawnxp2XU8gIribhhGhGuYtU6eMMwHv5gUGI | 2013-03-17 |
| | | |||
| * | (no commit message) | annexuser | 2013-03-17 |
| | | |||
| * | (no commit message) | annexuser | 2013-03-17 |
| | | |||
| * | Added a comment | annexuser | 2013-03-17 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnR7hb8IaKB3IKZptRukje0yahmhfLOO98 | 2013-03-17 |
|/ | |||
* | blog for the day | Joey Hess | 2013-03-16 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-03-16 |
|\ | |||
* | | webapp: Switch all forms to POST. | Joey Hess | 2013-03-16 |
| | | |||
| * | poll vote (Needs more focus on the UI.) | 85.16.227.39 | 2013-03-16 |
| | | |||
| * | poll vote (Using only git-annex webapp to config does not seem to work: ↵ | 85.16.227.39 | 2013-03-16 |
|/ | | | | Create walkthough?) | ||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-03-16 |
|\ | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-16 |
| | | |||
* | | Fix several bugs caused by a bad Ord instance for Remote. | Joey Hess | 2013-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) | modules | 2013-03-16 |
| | | |||
* | | remove old debug print | Joey Hess | 2013-03-16 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-16 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-16 |
|/ | |||
* | map: Combine duplicate repositories, for a nicer looking map. | Joey Hess | 2013-03-16 |
| | |||
* | xmpp: Re-enable XA flag, since disabling it did not turn out to help with ↵ | Joey Hess | 2013-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 send | Joey Hess | 2013-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 protocol | Joey Hess | 2013-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 ↵ | Joey Hess | 2013-03-16 |
| | | | | server, rather than just funneling them through to rsync. | ||
* | Merge remote-tracking branch 'origin/master' | Joey Hess | 2013-03-16 |
|\ | | | | | | | | | Conflicts: doc/bugs/WEBDAV_443.mdwn | ||
* | | forgot to add to sum type | Joey Hess | 2013-03-16 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-16 |
| | | |||
| * | Added a comment: Thanks | https://pradermecker.myopenid.com/ | 2013-03-16 |
| | | |||
| * | (no commit message) | https://pradermecker.myopenid.com/ | 2013-03-16 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-16 |
| | | |||
* | | close | Joey Hess | 2013-03-16 |
| | |