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
*
--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
*
add thread id field to transferinfo
Joey Hess
2012-07-18
*
avoid enqueing downloads from remotes that don't have the key
Joey Hess
2012-07-17
*
wait on child transfer processes, and invalidate cache
Joey Hess
2012-07-06
*
fix build (almost)
Joey Hess
2012-07-06
*
wrote transfer thread
Joey Hess
2012-07-05
*
split logic for uploads and downloads
Joey Hess
2012-07-05
*
queue Uploads of newly added files to remotes
Joey Hess
2012-07-05
*
added
Joey Hess
2012-07-02