aboutsummaryrefslogtreecommitdiff
path: root/Utility/Rsync.hs
Commit message (Expand)AuthorAge
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
* adeiu, MissingHGravatar Joey Hess2017-05-16
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Added new toMSYS2Path function for use with rsync on Windows.Gravatar Pieter Kitslaar2016-01-11
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* well along the way to fully quiet --quietGravatar Joey Hess2015-04-04
* WIP on making --quiet silence progress, and infra for concurrent progress barsGravatar Joey Hess2015-04-03
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* Windows: Got the rsync special remote working.Gravatar Joey Hess2014-12-30
* Windows: Fix local rsync filepath munging (fixes 26 test suite failures).Gravatar Joey Hess2014-12-30
* refactorGravatar Joey Hess2014-12-17
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* move ugly rsync zombie workaroundGravatar Joey Hess2014-08-03
* relicense general utility library code to BSDGravatar Joey Hess2014-05-10
* Fix rsync progress parsing in locales that use comma in number display. Close...Gravatar Joey Hess2014-04-10
* rsync special remote: Fix fallback mode for rsync remotes that use hashDirMix...Gravatar Joey Hess2013-12-02
* deal with Cygwin rsync paths issueGravatar Joey Hess2013-05-14
* rsync special remotes: When sending from a crippled filesystem, use the desti...Gravatar Joey Hess2013-05-09
* expose Control.Monad.joinGravatar Joey Hess2013-04-22
* minor refactoringGravatar Joey Hess2013-03-30
* don't refer to git-annex, as this is a generic utility libraryGravatar Joey Hess2013-03-30
* Make git-annex-shell call the command with its (safe) options.Gravatar guilhem2013-03-30
* webapp: Progess bar fixes for many types of special remotes.Gravatar Joey Hess2013-03-28
* Avoid passing -p to rsync, to interoperate with crippled filesystems.Gravatar Joey Hess2013-02-22
* finished where indentation changesGravatar Joey Hess2012-12-13
* better fix for zombie problem, which turns out to be a zombie ssh started by ...Gravatar Joey Hess2012-10-17
* bring back default SIGINT handlerGravatar Joey Hess2012-10-01
* avoid calling the progress callback when the bytes sent have not changedGravatar Joey Hess2012-09-20
* optimised rsync output reader to read whole blocks at a timeGravatar Joey Hess2012-09-20
* updateGravatar Joey Hess2012-09-20
* better parameter nameGravatar Joey Hess2012-09-19
* rsync progress interceptionGravatar Joey Hess2012-09-19
* parser for rsync progress outputGravatar Joey Hess2012-09-19
* renamed RsyncFile -> RsyncGravatar Joey Hess2012-09-19