Commit graph

7514 commits

Author SHA1 Message Date
https://www.google.com/accounts/o8/id?id=AItOawmqz6wCn-Q1vzrsHGvEJHOt_T5ZESilxhc
fc6535ddd8 Added a comment 2013-05-26 13:50:31 +00:00
annexuser
847596e9c9 Added a comment 2013-05-25 22:58:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o
44b0039e6e Added a comment 2013-05-25 20:27:32 +00:00
Joey Hess
90069a32c2 blog for the days 2013-05-25 16:08:29 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
d36aa25b8f Added a comment 2013-05-25 19:01:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnu1NYw8UF-NoDbKu8YKVGxi8FoZLH7JPs
7298f95a76 Added a step I had to do on my own OS X machine with 10.6 in order for the build to work. 2013-05-25 18:36:37 +00:00
Joey Hess
c8a749499d Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-25 13:59:37 -04:00
http://joeyh.name/
9d8ce10ee3 Added a comment 2013-05-25 17:57:43 +00:00
Joey Hess
b276857a7a content: New command line way to view and configure a repository's preferred content settings. 2013-05-25 12:44:58 -04:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
9c4d113663 Added a comment: bind mount 2013-05-25 15:55:52 +00:00
http://yarikoptic.myopenid.com/
4dcebfd8b5 Added a comment: Few other issues 2013-05-25 15:35:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o
9784587bad Added a comment: Wheezy is affected 2013-05-25 12:00:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
e753551506 Added a comment 2013-05-25 10:03:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
7d5df365b2 Added a comment: It did it again. 2013-05-25 09:31:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
98a9eede08 Added a comment 2013-05-25 07:40:13 +00:00
http://yarikoptic.myopenid.com/
7f4f53b065 Added a comment: compressed storage/transfer -- gzip Content-Type 2013-05-25 06:41:37 +00:00
Joey Hess
e3c1586997 Improve error handling when getting uuid of http remotes to auto-ignore, like with ssh remotes. 2013-05-25 01:47:19 -04:00
http://joeyh.name/
b63d5e6b1d Added a comment 2013-05-25 04:42:22 +00:00
Joey Hess
b4bd3759f3 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-25 00:38:04 -04:00
Joey Hess
f8e940eb8e Fix bug in parsing of parens in some preferred content expressions. This fixes the behavior of the manual mode group.
The current manual mode preferred content expression is:

"present and (((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) or (not copies=semitrusted+:1))"

The old matcher misparsed this, to basically:

OR (present and (...)) (not copies=semitrusted+:1))

The paren handling and indeed the whole conversion from tokens to the
matcher was just wrong. The new way may not be the cleverest, but I think
it is correct, and you can see how it pattern matches structurally against
the expressions when parsing them.

That expression is now parsed to:

MAnd (MOp <function>)
  (MOr (MOr (MAnd (MOp <function>) (MOp <function>)) (MNot (MOr (MOp <function>) (MOp <function>))))
    (MNot (MOp <function>)))

Which appears correct, and behaves correct in testing.

Also threw in a simplifier, so the final generated Matcher has less
unnecessary clutter in it. Mostly so that I could more easily read &
confirm them.

Also, added a simple test of the Matcher to the test suite.

