index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Assistant
/
TransferQueue.hs
Commit message (
Expand
)
Author
Age
*
update my email address and homepage url
Joey Hess
2015-01-21
*
fix some mixed space+tab indentation
Joey Hess
2014-10-09
*
try to drop unused object if it does not need to be transferred anywhere
Joey Hess
2014-01-23
*
fix transfers of key with no associated file
Joey Hess
2014-01-23
*
assistant unused file handling
Joey Hess
2014-01-22
*
revert use of Data.Map.Strict
Joey Hess
2014-01-07
*
assistant: Fixed several minor memory leaks that manifested when adding a lar...
Joey Hess
2014-01-05
*
use DList for the transfer queue
Joey Hess
2013-04-25
*
use a DList for the deferred downloads queue
Joey Hess
2013-04-25
*
avoid queuing transfers that are currently running
Joey Hess
2013-04-02
*
avoid queuing transfer that is already queued, with a different associated file
Joey Hess
2013-04-02
*
avoid queueing uploads to remotes that already have the content
Joey Hess
2013-04-02
*
tweak
Joey Hess
2013-03-13
*
logic error
Joey Hess
2013-03-07
*
avoid queuing transfers that are already queued
Joey Hess
2013-03-07
*
add additional debug info about reasons for transfers
Joey Hess
2013-03-01
*
--auto fixes
Joey Hess
2012-12-06
*
don't try to transfer data to/from XMPP remotes
Joey Hess
2012-11-11
*
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
*
cleanup daemonStatus accessors
Joey Hess
2012-10-30
*
split remaining assistant types
Joey Hess
2012-10-30
*
split out daemonstatus types
Joey Hess
2012-10-30
*
reorder
Joey Hess
2012-10-14
*
better variable name
Joey Hess
2012-10-14
*
assistant: Now honors preferred content settings when deciding what to transfer.
Joey Hess
2012-10-09
*
make other repositories list list all autostarted repos
Joey Hess
2012-09-18
*
avoid sending uploads right back to where the download came from
Joey Hess
2012-09-18
*
deferred downloads
Joey Hess
2012-09-17
*
hlint
Joey Hess
2012-09-13
*
remove the TChan component from the data structure
Joey Hess
2012-08-31
*
make start button work on queued transfers
Joey Hess
2012-08-29
*
more generic
Joey Hess
2012-08-29
*
forgot to update the tchan when dequeuing transfers
Joey Hess
2012-08-29
*
when canceling a transfer, also cancel all other downloads of the same key
Joey Hess
2012-08-29
*
add support for readonly remotes
Joey Hess
2012-08-26
*
keep logs of failed transfers, and requeue them when doing a non-full scan
Joey Hess
2012-08-23
*
implement pausing of transfers
Joey Hess
2012-08-10
*
send update notificaton when removing a queued transfer
Joey Hess
2012-08-10
*
transfer canceling
Joey Hess
2012-08-08
*
fix bug in transfer initiation checking
Joey Hess
2012-07-29
*
refactor
Joey Hess
2012-07-29
*
send notifications when the TransferQueue is changed
Joey Hess
2012-07-28
*
move DaemonStatus manipulation out of the Annex monad to IO
Joey Hess
2012-07-28
*
webapp now displays the real running and queued transfers
Joey Hess
2012-07-27
*
laziness fix
Joey Hess
2012-07-25
*
fix including of remote in TransferInfo when queueing new transfers
Joey Hess
2012-07-25
*
better transfer queue management
Joey Hess
2012-07-25
*
add TransferScanner thread
Joey Hess
2012-07-22
*
run file transfers in threads, not processes
Joey Hess
2012-07-18
[next]