Commit graph

9915 commits

Author SHA1 Message Date
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
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
Joey Hess
c709623ff8 prep release 2013-04-05 11:12:41 -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
Joey Hess
f1b0a4b404 Use lower case hash directories for storing files on crippled filesystems, same as is already done for bare repositories.
* since this is a crippled filesystem anyway, git-annex doesn't use
  symlinks on it
* so there's no reason to use the mixed case hash directories that we're
  stuck using to avoid breaking everyone's symlinks to the content
* so we can do what is already done for all bare repos, and make non-bare
  repos on crippled filesystems use the all-lower case hash directories
* which are, happily, all 3 letters long, so they cannot conflict with
  mixed case hash directories
* so I was able to 100% fix this and even resuming `git annex add` in the
  test case will recover and it will all just work.
2013-04-04 15:46:33 -04:00
Joey Hess
c20143ee32 catch exception when making fifo fails 2013-04-04 14:25:20 -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