summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-06 18:33:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-06 18:33:20 -0400
commite4d156ba4402a7cb7a5947fb74d35e3316fd87a0 (patch)
treead872b22b0c526b00a3e53815b94f5ae8f54845b /doc
parent249be1b18534a7ce3154c047b566009c2444b2db (diff)
devblog
Diffstat (limited to 'doc')
-rw-r--r--doc/devblog/day_211__conversion_complete.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/devblog/day_211__conversion_complete.mdwn b/doc/devblog/day_211__conversion_complete.mdwn
new file mode 100644
index 000000000..5e172fae1
--- /dev/null
+++ b/doc/devblog/day_211__conversion_complete.mdwn
@@ -0,0 +1,12 @@
+Converted the webdav special remote to the new API.
+All done with converting everything now!
+
+I also updated the new API to support doing things like
+reusing the same http connection when removing and checking
+the presence of chunks.
+
+I've been working on improving the haskell DAV library, in a
+number of ways that will let me improve the webdav special remote.
+Including making changes that will let me do connection caching, and
+improving its API to support streaming content without buffering a whole
+file in memory.