Commit graph

904 commits

Author SHA1 Message Date
Joey Hess
936ad63cf4 heard from hS3 author 2011-04-19 17:56:56 -04:00
Joey Hess
2b742dcd78 Merge remote-tracking branch 'branchable/master' 2011-04-19 16:32:33 -04:00
Joey Hess
4837176897 update on memory leak
Finished applying to S3 the change that fixed the memory leak in bup, but
it didn't seem to help S3.. with encryption it still grows to 2x file size.
2011-04-19 16:31:35 -04:00
http://joey.kitenet.net/
ef6d265af4 Added a comment 2011-04-19 20:13:10 +00:00
Joey Hess
030c7a056b update 2011-04-19 16:03:27 -04:00
Joey Hess
a441e08da1 Fix stalls in S3 when transferring encrypted data.
Stalls were caused by code that did approximatly:

content' <- liftIO $ withEncryptedContent cipher content return
store content'

The return evaluated without actually reading content from S3,
and so the cleanup code began waiting on gpg to exit before
gpg could send all its data.

Fixing it involved moving the `store` type action into the IO monad:

liftIO $ withEncryptedContent cipher content store

Which was a bit of a pain to do, thank you type system, but
avoids the problem as now the whole content is consumed, and
stored, before cleanup.
2011-04-19 14:45:19 -04:00
Joey Hess
1687fecd33 bug 2011-04-19 13:45:32 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
684ad74710 Added a comment 2011-04-17 23:46:38 +00:00
Joey Hess
6c238922f0 Merge remote-tracking branch 'branchable/master' 2011-04-17 18:18:55 -04:00
Joey Hess
86f7feb278 initremote: show gpg keys 2011-04-17 18:18:27 -04:00
praet
0c856a9925 2011-04-17 20:29:34 +00:00
praet
f5845ce97b 2011-04-17 20:26:56 +00:00
praet
1d94323318 2011-04-17 20:22:24 +00:00
Joey Hess
a91a51fc03 Add missing build dep on dataenc. 2011-04-17 14:41:24 -04:00
Joey Hess
e8a94d914b Merge remote-tracking branch 'branchable/master' 2011-04-17 12:45:13 -04:00
Joey Hess
8e53d0032e add news item for git-annex 0.20110417 2011-04-17 12:44:29 -04:00
Joey Hess
dd207994bc reword again
On second thought, "unlocking" is confusable with git-annex unlock.
2011-04-17 12:36:12 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
db348896c3 2011-04-17 16:02:22 +00:00
Joey Hess
416c5e38e7 link 2011-04-17 11:45:34 -04:00
Joey Hess
dcbe94b3a5 layout 2011-04-17 11:44:32 -04:00
Joey Hess
e2a3b69195 Merge remote-tracking branch 'branchable/master' 2011-04-17 11:42:31 -04:00
Joey Hess
d93e2f52c3 update 2011-04-17 11:41:52 -04:00
Joey Hess
808040d72a update to mention encryption 2011-04-17 11:38:28 -04:00
Joey Hess
f486768b16 tweak wording 2011-04-17 11:31:56 -04:00
Joey Hess
83423211a2 design wrapup 2011-04-17 11:27:24 -04:00
Joey Hess
3d2a0f68b5 note 2011-04-17 11:08:11 -04:00
Joey Hess
4d136e1ef5 use different parts of cipher for hmac and gpg
Per bugs/S3_bucket_uses_the_same_key_for_encryption_and_hashing

It may be paranoid to worry about the cipher being recovered
from hmac keys, but yes.. let's be paranoid.
2011-04-17 01:36:22 -04:00
Joey Hess
d828988415 proper encrypted keys
For HMAC, using the Data.Digest.Pure.SHA library. I have been avoiding
this library for checksumming generally, since it's (probably) not
as fast as external utilities, but it's fine to use it for HMAC.
2011-04-16 23:02:09 -04:00
Joey Hess
d2e74efdb2 document encryption 2011-04-16 19:35:02 -04:00
Joey Hess
1247bfeaa7 gpg recommended 2011-04-16 19:13:05 -04:00
Joey Hess
5efd413270 add encryption support to directory special remotes 2011-04-16 16:29:28 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
467020e560 2011-04-15 19:40:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
452c63035a Added a comment 2011-04-15 19:32:09 +00:00
Joey Hess
f7018e47e4 typo 2011-04-15 15:09:30 -04:00
Joey Hess
7b9f799a77 Merge remote-tracking branch 'branchable/master' 2011-04-14 11:18:59 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ
35a4039166 Added a comment 2011-04-14 11:25:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
a9ecebedf1 2011-04-13 22:38:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
268f2dc710 2011-04-13 22:21:47 +00:00
Joey Hess
279a8549fc analized and closed 2011-04-13 16:00:17 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
da05f77f7a Added a comment 2011-04-13 17:53:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
1880563b02 Added a comment 2011-04-09 23:45:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
29022a4143 2011-04-09 23:43:15 +00:00
http://joey.kitenet.net/
74e877357d Added a comment 2011-04-09 20:11:59 +00:00
Joey Hess
ad7f87880e move wishlists to todo 2011-04-09 16:12:32 -04:00
Joey Hess
de14252f78 rainy day bug maintenance
Sitting on the porch, enjoying a thunderstorm, what else to do?
2011-04-09 16:08:07 -04:00
Joey Hess
c4bdc59da0 forwarded 2011-04-09 16:04:12 -04:00
Joey Hess
dbea472f06 update 2011-04-09 15:57:45 -04:00
Joey Hess
2a1c6b6c9f Merge remote-tracking branch 'branchable/master' 2011-04-09 15:41:42 -04:00
Joey Hess
ede234136b bup and git-annex-shell
Looked at having git-annex shell support running bup server..
Then looked at how bup runs bup server over ssh, and fled away, screaming..
2011-04-09 14:40:14 -04:00
Joey Hess
1e7ad2ee7c reformat to work around man page conversion bugs 2011-04-09 14:15:38 -04:00