summaryrefslogtreecommitdiff
path: root/doc/design/assistant/blog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-08 18:06:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-08 18:07:44 -0400
commit521636a60a29ce5138bd21d4e26980ac0129b33e (patch)
treeec66cf816fa4ee9240fe16cf7eb078560ffb0d18 /doc/design/assistant/blog
parent7f36f6686ad312b11c267469420a38361bd1a1c3 (diff)
blog for the day
Diffstat (limited to 'doc/design/assistant/blog')
-rw-r--r--doc/design/assistant/blog/day_56__transfer_control,mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_56__transfer_control,mdwn b/doc/design/assistant/blog/day_56__transfer_control,mdwn
new file mode 100644
index 000000000..1ce926897
--- /dev/null
+++ b/doc/design/assistant/blog/day_56__transfer_control,mdwn
@@ -0,0 +1,8 @@
+A bit under the weather, but got into building buttons to control running
+and queued transfers today. The html and javascript side is done, with
+each transfer now having a cancel button, as well as a pause/start button.
+
+Canceling queued transfers works. Canceling running transfers will
+need some more work, because killing a thread doesn't kill the processes
+being run by that thread. So I'll have to make the assistant run separate
+git-annex processes for transfers, that can be individually sent signals.