Joey Hess
6e95521b85
tweak
2011-04-28 20:47:36 -04:00
Joey Hess
8fcac59852
closing bug
...
my explanation seems to have sufficed
2011-04-28 20:44:08 -04:00
Joey Hess
eef3f634e9
Avoid crashing when an existing key is readded to the annex.
2011-04-28 20:41:40 -04:00
Joey Hess
dda812583f
root caused
2011-04-21 12:13:17 -04:00
Joey Hess
2467c56771
update on S3 memory leaks
...
The remaining leaks are in hS3. The leak with encryption was worked around
by the use of the temp file. (And was probably originally caused by
gpgCipherHandle sparking a thread which kept a reference to the start
of the byte string.)
2011-04-21 11:06:29 -04:00
Joey Hess
6fcd3e1ef7
fix S3 upload buffering problem
...
Provide file size to new version of hS3.
2011-04-21 10:33:17 -04:00
Joey Hess
e3651b1285
update
2011-04-21 01:51:15 -04:00
Joey Hess
936ad63cf4
heard from hS3 author
2011-04-19 17:56:56 -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
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
db348896c3
2011-04-17 16:02:22 +00: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
279a8549fc
analized and closed
2011-04-13 16:00:17 -04: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
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
bed6cc80b9
Added a comment
2011-04-08 22:02:41 +00:00
http://joey.kitenet.net/
72e6bed8ba
Added a comment
2011-04-08 17:14:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ
784f47d282
2011-04-08 12:19:05 +00:00
http://joey.kitenet.net/
17e974d32d
Comment moderation
2011-04-07 18:13:46 +00:00
http://fraggod.pip.verisignlabs.com.pip.verisignlabs.com/
7634f92e83
Added a comment: Reported the issue to GHC
2011-04-07 13:44:38 +00:00
http://joey.kitenet.net/
8528a39f77
Added a comment
2011-04-04 18:20:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
8527643324
2011-04-04 10:19:02 +00:00
fmarier
81ae895aeb
Added a comment: Exporting to a FAT filesystem?
2011-04-04 07:40:43 +00:00
http://joey.kitenet.net/
6fd8efbc3c
Added a comment
2011-04-03 19:53:44 +00:00
gernot
fef63846b9
Added a comment
2011-04-03 19:46:17 +00:00
Joey Hess
7630cf4f84
Merge remote-tracking branch 'branchable/master'
2011-04-03 14:35:30 -04:00
Joey Hess
83acc9ba52
encryption design document
2011-04-03 14:34:00 -04:00
http://joey.kitenet.net/
3c0835e542
Added a comment
2011-04-03 16:53:51 +00:00
Joey Hess
ee313074ed
close
2011-04-03 12:27:13 -04:00
Joey Hess
c93ce86b00
close
2011-04-03 12:21:41 -04:00
Joey Hess
216ad1a4d3
Clear up short option confusion between --from and --force (-f is now --from, and there is no short option for --force).
2011-04-03 12:18:38 -04:00
http://joey.kitenet.net/
c90344908d
Added a comment
2011-04-03 16:06:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
58493c064b
Added a comment
2011-04-03 16:05:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
862df8aa21
Added a comment
2011-04-03 16:02:33 +00:00
gernot
5f3385ce3b
Added a comment
2011-04-03 15:41:01 +00:00
gernot
7ee30bd1ac
Added a comment
2011-04-03 15:35:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
0e0341ff02
Added a comment
2011-04-03 09:00:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
4881a1833a
Added a comment
2011-04-03 08:56:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
c737e86b62
Added a comment
2011-04-03 08:55:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
529393a9e2
Added a comment
2011-04-03 08:24:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
d204b882af
2011-04-03 08:23:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
ed40974ed9
Added a comment
2011-04-03 07:43:37 +00:00
http://fraggod.pip.verisignlabs.com.pip.verisignlabs.com/
263524e2c4
Added a comment
2011-04-03 06:57:02 +00:00
http://fraggod.pip.verisignlabs.com.pip.verisignlabs.com/
702ab4b008
Added a comment: Bisect results
2011-04-03 06:22:16 +00:00
http://fraggod.pip.verisignlabs.com.pip.verisignlabs.com/
38598e6f23
Added a comment: Bisect it is, then
2011-04-03 04:45:50 +00:00
Joey Hess
757a465b53
analysis
2011-04-02 22:55:57 -04:00
http://joey.kitenet.net/
31912a9b3b
Added a comment
2011-04-03 02:26:20 +00:00
http://joey.kitenet.net/
192e988a44
Added a comment
2011-04-03 01:46:16 +00:00
http://joey.kitenet.net/
9026289e9a
Added a comment
2011-04-03 01:40:50 +00:00
http://joey.kitenet.net/
dd64c46804
Added a comment
2011-04-03 01:37:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
a31fb09eaf
2011-04-03 00:50:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
5eaa90ab35
2011-04-03 00:36:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
6c32080439
2011-04-03 00:27:30 +00:00
gernot
d1b1804750
2011-04-02 20:54:43 +00:00
http://fraggod.pip.verisignlabs.com.pip.verisignlabs.com/
c4b3081f7c
2011-04-02 19:11:11 +00:00
http://joey.kitenet.net/
ba423c5c0b
Added a comment
2011-04-02 17:58:24 +00:00
http://joey.kitenet.net/
623a071fdb
Added a comment
2011-04-02 17:53:58 +00:00
Joey Hess
dd5591781d
fixed
2011-04-01 12:35:02 -04:00
http://joey.kitenet.net/
5a6c69c838
Added a comment
2011-04-01 16:11:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
2f814eb0be
2011-04-01 10:47:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
f003603e8c
2011-04-01 10:46:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
ee3be251a6
Added a comment
2011-03-31 21:32:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
ff97607879
2011-03-31 20:25:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
2fb7eb1e62
rename bugs/softlink_atime.mdwn to bugs/softlink_mtime.mdwn
2011-03-31 20:12:09 +00:00
Joey Hess
a76d1cda91
update
2011-03-31 15:40:08 -04:00
http://joey.kitenet.net/
a7680717f6
Added a comment
2011-03-31 19:32:25 +00:00
http://joey.kitenet.net/
ad2b8759df
2011-03-31 19:30:30 +00:00
http://joey.kitenet.net/
d512a86da9
Added a comment
2011-03-31 19:28:02 +00:00
http://joey.kitenet.net/
0455076c7e
Added a comment
2011-03-31 19:08:01 +00:00
http://joey.kitenet.net/
95f5247ee6
Added a comment
2011-03-31 18:02:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
07070e6dd9
Added a comment
2011-03-30 19:02:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
8f47b38dbc
Added a comment
2011-03-30 18:59:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
b7a48de304
Added a comment
2011-03-30 18:20:57 +00:00
http://joey.kitenet.net/
30801372e2
Added a comment
2011-03-30 18:15:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
564d013628
Added a comment
2011-03-30 17:01:41 +00:00
http://joey.kitenet.net/
8e32c3a596
Added a comment
2011-03-30 14:32:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
ee84c75de0
2011-03-30 10:37:27 +00:00
Joey Hess
3b2cbf2104
Merge remote-tracking branch 'branchable/master'
2011-03-28 16:19:45 -04:00
Joey Hess
0956f0dd15
fsck: Ensure that files and directories in .git/annex/objects have proper permissions.
2011-03-28 16:19:20 -04:00
http://joey.kitenet.net/
0cb63c0737
Comment moderation
2011-03-28 16:57:50 +00:00
Joey Hess
cf99575d74
update
2011-03-28 12:09:47 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
8a20d0d744
Added a comment
2011-03-28 15:51:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
06342e0169
Added a comment
2011-03-28 15:44:56 +00:00
Joey Hess
dd4004c43b
wording
2011-03-28 11:28:34 -04:00
http://joey.kitenet.net/
70d4df79ee
Added a comment
2011-03-28 15:25:18 +00:00
admin
3b3a60dfab
Merge branch 'master' of /home/b-git-annex/source
2011-03-28 15:15:16 +00:00
Joey Hess
8db6b4f655
response
2011-03-28 11:16:36 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
b6d40c119a
Added a comment
2011-03-28 15:13:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
fc363b9ca3
2011-03-28 14:44:26 +00:00
Joey Hess
4894dd8b86
Merge remote-tracking branch 'branchable/master'
2011-03-28 09:28:59 -04:00
Joey Hess
016eea0280
Bugfix: Keys could be received into v1 annexes from v2 annexes, via v1 git-annex-shell. This results in some oddly named keys in the v1 annex. Recognise and fix those keys when upgrading, instead of crashing.
2011-03-28 09:27:28 -04:00
Joey Hess
9d86d02b3d
update
2011-03-28 08:55:00 -04:00
Joey Hess
d2ed1b3a99
second thought
2011-03-28 08:52:42 -04:00
Joey Hess
02601c6b9f
analysis; workaround
2011-03-28 08:41:23 -04:00