aboutsummaryrefslogtreecommitdiff
path: root/P2P
Commit message (Expand)AuthorAge
* p2p ssh connection poolsGravatar Joey Hess2018-03-08
* implemented git-annex-shell p2pstdioGravatar Joey Hess2018-03-07
* make sure that lockContentShared is always paired with an inAnnex checkGravatar Joey Hess2018-03-07
* add readonly mode to serve P2P protocolGravatar Joey Hess2018-03-07
* refactorGravatar Joey Hess2018-03-06
* comment typoGravatar Joey Hess2018-03-06
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* fix build on windowsGravatar Joey Hess2016-12-30
* refactorGravatar Joey Hess2016-12-30
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* enable-tor: When run as a regular user, test a connection back to the hidden ...Gravatar Joey Hess2016-12-24
* refactorGravatar Joey Hess2016-12-24
* Revert "close"Gravatar Joey Hess2016-12-24
* closeGravatar Joey Hess2016-12-22
* include tor-annex in hidden service directory namesGravatar Joey Hess2016-12-21
* Revert "p2p --link now defaults to setting up a bi-directional link"Gravatar Joey Hess2016-12-16
* p2p --link now defaults to setting up a bi-directional linkGravatar Joey Hess2016-12-16
* fix build with old ghcGravatar Joey Hess2016-12-10
* hang up connection after relayingGravatar Joey Hess2016-12-09
* avoid exposing auth tokens in debugGravatar Joey Hess2016-12-09
* debug dump P2P messagesGravatar Joey Hess2016-12-09
* make tor hidden service work when directory watching is not availableGravatar Joey Hess2016-12-09
* remotedaemon: git change detection over tor hidden serviceGravatar Joey Hess2016-12-09
* only start ref change watcher thread once per P2P connectionGravatar Joey Hess2016-12-09
* refactor ref change watchingGravatar Joey Hess2016-12-09
* git-annex-shell, remotedaemon, git remote: Fix some memory DOS attacks.Gravatar Joey Hess2016-12-09
* typoGravatar Joey Hess2016-12-09
* content removal is supposed to succed if the content was already not presentGravatar Joey Hess2016-12-09
* update progress logs in remotedaemon send/receiveGravatar Joey Hess2016-12-08
* fix memory leakGravatar Joey Hess2016-12-08
* convert P2P runners from Maybe to Either StringGravatar Joey Hess2016-12-08
* fix laziness problem in git relayingGravatar Joey Hess2016-12-08
* fix build with old ghcGravatar Joey Hess2016-12-08
* fix math error that caused resumes to always failGravatar Joey Hess2016-12-07
* ReadWriteMode not AppendModeGravatar Joey Hess2016-12-07
* open file for append, not write, so resuming worksGravatar Joey Hess2016-12-07
* offset meters when resumingGravatar Joey Hess2016-12-07
* more p2p progress metersGravatar Joey Hess2016-12-07
* update progress meter when sending to p2p remoteGravatar Joey Hess2016-12-07
* need to auth with the peerGravatar Joey Hess2016-12-06
* refactorGravatar Joey Hess2016-12-06
* added StoreContentToGravatar Joey Hess2016-12-06
* stub Remote.P2PGravatar Joey Hess2016-12-06
* plumb assicated files through P2P protocol for updating transfer logsGravatar Joey Hess2016-12-02
* plumb peer uuid through to runLocalGravatar Joey Hess2016-12-02
* initial implementation of P2P.Annex runnerGravatar Joey Hess2016-12-02
* catch non-IO exceptions tooGravatar Joey Hess2016-12-02
* make remote-daemon able to send and receive objects over torGravatar Joey Hess2016-12-02
* improve Local monadGravatar Joey Hess2016-12-02
* make sure that the specified number of bytes of DATA are always sentGravatar Joey Hess2016-12-02