aboutsummaryrefslogtreecommitdiff
path: root/Logs/Transfer.hs
Commit message (Expand)AuthorAge
* Fix several places where files in .git/annex/ were written with modes that di...Gravatar Joey Hess2018-01-02
* better dup key with -J fixGravatar Joey Hess2017-10-17
* Improve behavior when -J transfers multiple files that point to the same keyGravatar Joey Hess2017-10-17
* remove redundant definition of lckGravatar Joey Hess2017-10-03
* info: Improve cleanup of stale transfer info files.Gravatar Joey Hess2017-10-02
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* fix up Read instance incompatability caused by recent commitGravatar Joey Hess2017-02-24
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* move Arbitrary instance to new Types.Transfer moduleGravatar Joey Hess2016-09-05
* avoid warning about orphan Arbirary instanceGravatar Joey Hess2016-09-05
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* convert from Utility.LockPool to Annex.LockPool everywhereGravatar Joey Hess2015-11-12
* ignore failure to clean up stale transfer lock fileGravatar Joey Hess2015-05-19
* fix crash in stale transfer lockfile cleanup codeGravatar Joey Hess2015-05-19
* use lock pools throughout git-annexGravatar Joey Hess2015-05-19
* lock pools to work around non-concurrency/composition safety of POSIX fcntlGravatar Joey Hess2015-05-18
* Stale transfer lock and info files will be cleaned up automatically when get/...Gravatar Joey Hess2015-05-12
* an optimization that also fixes a reversionGravatar Joey Hess2015-05-12
* Take space that will be used by running downloads into account when checking ...Gravatar Joey Hess2015-05-12
* support time-1.5.0Gravatar Joey Hess2015-05-10
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* 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