index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Assistant
/
Threads
/
TransferWatcher.hs
Commit message (
Expand
)
Author
Age
*
update my email address and homepage url
Joey Hess
2015-01-21
*
annex.startupscan can be set to false to disable the assistant's startup scan.
Joey Hess
2014-03-05
*
linux upgrade code debugged and working
Joey Hess
2013-11-24
*
queue and start download of git-annex from web, using git-annex, when upgrade...
Joey Hess
2013-11-23
*
moved code out of webapp
Joey Hess
2013-10-26
*
hlint
Joey Hess
2013-10-02
*
more efficient uuid to remote lookup
Joey Hess
2013-04-02
*
let's put type modules under the parent module, not in a Types directory
Joey Hess
2013-03-10
*
add additional debug info about reasons for drops
Joey Hess
2013-03-01
*
add additional debug info about reasons for transfers
Joey Hess
2013-03-01
*
webapp: Now allows restarting any threads that crash.
Joey Hess
2013-01-26
*
whitespace fixes
Joey Hess
2012-12-13
*
webapp and assistant glacier support
Joey Hess
2012-11-24
*
where indentation
Joey Hess
2012-10-31
*
finished pushing Assistant monad into all relevant files
Joey Hess
2012-10-30
*
pushed Assistant monad down into DaemonStatus code
Joey Hess
2012-10-30
*
tweak
Joey Hess
2012-10-29
*
converted 2 more threads.. only 2 more to go
Joey Hess
2012-10-29
*
Assistant monad, stage 2.5
Joey Hess
2012-10-29
*
nasty race workaround
Joey Hess
2012-10-19
*
check and drop after uploads
Joey Hess
2012-10-18
*
check and drop unwanted content from remotes after receiving a transfer
Joey Hess
2012-10-18
*
fix display of transfers for remotes not in syncRemotes list
Joey Hess
2012-10-14
*
better variable name
Joey Hess
2012-10-14
*
use gitRepo
Joey Hess
2012-10-12
*
don't queue uploads for failed downloads
Joey Hess
2012-09-24
*
watch for changes to transfer info files, to update progress bars on upload
Joey Hess
2012-09-20
*
avoid sending uploads right back to where the download came from
Joey Hess
2012-09-18
*
when a Download finishes, queue Uploads
Joey Hess
2012-09-18
*
hlint
Joey Hess
2012-09-13
*
display errors when any named thread crashes
Joey Hess
2012-09-06
*
got alterTransferInfo and updateTransferInfo mixed up
Joey Hess
2012-08-29
*
avoid possibly re-adding a removed transfer when updating its info
Joey Hess
2012-08-28
*
look up Remote when a transfer appears
Joey Hess
2012-08-27
*
process group killing
Joey Hess
2012-08-10
*
move DaemonStatus manipulation out of the Annex monad to IO
Joey Hess
2012-07-28
*
debugging improvements
Joey Hess
2012-07-20
*
run file transfers in threads, not processes
Joey Hess
2012-07-18
*
add missing imports
Joey Hess
2012-07-18
*
bugfix
Joey Hess
2012-07-07
*
fix transfer slots blocking and refilling when transfers are stopped
Joey Hess
2012-07-06
*
wait on child transfer processes, and invalidate cache
Joey Hess
2012-07-06
*
fix
Joey Hess
2012-07-06
*
wrote transfer thread
Joey Hess
2012-07-05
*
add transfer watching thread
Joey Hess
2012-07-03