summaryrefslogtreecommitdiff
path: root/Logs/Transfer.hs
Commit message (Expand)AuthorAge
* final scary locking refactoring (for now)Gravatar Joey Hess2014-08-20
* more lock file refactoringGravatar Joey Hess2014-08-20
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* add desktop notificationsGravatar Joey Hess2014-03-22
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* fix windows build (and make --stop work on windows, incidentially)Gravatar Joey Hess2014-02-11
* avoid using openFile when withFile can be usedGravatar Joey Hess2014-02-03
* fix warningGravatar Joey Hess2014-01-28
* use locking on WindowsGravatar Joey Hess2014-01-28
* syntaxGravatar Joey Hess2013-12-11
* pull in Win32-extras, to be able to get current process id in WindowsGravatar Joey Hess2013-12-11
* different PID types for Unix and WindowsGravatar Joey Hess2013-12-10
* 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