aboutsummaryrefslogtreecommitdiff
path: root/Remote
Commit message (Expand)AuthorAge
* Support GIT_SSH and GIT_SSH_COMMANDGravatar Joey Hess2017-03-17
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* Windows: Improve handling of shebang in external special remote program, sear...Gravatar Joey Hess2017-03-08
* sync hack to make updateInstead work on eg FATGravatar Joey Hess2017-02-17
* have onLocal stop any coprocesses, not only cat-fileGravatar Joey Hess2017-02-17
* Run ssh with -n whenever input is not being piped into itGravatar Joey Hess2017-02-15
* S3: Fix check of uuid file stored in bucket, which was not working.Gravatar Joey Hess2017-02-13
* correct spelling mistakesGravatar Edward Betts2017-02-12
* add SetupStage parameter to RemoteType.setupGravatar Joey Hess2017-02-07
* Fix build with aws 0.16. Thanks, aristidb.Gravatar Joey Hess2017-02-07
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Increase default cost for p2p remotes from 200 to 1000. This makes git-annex ...Gravatar Joey Hess2017-01-06
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* fix build warningGravatar Joey Hess2016-12-10
* Remove http-conduit (<2.2.0) constraintGravatar Alper Nebi Yasak2016-12-10
* git-annex-shell, remotedaemon, git remote: Fix some memory DOS attacks.Gravatar Joey Hess2016-12-09
* fixGravatar Joey Hess2016-12-09
* make clear that log is only updated after successful removalGravatar Joey Hess2016-12-09
* improve warning on connection lossGravatar Joey Hess2016-12-09
* better format errorGravatar Joey Hess2016-12-08
* convert P2P runners from Maybe to Either StringGravatar Joey Hess2016-12-08
* more p2p progress metersGravatar Joey Hess2016-12-07
* update progress meter when sending to p2p remoteGravatar Joey Hess2016-12-07
* validate peer uuid each time we talk to itGravatar Joey Hess2016-12-07
* need to auth with the peerGravatar Joey Hess2016-12-06
* refactorGravatar Joey Hess2016-12-06
* finish implementation of Remote.P2P (untested)Gravatar Joey Hess2016-12-06
* stub Remote.P2PGravatar Joey Hess2016-12-06
* use P2P auth for git-remote-tor-annexGravatar Joey Hess2016-11-30
* reorgGravatar Joey Hess2016-11-22
* unified AuthToken type between webapp and torGravatar Joey Hess2016-11-22
* remove debugGravatar Joey Hess2016-11-21
* detect EOF on socket and cleanly shutdown the service processGravatar Joey Hess2016-11-21
* stop cleanly when there's a IO error accessing the HandleGravatar Joey Hess2016-11-21
* try to gather scattered writesGravatar Joey Hess2016-11-21
* fix parse of CONNECTDONEGravatar Joey Hess2016-11-21
* pull/push over tor working nowGravatar Joey Hess2016-11-21
* Added git-remote-tor-annex, which allows git pull and push to the tor hidden ...Gravatar Joey Hess2016-11-21
* improve p2p protocol implementationGravatar Joey Hess2016-11-20
* remotedaemon: serve tor hidden serviceGravatar Joey Hess2016-11-20
* implement p2p protocol for HandleGravatar Joey Hess2016-11-20
* extend p2p protocol to support gitremote-helpers connectGravatar Joey Hess2016-11-19
* Add content locking to P2P protocolGravatar Joey Hess2016-11-18
* renameGravatar Joey Hess2016-11-17
* refactorGravatar Joey Hess2016-11-17
* add CHECKPRESENTGravatar Joey Hess2016-11-17
* added REMOVE to protocolGravatar Joey Hess2016-11-17
* add ALREADY-HAVE response to PUTGravatar Joey Hess2016-11-17
* pass Len to writeKeyFile so it can detect short readsGravatar Joey Hess2016-11-17
* refactorGravatar Joey Hess2016-11-17