summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-19 22:26:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-19 22:26:24 -0400
commitcba848b472a4ac323693b44fcef9ddbbe535c929 (patch)
tree3136330f52e7d9d3dad5cf0ca7b61db1693f8ee0
parent06f4a2481977fbc7b1297a71551217197c9eb939 (diff)
blog for the day
-rw-r--r--doc/design/assistant/blog/day_136__misc.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_136__misc.mdwn b/doc/design/assistant/blog/day_136__misc.mdwn
new file mode 100644
index 000000000..5a14156d5
--- /dev/null
+++ b/doc/design/assistant/blog/day_136__misc.mdwn
@@ -0,0 +1,14 @@
+Changed how the directory and webdav special remotes store content.
+The new method uses less system calls, is more robust, and leaves any
+partially transferred key content in a single tmp directory, which
+will make it easier to clean that out later.
+
+Also found & fixed a cute bug in the directory special remote when the
+chunksize is set to a smaller value than the ByteString chunk size, that
+caused it to loop forever creating empty files.
+
+----
+
+Added an embedcreds=yes option when setting up special remotes.
+Will put UI for it into the webapp later, but rather than work on that
+tomorrow, I plan to work on glacier.