summaryrefslogtreecommitdiff
path: root/Remote/Rsync.hs
Commit message (Expand)AuthorAge
* split cost out into its own moduleGravatar Joey Hess2013-03-13
* GnuPG options for symmetric encryption.Gravatar guilhem2013-03-11
* build fixGravatar Joey Hess2013-02-15
* optimise sending to encrypted rsyncGravatar Joey Hess2013-02-15
* rsync special remote support for crippled filesystem modeGravatar Joey Hess2013-02-15
* Special remotes now all rollback storage of keys that get modified during the...Gravatar Joey Hess2013-01-09
* Fix transferring files to special remotes in direct mode.Gravatar Joey Hess2013-01-06
* type based git config handling for remotesGravatar Joey Hess2013-01-01
* whitespace fixesGravatar Joey Hess2012-12-13
* avoid unnecessary MaybeGravatar Joey Hess2012-11-30
* rsync: Fix bug introduced in last release that broke encrypted rsync special ...Gravatar Joey Hess2012-11-27
* better streaming while encrypting/decryptingGravatar Joey Hess2012-11-18
* where indentingGravatar Joey Hess2012-11-11
* rsync special remote: Include annex-rsync-options when running rsync to test ...Gravatar Joey Hess2012-10-28
* unify typesGravatar Joey Hess2012-09-21
* hook rsync special remote up to the progress reportingGravatar Joey Hess2012-09-20
* add a progress callback to storeKey, and threaded it all the way throughGravatar Joey Hess2012-09-19
* renamed RsyncFile -> RsyncGravatar Joey Hess2012-09-19
* add support for readonly remotesGravatar Joey Hess2012-08-26
* tweak field nameGravatar Joey Hess2012-08-26
* add a path field to remotesGravatar Joey Hess2012-07-22
* switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
* avoid --no-inplaceGravatar Joey Hess2012-07-10
* record transfer information on local git remotesGravatar Joey Hess2012-07-01
* avoid ByteString.Char8 where not neededGravatar Joey Hess2012-06-20
* fishy commitGravatar Joey Hess2012-06-14
* use createAnnexDirectory when setting up tmp dirGravatar Joey Hess2012-06-05
* rsync shellescape disable optionGravatar Joey Hess2012-05-02
* rationalize getConfigGravatar Joey Hess2012-03-22
* nukes another 15 lines thanks to ifMGravatar Joey Hess2012-03-15
* thread through original key to retrieveEnctyptedGravatar Joey Hess2012-03-04
* whereis: Prints the urls of files that the web special remote knows about.Gravatar Joey Hess2012-02-14
* remove Utility.Conditional and use IfElseGravatar Joey Hess2012-01-24
* fsck --from remote --fastGravatar Joey Hess2012-01-20
* optimise fsck --from normal git remotesGravatar Joey Hess2012-01-19
* add tmp flag parameter to retrieveKeyFileGravatar Joey Hess2012-01-19
* optimise fsck --from rsync special remoteGravatar Joey Hess2012-01-19
* after is a better name for observe_Gravatar Joey Hess2012-01-03
* factor observe_Gravatar Joey Hess2012-01-03
* type alias cleanupGravatar Joey Hess2011-12-31
* better filtering out of special remotesGravatar Joey Hess2011-12-31
* Improve deletion of files from rsync special remotes. Closes: #652849Gravatar Joey Hess2011-12-21
* more partial function removalGravatar Joey Hess2011-12-15
* factor out untilTrueGravatar Joey Hess2011-12-02
* convert rsync special backend to using both hash directory typesGravatar Joey Hess2011-12-02
* add support for using hashDirLower in addition to hashDirMixedGravatar Joey Hess2011-11-28
* Avoid excessive escaping for rsync special remotes that are not accessed over...Gravatar Joey Hess2011-11-18
* factored out some useful error catching methodsGravatar Joey Hess2011-11-10
* safer inannex checkingGravatar Joey Hess2011-11-09
* reorder repo parameters lastGravatar Joey Hess2011-11-08