summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* filter out --delete rsync optionGravatar Joey Hess2011-04-27
| | | | rsync does not have a --no-delete, so do it this way instead
* rsync special remoteGravatar Joey Hess2011-04-27
| | | | | | | | | Fully tested and working, including resuming and encryption. (Though not resuming when sending *with* encryption; gpg doesn't produce identical output each time.) Uses same layout as the directory special remote and the .git/annex/objects/ directory.
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-04-27
|\
* | drastically simplify instructions for debian stable :)Gravatar Joey Hess2011-04-27
| |
| * sftp backend?Gravatar http://christian.amsuess.com/chrysn2011-04-27
|/
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-04-26
|\
| * Added a commentGravatar http://joey.kitenet.net/2011-04-26
| |
* | typoGravatar Joey Hess2011-04-26
| |
| * Added a commentGravatar gernot2011-04-26
|/
* updateGravatar Joey Hess2011-04-26
|
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-04-26
|\
* | update instructions for stableGravatar Joey Hess2011-04-26
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-04-26
| |
* | Revert "Use haskell Crypto library instead of haskell SHA library.a"Gravatar Joey Hess2011-04-26
|/ | | | | | | | | This reverts commit 892593c5efacbc084d19af4b5d7164ededaea7ff. Conflicts: Crypto.hs debian/control
* (no commit message)Gravatar gernot2011-04-26
|
* add news item for git-annex 0.20110425Gravatar Joey Hess2011-04-25
|
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-04-25
|\
| * Added a commentGravatar gernot2011-04-24
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo2011-04-23
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-04-23
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-04-23
| |
| * (no commit message)Gravatar gernot2011-04-23
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-22
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo2011-04-22
| |
* | Use haskell Crypto library instead of haskell SHA library.aGravatar Joey Hess2011-04-21
|/ | | | Since hS3 needs Crypto anyway, this actually reduces dependencies.
* add news item for git-annex 0.20110420Gravatar Joey Hess2011-04-21
|
* 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
|
* removedGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-20
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-20
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-20
|
* add news item for git-annex 0.20110419Gravatar Joey Hess2011-04-19
|
* heard from hS3 authorGravatar Joey Hess2011-04-19
|
* Merge remote-tracking branch 'branchable/master'Gravatar 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.
| * Added a commentGravatar http://joey.kitenet.net/2011-04-19
|/
* 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
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-17
|
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-04-17
|\
* | initremote: show gpg keysGravatar Joey Hess2011-04-17
| |
| * (no commit message)Gravatar praet2011-04-17
| |
| * (no commit message)Gravatar praet2011-04-17
| |
| * (no commit message)Gravatar praet2011-04-17
| |
* | Add missing build dep on dataenc.Gravatar Joey Hess2011-04-17
|/
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-04-17
|\
* | add news item for git-annex 0.20110417Gravatar Joey Hess2011-04-17
| |