summaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-05-16
|
* add a message in potenatially confusing copy --fast failure situationGravatar Joey Hess2011-05-16
|
* mehGravatar Joey Hess2011-05-15
|
* move other commentsGravatar Joey Hess2011-05-15
|
* move conversation to a real bug reportGravatar Joey Hess2011-05-15
|
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-05-14
|\
| * Added a commentGravatar http://joey.kitenet.net/2011-05-14
| |
* | Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-05-14
|\|
* | closeGravatar Joey Hess2011-05-14
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-05-14
| |
* | typoGravatar Joey Hess2011-05-14
|/
* Work around a bug in Network.URI's handling of bracketed ipv6 addresses.Gravatar Joey Hess2011-05-06
|
* Add sign-offGravatar https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I2011-05-06
|
* Initial commitGravatar https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I2011-05-05
|
* tweakGravatar Joey Hess2011-04-28
|
* closing bugGravatar Joey Hess2011-04-28
| | | | my explanation seems to have sufficed
* Avoid crashing when an existing key is readded to the annex.Gravatar Joey Hess2011-04-28
|
* root causedGravatar Joey Hess2011-04-21
|
* update on S3 memory leaksGravatar Joey Hess2011-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 problemGravatar Joey Hess2011-04-21
| | | | Provide file size to new version of hS3.
* updateGravatar Joey Hess2011-04-21
|
* heard from hS3 authorGravatar Joey Hess2011-04-19
|
* update on memory leakGravatar Joey Hess2011-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.
* updateGravatar Joey Hess2011-04-19
|
* Fix stalls in S3 when transferring encrypted data.Gravatar Joey Hess2011-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.
* bugGravatar Joey Hess2011-04-19
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-17
|
* use different parts of cipher for hmac and gpgGravatar Joey Hess2011-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 closedGravatar Joey Hess2011-04-13
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-09
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-09
|
* Added a commentGravatar http://joey.kitenet.net/2011-04-09
|
* move wishlists to todoGravatar Joey Hess2011-04-09
|
* rainy day bug maintenanceGravatar Joey Hess2011-04-09
| | | | Sitting on the porch, enjoying a thunderstorm, what else to do?
* forwardedGravatar Joey Hess2011-04-09
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-08
|
* Added a commentGravatar http://joey.kitenet.net/2011-04-08
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ2011-04-08
|
* Comment moderationGravatar http://joey.kitenet.net/2011-04-07
|
* Added a comment: Reported the issue to GHCGravatar http://fraggod.pip.verisignlabs.com.pip.verisignlabs.com/2011-04-07
|
* Added a commentGravatar http://joey.kitenet.net/2011-04-04
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-04
|
* Added a comment: Exporting to a FAT filesystem?Gravatar fmarier2011-04-04
|
* Added a commentGravatar http://joey.kitenet.net/2011-04-03
|
* Added a commentGravatar gernot2011-04-03
|
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-04-03
|\
* | encryption design documentGravatar Joey Hess2011-04-03
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-04-03
|/
* closeGravatar Joey Hess2011-04-03
|
* closeGravatar Joey Hess2011-04-03
|