diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-16 18:14:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-16 18:14:26 -0400 |
commit | 373a90aa69eef415b1ec00740dce9f729f8c6b19 (patch) | |
tree | 268e674044c0f72852d320f2b84568c892d9d5a3 /doc/design | |
parent | 1c866d1e00523f346ad875908a11b6c93181915b (diff) | |
parent | b7d703fcbcb805ec1a451c384b73169b58240c26 (diff) |
Merge branch 'master' into webdav
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/blog/day_132__webdav_continued.mdwn | 22 | ||||
-rw-r--r-- | doc/design/assistant/polls/prioritizing_special_remotes.mdwn | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/doc/design/assistant/blog/day_132__webdav_continued.mdwn b/doc/design/assistant/blog/day_132__webdav_continued.mdwn new file mode 100644 index 000000000..075a5d8c4 --- /dev/null +++ b/doc/design/assistant/blog/day_132__webdav_continued.mdwn @@ -0,0 +1,22 @@ +Two releases of the Haskell DAV library today. First release had my changes +from yesterday. Then I realized I'd also need support for making WebDAV +"collections" (subdirectories), and sent Clint a patch for that too, as +well as a patch for querying DAV properties, and that was 0.2. +Got it into Debian unstable as well. Should have everything I'll need now. + +The webdav special remote is now working! Still todo: +Encryption support, progress bars, large file chunking, and webapp +configurators. But already, it's a lot nicer than the old approach of using +davfs2, which was really flakey and slow with large data volumes. + +I did notice, though, that uploading a 100 mb file made the process use 100 +mb of memory. This is a problem I've struggled with earlier with S3, the +Haskell http libraries are prevented from streaming data by several parts +of the protocol that cause the data to be accessed more than once. I guess +this won't be a problem for DAV though, since it'll probably be chunking +files anyway. + +--- + +Mailed out all my Kickstarter USB key rewards, and ordered +the T-shirts too. diff --git a/doc/design/assistant/polls/prioritizing_special_remotes.mdwn b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn index 142eca222..dbd24b53e 100644 --- a/doc/design/assistant/polls/prioritizing_special_remotes.mdwn +++ b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn @@ -6,7 +6,7 @@ locally paired systems, and remote servers with rsync. Help me prioritize my work: What special remote would you most like to use with the git-annex assistant? -[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier" 9 "Box.com" 62 "My phone (or MP3 player)" 15 "Tahoe-LAFS" 5 "OpenStack SWIFT" 23 "Google Drive"]] +[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier" 9 "Box.com" 62 "My phone (or MP3 player)" 15 "Tahoe-LAFS" 6 "OpenStack SWIFT" 23 "Google Drive"]] This poll is ordered with the options I consider easiest to build listed first. Mostly because git-annex already supports them and they |