Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | move other comments | Joey Hess | 2011-05-15 |
| | |||
* | move conversation to a real bug report | Joey Hess | 2011-05-15 |
| | |||
* | Merge remote-tracking branch 'branchable/master' | Joey Hess | 2011-05-14 |
|\ | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-05-14 |
| | | |||
* | | Merge remote-tracking branch 'branchable/master' | Joey Hess | 2011-05-14 |
|\| | |||
* | | close | Joey Hess | 2011-05-14 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-05-14 |
| | | |||
* | | typo | Joey Hess | 2011-05-14 |
|/ | |||
* | Work around a bug in Network.URI's handling of bracketed ipv6 addresses. | Joey Hess | 2011-05-06 |
| | |||
* | Add sign-off | https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I | 2011-05-06 |
| | |||
* | Initial commit | https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I | 2011-05-05 |
| | |||
* | tweak | Joey Hess | 2011-04-28 |
| | |||
* | closing bug | Joey Hess | 2011-04-28 |
| | | | | my explanation seems to have sufficed | ||
* | Avoid crashing when an existing key is readded to the annex. | Joey Hess | 2011-04-28 |
| | |||
* | root caused | Joey Hess | 2011-04-21 |
| | |||
* | update on S3 memory leaks | Joey Hess | 2011-04-21 |
| | | | | | | | 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.) | ||
* | fix S3 upload buffering problem | Joey Hess | 2011-04-21 |
| | | | | Provide file size to new version of hS3. | ||
* | update | Joey Hess | 2011-04-21 |
| | |||
* | heard from hS3 author | Joey Hess | 2011-04-19 |
| | |||
* | update on memory leak | Joey Hess | 2011-04-19 |
| | | | | | 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. | ||
* | update | Joey Hess | 2011-04-19 |
| | |||
* | Fix stalls in S3 when transferring encrypted data. | Joey Hess | 2011-04-19 |
| | | | | | | | | | | | | | | | | | | | 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. | ||
* | bug | Joey Hess | 2011-04-19 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-17 |
| | |||
* | use different parts of cipher for hmac and gpg | Joey Hess | 2011-04-17 |
| | | | | | | | 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. | ||
* | analized and closed | Joey Hess | 2011-04-13 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-09 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-09 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-04-09 |
| | |||
* | move wishlists to todo | Joey Hess | 2011-04-09 |
| | |||
* | rainy day bug maintenance | Joey Hess | 2011-04-09 |
| | | | | Sitting on the porch, enjoying a thunderstorm, what else to do? | ||
* | forwarded | Joey Hess | 2011-04-09 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-08 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-04-08 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ | 2011-04-08 |
| | |||
* | Comment moderation | http://joey.kitenet.net/ | 2011-04-07 |
| | |||
* | Added a comment: Reported the issue to GHC | http://fraggod.pip.verisignlabs.com.pip.verisignlabs.com/ | 2011-04-07 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-04-04 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-04-04 |
| | |||
* | Added a comment: Exporting to a FAT filesystem? | fmarier | 2011-04-04 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-04-03 |
| | |||
* | Added a comment | gernot | 2011-04-03 |
| | |||
* | Merge remote-tracking branch 'branchable/master' | Joey Hess | 2011-04-03 |
|\ | |||
* | | encryption design document | Joey Hess | 2011-04-03 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-04-03 |
|/ | |||
* | close | Joey Hess | 2011-04-03 |
| | |||
* | close | Joey Hess | 2011-04-03 |
| | |||
* | Clear up short option confusion between --from and --force (-f is now ↵ | Joey Hess | 2011-04-03 |
| | | | | --from, and there is no short option for --force). | ||
* | Added a comment | http://joey.kitenet.net/ | 2011-04-03 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus | 2011-04-03 |
| |