Commit graph

9841 commits

Author SHA1 Message Date
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
Joey Hess
740ec66dcf webapp: When a repository's group is changed, rescan for transfers. 2013-04-08 16:45:12 -04:00
Joey Hess
c9e4c218a6 fix invalidating the preferred content cache when changing a group
The ConfigMonitor already did this, but groups can also be changed by eg,
the webapp UI, so need to do it at this deeper level.
2013-04-08 16:43:06 -04:00
Joey Hess
1f1cddbaa7 syncNewRemote is not only used for new remotes; rename to syncRemote 2013-04-08 15:43:43 -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
Joey Hess
c80968c3dd Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-08 13:11:11 -04: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
Joey Hess
1112628cdf Avoid using runghc when building the Debian package, as that needs ghci. 2013-04-07 17:15:58 -04: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
Joey Hess
c511eb048f changelog & minor style fixes 2013-04-06 16:14:57 -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