There is a small chance of badly formed preferred content expressions
behaving differently than before due to this rewrite.
2013-05-24 21:46:33 -04:00
http://a-or-b.myopenid.com/
0eab1b091b removed 2013-05-25 00:48:44 +00:00
http://a-or-b.myopenid.com/
93579dea2f 2013-05-25 00:41:48 +00:00
http://yarikoptic.myopenid.com/
38b8a1539b Added a comment: asking for ssh password in the terminal (not in web ui) 2013-05-24 23:49:40 +00:00
http://yarikoptic.myopenid.com/
af0b93086a Added a comment: It starts after uninstall/install 2013-05-24 23:29:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
5b7615ef0b 2013-05-24 22:03:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
4d34233fae Added a comment 2013-05-24 21:31:47 +00:00
Joey Hess
c84538433a Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-24 12:46:57 -04:00
http://joeyh.name/
a883a95726 Added a comment 2013-05-24 16:45:27 +00:00
Joey Hess
b7ccbfcc15 note about initremote --fast 2013-05-24 12:12:00 -04:00
Joey Hess
4da2ae009a tag 2013-05-24 12:01:25 -04:00
Joey Hess
84ac6778d9 update 2013-05-24 11:59:52 -04:00
Joey Hess
56b774d358 close 2013-05-24 11:56:36 -04:00
http://joeyh.name/
ff9c7c7278 Added a comment 2013-05-24 15:55:42 +00:00
http://joeyh.name/
09e362355c Added a comment 2013-05-24 15:50:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
ac04b22893 Added a comment 2013-05-24 15:47:36 +00:00
basak
27820b5efa Added a comment 2013-05-24 15:47:14 +00:00
Joey Hess
a3b50a9673 fix log filename 2013-05-24 11:39:10 -04:00
http://joeyh.name/
b8310c2eda Added a comment 2013-05-24 15:35:16 +00:00
http://joeyh.name/
aa90cd782c Added a comment 2013-05-24 15:33:12 +00:00
http://joeyh.name/
9526de5f68 Added a comment 2013-05-24 15:05:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmu416zAYgYzbXVZAe30MiXoOWO4z6nGX8
e0a6fe790c Added a comment 2013-05-24 14:59:54 +00:00
Joey Hess
7c1132f483 fixed 2013-05-24 10:31:15 -04:00
http://joeyh.name/
a4c41e3bcd Added a comment 2013-05-24 14:21:04 +00:00
http://mildred.fr/
b87fe0d611 Added a comment: Problems with URL ending with ".git" 2013-05-24 12:15:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcxKZHglATIiJXD7jcxfYhkhgeFmcVFqE
03e7315c75 Added a comment: 21-May-2013 still broken 2013-05-24 12:00:37 +00:00
basak
e055ed4a08 Added a comment 2013-05-24 09:38:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmu416zAYgYzbXVZAe30MiXoOWO4z6nGX8
3930841474 2013-05-24 08:12:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
d60d2a6038 2013-05-24 06:15:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
aee0f94fc8 Added a comment: Still problems with my old N1/CM7 2013-05-24 06:01:19 +00:00
http://joeyh.name/
6142a1ff93 Added a comment 2013-05-24 03:26:33 +00:00
http://yarikoptic.myopenid.com/
04d2c84292 Added a comment: fresh build 2013-05-24 03:21:29 +00:00
http://yarikoptic.myopenid.com/
1f990a56a9 Added a comment 2013-05-24 03:11:50 +00:00
Joey Hess
dbd742fd91 gar 2013-05-23 19:29:48 -04:00
Joey Hess
2576051021 better descriptions 2013-05-23 19:28:45 -04:00
http://joeyh.name/
33ee532851 2013-05-23 23:26:28 +00:00
http://joeyh.name/
402e3d010c Added a comment 2013-05-23 23:25:02 +00:00
Joey Hess
3c7d7a73d5 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-23 19:18:49 -04:00
Joey Hess
f3640baca0 blog for the day 2013-05-23 19:16:29 -04:00
Joey Hess
2a7295dbba add googledriveannex 2013-05-23 18:52:19 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
7c4ff7667c 2013-05-23 21:45:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
c7077c7367 2013-05-23 21:20:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlQ7ZdQxAps4v0cl5J3wKGWD8243Gy8-m0
2ef63c6d80 Added a comment: PPA Package Pinning 2013-05-23 21:18:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
4df5265bc2 2013-05-23 21:07:43 +00:00
http://joeyh.name/
8187a79b50 Added a comment 2013-05-23 20:04:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
0a62e9d3a9 2013-05-23 19:54:04 +00:00
Joey Hess
cf7fec4b46 list standard groups in vicfg 2013-05-23 14:54:59 -04:00
http://joeyh.name/
6c06a4f8eb Added a comment 2013-05-23 18:44:47 +00:00
Joey Hess
f07cdf88ba remove disk space usage note
Using symlinks should avoid this Android bug.
2013-05-23 13:56:53 -04:00
http://joeyh.name/
387437e88c Added a comment 2013-05-23 15:59:37 +00:00
http://joeyh.name/
43aad96926 Added a comment 2013-05-23 15:57:08 +00:00
http://joeyh.name/
fbc3934b72 Added a comment 2013-05-23 15:55:16 +00:00
Joey Hess
cf96a69490 fixed 2013-05-23 11:32:44 -04:00
http://yarikoptic.myopenid.com/
4f45ded015 Added a comment: why ln failed 2013-05-23 13:27:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmu416zAYgYzbXVZAe30MiXoOWO4z6nGX8
03d3ddfe40 Added a comment 2013-05-23 10:02:55 +00:00
Mesar Hameed
8e5dfd7a9b New wishlist item: vicfg to display possible repo group names. 2013-05-23 09:23:02 +02:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
10a12fb545 removed 2013-05-23 00:12:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
d776be2222 Added a comment 2013-05-22 23:34:50 +00:00
Joey Hess
3d420f7c94 make match what I'm seeing at
https://www.flickr.com/photos/79698808@N00/8794014022/in/set-72157633616797866/
2013-05-22 19:13:16 -04:00
Joey Hess
da9a6b7ece add back git-annex setup section 2013-05-22 19:10:23 -04:00
Joey Hess
80562725ee Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-22 19:09:58 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
fd7aa29fdc 2013-05-22 22:53:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
a6719cf3f2 2013-05-22 22:33:29 +00:00
Joey Hess
f6f9afedb1 update 2013-05-22 17:29:24 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
76b1e2fd5a 2013-05-22 21:27:30 +00:00
Joey Hess
edafc33714 tune up 2013-05-22 17:26:19 -04:00
Joey Hess
48eada7d56 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-22 17:24:30 -04:00
Joey Hess
94738975e7 blog for the day 2013-05-22 17:22:49 -04:00
Joey Hess
99324eac9a XMPP: Send pings and use them to detect when contact with the server is lost.
I noticed that when my modem hung up and redialed, my xmpp client was left
sending messages into the void. This will also handle any idle
disconnection issues.
2013-05-22 17:03:46 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
08328fe7b7 2013-05-22 20:42:13 +00:00
Øyvind A. Holm
df839c4894 future_proofing.mdwn: Typo fix
ceb73044-c317-11e2-8d8a-4e30acf53950
2013-05-22 21:42:25 +02:00
Joey Hess
c1f7774920 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-22 15:20:45 -04:00
http://yarikoptic.myopenid.com/
217999ce18 Added a comment: Re: compression -- storage and transfer 2013-05-22 19:17:33 +00:00
http://yarikoptic.myopenid.com/
81ea6db3e9 Added a comment: compression -- storage and transfer 2013-05-22 18:48:59 +00:00
http://yarikoptic.myopenid.com/
807f3dbc21 Added a comment: remotes costs 2013-05-22 18:33:11 +00:00
basak
2fb452012e Added a comment: Recovering from a clone 2013-05-22 18:32:05 +00:00
basak
4482105beb Added a comment 2013-05-22 18:10:32 +00:00
basak
712ec55776 2013-05-22 18:09:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
a496b3cad7 2013-05-22 17:46:14 +00:00
Joey Hess
c1e10d2241 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-22 13:10:16 -04:00
Joey Hess
2cf0e548bb todo 2013-05-22 10:40:49 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnmvJtM53ZX9h8OGQoU2t2OfGwrF7rxFX0
50d76f48af Added a comment: fixed 2013-05-22 14:37:05 +00:00
http://joeyh.name/
a7993fbb13 Added a comment 2013-05-22 14:30:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
bdd0d9c289 Added a comment: Remote costs 2013-05-22 14:15:03 +00:00
http://yarikoptic.myopenid.com/
0c2aeb19f7 Added a comment: How to establish local preference for (special) remotes 2013-05-22 14:06:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
933ba09f40 Added a comment: Link issue 2013-05-22 12:01:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawknOATcOkmzX4jKuET5Z2RsaFUNnLKnQsU
3433c47be3 2013-05-22 10:45:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmWg4VvDTer9f49Y3z-R0AH16P4d1ygotA
e5ea02b141 Added a comment: Hooks too 2013-05-22 10:40:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmWg4VvDTer9f49Y3z-R0AH16P4d1ygotA
d583eb6122 Added a comment 2013-05-22 09:53:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
b1b7958afc 2013-05-22 06:44:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
6cf55433b8 2013-05-22 06:40:33 +00:00
Richard Hartmann
6ee940ca7a Typos 2013-05-22 06:43:53 +02:00
http://joeyh.name/
ad39eb235a 2013-05-22 04:19:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
a0cef0d359 2013-05-22 00:18:56 +00:00
Joey Hess
20710d4c24 blog for the day 2013-05-21 19:35:35 -04:00
Joey Hess
5f1b99dd07 typo 2013-05-21 19:23:03 -04:00
Joey Hess
af9a5224f4 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-21 19:20:31 -04:00
Joey Hess
2dce874c77 hook special remote: Added combined hook program support. 2013-05-21 19:19:03 -04:00
Joey Hess
08c03b2af3 XMPP: Avoid redundant and unncessary pushes. Note that this breaks compatibility with previous versions of git-annex, which will refuse to accept any XMPP pushes from this version. 2013-05-21 18:24:29 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlTdxM39-zofCTehLcLYJ8D-xH8pa5DNGA
75f4dd564d 2013-05-21 21:01:00 +00:00
Joey Hess
700d5683a9 Merge branch 'master' into xmpp
Conflicts:
	debian/changelog
	doc/design/assistant/more_cloud_providers.mdwn
