https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
371bb3a671
2013-04-09 11:34:18 +00:00
robconnolly
e7b4e1e7e4
2013-04-09 09:08:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE
5e2fa650fd
Added a comment
2013-04-09 07:27:53 +00:00
http://joeyh.name/
139f9aad82
Added a comment
2013-04-09 03:36:29 +00:00
Joey Hess
6523b8a476
43 minute turnaround ;)
2013-04-08 23:34:46 -04:00
Joey Hess
d1b7107112
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-08 23:34:24 -04:00
Joey Hess
d440b6047b
Added annex.web-download-command setting.
2013-04-08 23:34:05 -04:00
andy
6e208ae8d8
Added a comment: I've just written a script that does this (with a Firefox download manager)
2013-04-09 02:51:26 +00:00
andy
5e8df360e2
2013-04-09 02:50:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
9f2546c6e0
Added a comment: Certificate storage
2013-04-09 00:43:13 +00:00
Xyem
0c5cdb2678
Added a comment
2013-04-08 22:06:35 +00:00
http://joeyh.name/
a89ed8616d
Added a comment
2013-04-08 21:16:33 +00:00
Joey Hess
77eb11bc9c
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-08 17:11:28 -04:00
Joey Hess
34e162681c
blog for the day
2013-04-08 17:10:55 -04:00
http://joeyh.name/
dc51d5810b
Added a comment
2013-04-08 19:11:33 +00:00
Joey Hess
4ba729461c
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-08 15:04:59 -04:00
Joey Hess
5e2e4347a3
webapp: New --listen= option allows running the webapp on one computer and connecting to it from another.
...
Does not yet use HTTPS. I'd need to generate a certificate, and I'm not
sure what's the best way to do that.
2013-04-08 15:04:35 -04:00
Xyem
0fd6f9191a
Added a comment
2013-04-08 18:25:49 +00:00
http://joeyh.name/
8bf58ca646
Added a comment
2013-04-08 17:23:24 +00:00
http://joeyh.name/
8d546c3e15
Added a comment
2013-04-08 17:17:54 +00:00
http://joeyh.name/
322f3ea359
Added a comment
2013-04-08 17:14:24 +00:00
EskildHustvedt
bd20b0f587
Added a comment
2013-04-08 07:41:39 +00:00
https://evandeaubl.startssl.com/
48079d5b48
2013-04-08 02:37:25 +00:00
https://svenne.dk/id/
70ba425099
2013-04-07 19:35:18 +00:00
95.34.185.74
b0c06c1eb7
poll vote (A build for te raspberry pi would be supercol!)
2013-04-07 08:36:35 +00:00
Joey Hess
5fe6c4d96b
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-06 19:37:10 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnq5niDqUBoGE7cQ8MDQKtGYIfYtg3_MvY
0d65ef1286
Added a comment
2013-04-06 23:03:37 +00:00
Joey Hess
1eb9892f2f
blog for the day
2013-04-06 18:42:45 -04:00
Joey Hess
99675ed6fa
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-06 18:30:09 -04:00
Joey Hess
84de4a14ad
better archive directory handling
...
Adjust preferred content expressions so that content in archive directories
is preferred until it has reached an archive or smallarchive repository.
2013-04-06 18:29:52 -04:00
Xyem
043c5f00dd
Added a comment
2013-04-06 21:50:18 +00:00
http://joeyh.name/
e98b4a3f55
Added a comment
2013-04-06 21:13:44 +00:00
GLITTAH
41c8b5ebb2
2013-04-06 21:08:07 +00:00
GLITTAH
34cf7b7eba
2013-04-06 21:03:09 +00:00
http://joeyh.name/
32b635848d
Added a comment
2013-04-06 20:59:10 +00:00
Joey Hess
0a77d4b716
fix link
2013-04-06 16:55:07 -04:00
modules
6aed4c576f
Added a comment
2013-04-06 20:49:22 +00:00
Joey Hess
8519a06ac4
link to gitannex-install
2013-04-06 16:23:30 -04:00
guilhem
00fc21bfec
Generate ciphers with a better entropy.
...
Unless highRandomQuality=false (or --fast) is set, use Libgcypt's
'GCRY_VERY_STRONG_RANDOM' level by default for cipher generation, like
it's done for OpenPGP key generation.
On the assistant side, the random quality is left to the old (lower)
level, in order not to scare the user with an enless page load due to
the blocking PRNG waiting for IO actions.
2013-04-06 16:09:51 -04:00
Joey Hess
602baae12e
Bugfix: Direct mode no longer repeatedly checksums duplicated files.
...
Fixed by storing a list of cached inodes for a key, instead of just one.
Backwards compatability note: An old git-annex version will fail to parse
an inode cache file that has been written by a new version, and has
multiple items. It will succees if just one. So old git-annexes will have
even worse behavior when there are duplicated files, if that is possible.
I don't think it will be a problem. (Famous last words.)
Also, note that it doesn't expire old and unused inode caches for a key.
It would be possible to add this if needed; just look through the
associated files for a key and if there are more cached inodes, throw out
any not corresponding to associated files. Unless a file is being copied
repeatedly and the old copy deleted, this lack of expiry should not be a
problem.
2013-04-06 16:07:25 -04:00
Joey Hess
54d7637b3a
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-06 15:36:46 -04:00
Joey Hess
144567b856
add an idea developed with liw
2013-04-06 15:36:17 -04:00
spwhitton
6eb7f4cba4
Added a comment
2013-04-06 19:06:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlUbH3eytydcwlWqv8oauE2Jg4NwcV9uA0
541ee5d806
Added a comment: me!
2013-04-06 18:22:31 +00:00
http://joeyh.name/
a35bd6e28b
Added a comment
2013-04-06 16:38:48 +00:00
http://joeyh.name/
6c4f47c836
Added a comment
2013-04-06 16:34:02 +00:00
http://joeyh.name/
c571641b73
Added a comment
2013-04-06 16:27:02 +00:00
Joey Hess
8385675efc
close
2013-04-06 12:23:46 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
0ff382d303
Added a comment: identical filename
2013-04-06 09:09:18 +00:00
http://joeyh.name/
f0306acc5e
Added a comment
2013-04-06 06:32:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
84fb58aaf0
Added a comment: deletions by mistake?
2013-04-06 04:58:09 +00:00
http://edheil.wordpress.com/
a764f3dbd5
Added a comment
2013-04-05 23:50:14 +00:00
Xyem
06312adebc
2013-04-05 23:09:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnq5niDqUBoGE7cQ8MDQKtGYIfYtg3_MvY
1fcaa08f7c
2013-04-05 21:55:10 +00:00
Joey Hess
3c1a4953c7
blog for the day
2013-04-05 16:42:05 -04:00
Joey Hess
367d9069bd
todo item for progress bars for downloads from encrypted remotes
2013-04-05 14:23:48 -04:00
Joey Hess
7aed263eb3
update for release
2013-04-05 14:16:35 -04:00
Joey Hess
7f05b1162f
add
2013-04-05 14:15:18 -04:00
Joey Hess
4b5248f0f2
add news item for git-annex 4.20130405
2013-04-05 12:25:22 -04:00
http://joeyh.name/
c3cf1e366e
Added a comment
2013-04-05 06:33:58 +00:00
http://joeyh.name/
6ff196e304
Added a comment
2013-04-05 02:31:08 +00:00
Joey Hess
085edc1be8
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-04 16:42:15 -04:00
Joey Hess
1491f12d62
blog for the day
2013-04-04 16:41:25 -04:00
http://joeyh.name/
cd430c53e4
Added a comment
2013-04-04 19:47:50 +00:00
Joey Hess
e87eb0db23
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-04 15:46:58 -04:00
http://danieroux.com/
d34eaff27b
Added a comment: Having difficulty recreating it
2013-04-04 17:53:57 +00:00
Joey Hess
bd5d664a0c
init: Probe whether the filesystem supports fifos, and if not, disable ssh connection caching.
2013-04-04 13:14:55 -04:00
Joey Hess
0a74f4931a
close
2013-04-04 12:35:40 -04:00
Joey Hess
403a72f477
close
2013-04-04 12:34:54 -04:00
http://joeyh.name/
8bfb1ff356
Added a comment
2013-04-04 16:10:40 +00:00
http://joeyh.name/
4bd93d2a78
Added a comment
2013-04-04 16:03:51 +00:00
Joey Hess
d92781dfac
close
2013-04-04 12:01:55 -04:00
Joey Hess
88ff3b0c4e
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-04 11:58:10 -04:00
141.30.61.141
2e7d03d387
poll vote (A build for te raspberry pi would be supercol!)
2013-04-04 13:39:28 +00:00
5.153.122.99
4159862adc
poll vote (I need a Windows port)
2013-04-04 07:40:36 +00:00
Joey Hess
251ad56982
close
2013-04-04 02:05:01 -04:00
Joey Hess
628637c633
thanks, LeastAuthority.com
2013-04-03 23:30:18 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmVICFY2CDP08xdsPr3cgmScomy9HA-1sk
9f9a4b498f
Added a comment
2013-04-04 00:33:19 +00:00
Joey Hess
eb2b9f9f3a
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-03 19:15:22 -04:00
Joey Hess
999a42f3be
update
2013-04-03 19:14:31 -04:00
96.32.108.109
62bd1e7420
poll vote (A build for te raspberry pi would be supercol!)
2013-04-03 17:29:57 +00:00
http://danieroux.com/
c51eccc041
2013-04-03 15:32:14 +00:00
http://danieroux.com/
d274b4cec0
2013-04-03 15:26:30 +00:00
http://danieroux.com/
4f2c535099
2013-04-03 15:24:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmu416zAYgYzbXVZAe30MiXoOWO4z6nGX8
2e66dbdb56
Added a comment: signal 11
2013-04-03 15:13:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn26WQjIP5fnMgQF_L_k3Q3UrR5v8mjRTY
26f2587d7b
Added a comment
2013-04-03 09:02:45 +00:00
modules
e8daaaef35
Added a comment
2013-04-03 07:45:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkaBh9VNJ-RZ26wJZ4BEhMN1IlPT-DK6JA
b38bad9aa8
Added a comment: Bup
2013-04-03 05:47:41 +00:00
Joey Hess
bcea51171a
close
2013-04-02 23:44:29 -04:00
http://joeyh.name/
d3c42f12b5
Added a comment
2013-04-03 03:42:40 +00:00
Joey Hess
a73de165f4
fix preferred content check for 1 semitrusted or better copy
...
Let's make semitrusted+:1 mean that, since it cannot be expressed easily
with the current syntax (could use (semitrusted:1 or trusted:1), but that
does not scale to higher values than 2 copy, and also fails if I add more
trust levels).
Thanks to Andy for spotting this bug by just reading my blog.
2013-04-02 23:40:13 -04:00
Joey Hess
b19bb77dd1
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-02 23:40:04 -04:00
Rasmus
3f6a160b3b
Added a comment
2013-04-03 00:45:05 +00:00
Joey Hess
c3895c05ca
amd64 autobuild
2013-04-02 20:08:05 -04:00
http://joeyh.name/
c8c2c4eb72
Added a comment
2013-04-02 23:39:48 +00:00
Rasmus
e9c48d12af
Added a comment
2013-04-02 23:25:45 +00:00
andy
45ea1aac92
Added a comment: Just wondering what I'm missing...
2013-04-02 21:43:33 +00:00
http://joeyh.name/
4d0af59f4c
Added a comment
2013-04-02 21:36:50 +00:00
Joey Hess
08407149d0
add link to new page
2013-04-02 17:36:12 -04:00
http://joeyh.name/
b98d550039
Added a comment
2013-04-02 21:34:50 +00:00