summaryrefslogtreecommitdiff
path: root/Logs/Transfer.hs
Commit message (Expand)AuthorAge
* hlintGravatar Joey Hess2013-09-25
* assistant: Clear the list of failed transfers when doing a full transfer scan...Gravatar Joey Hess2013-09-25
* avoid more build warnings on WindowsGravatar Joey Hess2013-08-04
* get rid of __WINDOWS__, use mingw32_HOST_OSGravatar Joey Hess2013-08-02
* display "transfer already in progress" as a noteGravatar Joey Hess2013-07-17
* When a transfer is already being run by another process, proceed on to the ne...Gravatar Joey Hess2013-07-17
* moved AssociatedFile definitionGravatar Joey Hess2013-07-04
* improve robustness of fromDirect and replaceFileGravatar Joey Hess2013-05-25
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* clean up from windows portingGravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* connect existing meters to the transfer log for downloadsGravatar Joey Hess2013-04-11
* hlintGravatar Joey Hess2013-04-03
* show bytesCompleteGravatar Joey Hess2013-04-02
* webapp: Progess bar fixes for many types of special remotes.Gravatar Joey Hess2013-03-28
* get, copy, move: Display an error message when an identical transfer is alrea...Gravatar Joey Hess2013-03-19
* optimisation for transfers to drives that are not plugged inGravatar Joey Hess2013-03-18
* add additional debug info about reasons for transfersGravatar Joey Hess2013-03-01
* improve importsGravatar Joey Hess2013-02-27
* move Arbitrary instances out of Test and into modules that define the typesGravatar Joey Hess2013-02-27
* more quickcheck funGravatar Joey Hess2012-12-19
* quickcheck test for transfer info read/write codeGravatar Joey Hess2012-12-19
* Bugfix: Fixed bug parsing transfer info filesGravatar Joey Hess2012-12-19
* where indentingGravatar Joey Hess2012-11-11
* bugfix: Don't fail transferring content from read-only repos. Closes: #691341Gravatar Joey Hess2012-10-24
* !! removalGravatar Joey Hess2012-10-21
* fixes for transfer resumeGravatar Joey Hess2012-09-24
* make the assistant retry failed transfersGravatar Joey Hess2012-09-23
* git-annex-shell transferinfo commandGravatar Joey Hess2012-09-21
* avoid updating transfer info file until another 1% of the total has been tran...Gravatar Joey Hess2012-09-21
* unify typesGravatar Joey Hess2012-09-21
* fix reading of transfer info files with a bytesComplete valueGravatar Joey Hess2012-09-20
* add a progress callback to storeKey, and threaded it all the way throughGravatar Joey Hess2012-09-19
* make other repositories list list all autostarted reposGravatar Joey Hess2012-09-18
* cleanupGravatar Joey Hess2012-09-17
* flip catchDefaultIOGravatar Joey Hess2012-09-17
* Avoid crashing on encoding errors in filenames when writing transfer info fil...Gravatar Joey Hess2012-09-16
* stupid typoGravatar Joey Hess2012-08-29
* when canceling a transfer, also cancel all other downloads of the same keyGravatar Joey Hess2012-08-29
* fix resume buttonGravatar Joey Hess2012-08-29
* don't show "unknown" as the percent complete for transferinfo with no bytesCo...Gravatar Joey Hess2012-08-28
* avoid possibly re-adding a removed transfer when updating its infoGravatar Joey Hess2012-08-28
* keep track of which remotes have been scanned in process stateGravatar Joey Hess2012-08-24
* 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
* implement pausing of transfersGravatar Joey Hess2012-08-10
* add routes to pause/start/cancel transfersGravatar Joey Hess2012-08-08
* Merge branch 'master' into assistantGravatar Joey Hess2012-08-07
|\
| * fix transfer log cleanup crashGravatar Joey Hess2012-08-07
* | webapp now displays the real running and queued transfersGravatar Joey Hess2012-07-27