2013-05-21 15:54:47 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
203e12f6eb 2013-05-21 18:35:32 +00:00
Joey Hess
ba118749be update 2013-05-21 14:32:48 -04:00
Joey Hess
668e073829 fix link to windows autobuild 2013-05-21 14:28:12 -04:00
Joey Hess
84debab90d add news item for git-annex 4.20130521 2013-05-21 14:24:02 -04:00
Joey Hess
b88901a647 fix quotes 2013-05-21 13:32:01 -04:00
Joey Hess
ceb600d715 lift megaannex comment into tip, etc 2013-05-21 13:28:09 -04:00
Joey Hess
133a841335 Merge branch 'master' of ssh://git-annex.branchable.com into xmpp 2013-05-21 11:48:59 -04:00
Joey Hess
df3203ec62 flir 2013-05-21 08:23:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
b737bc0acd 2013-05-21 11:25:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
46435a88bd removed 2013-05-21 09:10:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
2fea486646 Added a comment: Usage of mega hook 2013-05-21 09:09:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
bb6ed6f6c1 Added a comment: Look what i made 2013-05-21 08:43:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawntVnR-Z5ghYInvsElbDeADPSuCsF18iTY
26b3822849 2013-05-21 08:22:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnu1NYw8UF-NoDbKu8YKVGxi8FoZLH7JPs
deb6acfaba Added a comment: Same error with Android 2013-05-21 02:15:26 +00:00
Joey Hess
230aed671f XMPP: Ignore duplicate messages received when pushing. 2013-05-20 21:58:59 -04:00
Joey Hess
69a1529c89 flickr 2013-05-20 19:22:22 -04:00
Joey Hess
a0885d7ce4 blog for the day 2013-05-20 18:49:37 -04:00
Joey Hess
5819b18b32 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-20 17:44:38 -04:00
Joey Hess
82d5750e24 close 2013-05-20 17:44:16 -04:00
http://joeyh.name/
4f176badc7 Added a comment 2013-05-20 21:43:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
572080b65d Added a comment 2013-05-20 19:59:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
13514ebf2d Added a comment 2013-05-20 19:52:30 +00:00
http://joeyh.name/
865eac2dc3 Added a comment 2013-05-20 17:46:09 +00:00
http://joeyh.name/
e9794fb6ca Added a comment 2013-05-20 16:22:18 +00:00
http://joeyh.name/
3090327bc0 Added a comment 2013-05-20 16:09:47 +00:00
http://edheil.wordpress.com/
ff8026f4f9 Added a comment 2013-05-20 16:08:14 +00:00
http://joeyh.name/
0866364a0b Added a comment 2013-05-20 16:06:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
ddd99d3296 Added a comment 2013-05-20 15:53:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
dc0d466570 Added a comment 2013-05-20 15:52:40 +00:00
213.138.67.85
c6f55c3a80 poll vote (/sdcard/annex) 2013-05-20 15:00:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
8af25edc8c Added a comment 2013-05-20 14:37:37 +00:00
http://edheil.wordpress.com/
c564e66e58 Added a comment 2013-05-20 13:57:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
29f30aa3b9 2013-05-20 12:40:55 +00:00
Joey Hess
ab4925d4aa Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-19 20:36:23 -04:00
http://joeyh.name/
455091fa7a add nntp remote page 2013-05-20 00:12:53 +00:00
Joey Hess
b5433c3a9d Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-19 18:26:15 -04:00
Joey Hess
2f8bfaea4e blog for the day 2013-05-19 18:20:48 -04:00
http://joeyh.name/
4186a6f40c Added a comment 2013-05-19 22:03:57 +00:00
Joey Hess
66fe5beac2 update 2013-05-19 18:03:38 -04:00
Joey Hess
d5ba9cb728 Allow building with gpg2. 2013-05-19 17:59:58 -04:00
Joey Hess
8688f08804 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-19 17:59:28 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o
97ca0eb516 removed 2013-05-19 21:57:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o
77d01941a4 Add note about no webapp in Raring 2013-05-19 21:57:27 +00:00
Joey Hess
29d8cc8b76 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-19 17:57:10 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o
1061eed106 Added a comment: Official Raring build also does not have the Assistant enabled 2013-05-19 21:52:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
0f4af3cbe7 Added a comment 2013-05-19 21:35:37 +00:00
Joey Hess
c552336621 idea 2013-05-19 17:29:20 -04:00
http://me.tinco.nl/
05dad9325d Added a comment 2013-05-19 21:24:48 +00:00
Joey Hess
7b2bb513a0 moreinfo 2013-05-19 17:24:13 -04:00
http://joeyh.name/
cf9c7f3153 Added a comment 2013-05-19 21:13:41 +00:00
http://joeyh.name/
7a2fba971b Added a comment 2013-05-19 21:09:54 +00:00
Joey Hess
db6ff0f688 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-19 16:58:57 -04:00
Joey Hess
3f2739086e close; was wrong password 2013-05-19 16:57:47 -04:00
http://joeyh.name/
f1d241a465 Added a comment 2013-05-19 20:56:25 +00:00
http://joeyh.name/
40a0f4c6e4 removed 2013-05-19 20:50:52 +00:00
http://joeyh.name/
20f5790cf3 Added a comment 2013-05-19 20:49:06 +00:00
http://me.tinco.nl/
3fb592fe7e Added a comment 2013-05-19 20:45:53 +00:00
Joey Hess
02a92f8066 move todo item that wasn't to the forum, with a better title 2013-05-19 16:45:08 -04:00
http://joeyh.name/
471927b767 Added a comment 2013-05-19 20:43:44 +00:00
http://joeyh.name/
bc46148517 Added a comment 2013-05-19 20:29:25 +00:00
http://joeyh.name/
9f14f054c7 Added a comment 2013-05-19 20:18:13 +00:00
http://joeyh.name/
b43d3dfbc2 Added a comment 2013-05-19 20:12:18 +00:00
Joey Hess
051ac16a55 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-19 16:08:44 -04:00
http://joeyh.name/
9de4cbfd86 Added a comment 2013-05-19 20:06:56 +00:00
tomas
268f20e49b Added a comment: Problems syncing with box.com 2013-05-19 19:56:09 +00:00
http://joeyh.name/
f761a854f3 Added a comment 2013-05-19 19:53:04 +00:00
Joey Hess
96923819e7 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-19 15:52:57 -04:00
http://joeyh.name/
59407ddc43 Added a comment 2013-05-19 19:46:14 +00:00
http://joeyh.name/
977bc4da51 Added a comment 2013-05-19 19:35:51 +00:00
http://me.tinco.nl/
95ff77ebef Added a comment 2013-05-19 19:27:03 +00:00
http://joeyh.name/
328c38d472 Added a comment 2013-05-19 19:12:59 +00:00
Joey Hess
6d7d5f1be9 close 2013-05-19 15:10:08 -04:00
http://joeyh.name/
3db2dceaa1 Added a comment 2013-05-19 18:50:07 +00:00
GLITTAH
63777dfb1b 2013-05-19 18:43:59 +00:00
GLITTAH
3460119a31 2013-05-19 18:41:34 +00:00
Joey Hess
7eb6af07b9 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-19 14:25:08 -04:00
Joey Hess
345ee4f37c Switch to MonadCatchIO-transformers for better handling of state while catching exceptions.
As seen in this bug report, the lifted exception handling using the StateT
monad throws away state changes when an action throws an exception.
http://git-annex.branchable.com/bugs/git_annex_fork_bombs_on_gpg_file/
  .. Which can result in cached values being redundantly calculated, or other
     possibly worse bugs when the annex state gets out of sync with reality.

