summaryrefslogtreecommitdiff
path: root/Assistant
Commit message (Expand)AuthorAge
* use only one level of exception handling for transfer slotGravatar Joey Hess2012-08-29
* bugGravatar Joey Hess2012-08-29
* fix repeated pause and resume of a transferGravatar Joey Hess2012-08-29
* typoeGravatar Joey Hess2012-08-29
* make start button work on queued transfersGravatar Joey Hess2012-08-29
* more genericGravatar Joey Hess2012-08-29
* forgot to update the tchan when dequeuing transfersGravatar Joey Hess2012-08-29
* remove debug printGravatar Joey Hess2012-08-29
* when canceling a transfer, also cancel all other downloads of the same keyGravatar Joey Hess2012-08-29
* pausing tweaksGravatar Joey Hess2012-08-29
* fix resume buttonGravatar Joey Hess2012-08-29
* remove debug printsGravatar Joey Hess2012-08-29
* got alterTransferInfo and updateTransferInfo mixed upGravatar Joey Hess2012-08-29
* simple transfer queue display cleanupGravatar Joey Hess2012-08-29
* avoid failure alerts for temporary transfer failuresGravatar Joey Hess2012-08-29
* fix a transfers display glitchGravatar Joey Hess2012-08-28
* avoid possibly re-adding a removed transfer when updating its infoGravatar Joey Hess2012-08-28
* add download progress polling threadGravatar Joey Hess2012-08-28
* look up Remote when a transfer appearsGravatar Joey Hess2012-08-27
* improve display of failed transfer alertGravatar Joey Hess2012-08-27
* use the ~/.config/git-annex/program file to find command when running transfersGravatar Joey Hess2012-08-27
* avoid some confusing alertsGravatar Joey Hess2012-08-26
* add support for readonly remotesGravatar Joey Hess2012-08-26
* don't exclude special remotes from the knownRemotes list used by the assistantGravatar Joey Hess2012-08-26
* tweak field nameGravatar Joey Hess2012-08-26
* cleanupGravatar Joey Hess2012-08-26
* scan multiple remotes in one passGravatar Joey Hess2012-08-26
* add transferkey commandGravatar Joey Hess2012-08-24
* keep track of which remotes have been scanned in process stateGravatar Joey Hess2012-08-24
* fix priority inversionGravatar Joey Hess2012-08-24
* avoid crash when directory doesn't existGravatar Joey Hess2012-08-24
* run full transfer scan on all remotes at startupGravatar Joey Hess2012-08-24
* make higher priorities and full scans be preserved when addingGravatar Joey Hess2012-08-24
* avoid requeueing a download from a remote that no longer has a keyGravatar Joey Hess2012-08-24
* remove slightly misleading extended messageGravatar Joey Hess2012-08-23
* also notice dbus unmount eventsGravatar Joey Hess2012-08-23
* make the NetWatcher always rescan networked remotes every 30 minutesGravatar Joey Hess2012-08-23
* don't rely on hasKeyCheap in the transfer scanGravatar Joey Hess2012-08-23
* remove pointless bracketGravatar Joey Hess2012-08-23
* keep logs of failed transfers, and requeue them when doing a non-full scanGravatar Joey Hess2012-08-23
* add transfer scanned flag filesGravatar Joey Hess2012-08-23
* scan cheapest remotes firstGravatar Joey Hess2012-08-23
* better nameGravatar Joey Hess2012-08-22
* avoid unnecessary transfer scans when syncing a disconnected remoteGravatar Joey Hess2012-08-22
* move some git operations outside the annex monad to avoid blocking other threadsGravatar Joey Hess2012-08-22
* refactorGravatar Joey Hess2012-08-22
* add NetWatcher threadGravatar Joey Hess2012-08-21
* make canCheckSymlink check in a parent directory if the directory DNEGravatar Joey Hess2012-08-16
* run resumed transfers immediately, do not wait for free transfer slotGravatar Joey Hess2012-08-12
* implement resuming of paused transfersGravatar Joey Hess2012-08-12