git-annex/Assistant/WebApp
Joey Hess d5e06e7b89 fork off git-annex copy for transfers
This doesn't quite work, because canceling a transfer sends a signal
to git-annex, but not to rsync (etc).

Looked at making git-annex run in its own process group, which could then
be killed, and would kill child processes. But, rsync checks if it's
process group is the foreground process group and doesn't show progress if
not, and when git has run git-annex, if git-annex makes a new process
group, that is not the case. Also, if git has run git-annex, ctrl-c
wouldn't be propigated to it if it made a new process group.

So this seems like a blind alley, but recording it here just in case.
2012-08-10 14:14:08 -04:00
..
Configurators.hs merge two repository screens into one 2012-08-05 19:55:06 -04:00
DashBoard.hs fork off git-annex copy for transfers 2012-08-10 14:14:08 -04:00
Documentation.hs improved config 2012-08-03 20:40:34 -04:00
Notifications.hs reorg templates 2012-07-31 01:24:49 -04:00
routes add routes to pause/start/cancel transfers 2012-08-08 16:20:24 -04:00
SideBar.hs factor out onclick javascript 2012-08-08 17:07:38 -04:00