This switches from a StateT AnnexState to a ReaderT (MVar AnnexState).
All changes to the state go via the MVar. So when an Annex action is
running inside an exception handler, and it makes some changes, they
immediately go into affect in the MVar. If it then throws an exception
(or even crashes its thread!), the state changes are still in effect.

The MonadCatchIO-transformers change is actually only incidental.
I could have kept on using lifted-base for the exception handling.
However, I'd have needed to write a new instance of MonadBaseControl
for the new monad.. and I didn't write the old instance.. I begged Bas
and he kindly sent it to me. Happily, MonadCatchIO-transformers is
able to derive a MonadCatchIO instance for my monad.

This is a deep level change. It passes the test suite! What could it break?

Well.. The most likely breakage would be to code that runs an Annex action
in an exception handler, and *wants* state changes to be thrown away.
Perhaps the state changes leaves the state inconsistent, or wrong. Since
there are relatively few places in git-annex that catch exceptions in the
Annex monad, and the AnnexState is generally just used to cache calculated
data, this is unlikely to be a problem.

Oh yeah, this change also makes Assistant.Types.ThreadedMonad a bit
redundant. It's now entirely possible to run concurrent Annex actions in
different threads, all sharing access to the same state! The ThreadedMonad
just adds some extra work on top of that, with its own MVar, and avoids
such actions possibly stepping on one-another's toes. I have not gotten
rid of it, but might try that later. Being able to run concurrent Annex
actions would simplify parts of the Assistant code.
2013-05-19 14:16:36 -04:00
http://joeyh.name/
4e082feb8c Added a comment 2013-05-19 16:39:45 +00:00
http://me.tinco.nl/
870a77fa26 Added a comment 2013-05-19 15:37:24 +00:00
http://me.tinco.nl/
300646eb6a Added a comment 2013-05-19 15:35:27 +00:00