Commit graph

7378 commits

Author SHA1 Message Date
Joey Hess
2afca7a8f6 blog for the da 2013-05-27 18:18:20 -04:00
http://joeyh.name/
152c1aab39 Added a comment 2013-05-27 18:35:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM
ad9ba6fc97 Added a comment 2013-05-27 18:13:43 +00:00
http://joeyh.name/
a9a7d14457 Added a comment 2013-05-27 15:31:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o
51280d3fee 2013-05-27 11:04:44 +00:00
http://sam.mingolelli.pip.verisignlabs.com/
55475186a9 initial add 2013-05-27 09:06:53 +00:00
79.207.25.10
2928fdb466 poll vote (/sdcard/annex) 2013-05-27 06:39:56 +00:00
http://joeyh.name/
d4bf0c3d0b Added a comment 2013-05-27 05:03:05 +00:00
http://edheil.wordpress.com/
73147c497a Added a comment 2013-05-27 01:57:25 +00:00
http://joeyh.name/
b1d8cf2da4 Added a comment 2013-05-27 01:48:43 +00:00
http://tiker.net/openid/
dfdabe001e 2013-05-27 01:41:39 +00:00
http://edheil.wordpress.com/
ec8ea4e7f1 2013-05-27 01:24:25 +00:00
Joey Hess
18b92f97fe blog for the 1/2 day 2013-05-26 18:42:50 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
a729fe7401 2013-05-26 19:50:45 +00:00
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