summaryrefslogtreecommitdiff
path: root/Remote
Commit message (Expand)AuthorAge
* 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
* avoid setPresent when sending to a peerGravatar Joey Hess2016-11-17
* implementation of peer-to-peer protocolGravatar Joey Hess2016-11-17
* fix giveup shadowingGravatar Joey Hess2016-11-16
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* S3: Support the special case endpoint needed for the cn-north-1 region.Gravatar Joey Hess2016-11-07
* enable forwardRetry for command-line transfersGravatar Joey Hess2016-10-26
* convert TMVars that are never left empty into TVarsGravatar Joey Hess2016-09-30
* include external special remote process number in debugGravatar Joey Hess2016-09-30
* allow multiple concurrent external special remote processesGravatar Joey Hess2016-09-30
* move externalConfig into ExternalStateGravatar Joey Hess2016-09-30
* remove unnecessary mvarGravatar Joey Hess2016-09-30
* make --json-progress update meter when getting from git remote with rsyncGravatar Joey Hess2016-09-09
* Windows: Handle shebang in external special remote program.Gravatar Joey Hess2016-09-05
* remove TransferObserverGravatar Joey Hess2016-08-03
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* Support checking presence of content at a http url that redirects to a ftp url.Gravatar Joey Hess2016-07-12
* testremote: Fix crash when testing a freshly made external special remote.Gravatar Joey Hess2016-07-05
* fix warningGravatar Joey Hess2016-05-27
* enableremote: Remove annex-ignore configuration from a remote.Gravatar Joey Hess2016-05-24
* improved refactoringGravatar Joey Hess2016-05-23
* plumb RemoteGitConfig through to encryptCipherGravatar Joey Hess2016-05-23
* plumb RemoteGitConfig through to decryptCipherGravatar Joey Hess2016-05-23
* plumb RemoteGitConfig through to setRemoteCredPairGravatar Joey Hess2016-05-23
* Pass the various gnupg-options configs to gpg in several cases where they wer...Gravatar Joey Hess2016-05-23
* git-annex: GHC compatibilityGravatar ilovezfs2016-05-23
* Change git annex info remote encryption description to use wording closer to ...Gravatar Joey Hess2016-05-11
* Added new encryption=sharedpubkey mode for special remotes.Gravatar Joey Hess2016-05-10