git-annex/P2P
Joey Hess 881274d021
make remote-daemon able to send and receive objects over tor
Each worker thread needs to run in the Annex monad, but the
remote-daemon's liftAnnex can only run 1 action at a time. Used
Annex.Concurrent to deal with that.

P2P.Annex is incomplete as of yet.
2016-12-02 13:52:43 -04:00
..
Address.hs implement p2p command 2016-11-30 14:35:24 -04:00
Annex.hs make remote-daemon able to send and receive objects over tor 2016-12-02 13:52:43 -04:00
Auth.hs use P2P auth for git-remote-tor-annex 2016-11-30 15:26:55 -04:00
IO.hs make sure that the specified number of bytes of DATA are always sent 2016-12-02 13:45:45 -04:00
Protocol.hs improve Local monad 2016-12-02 13:47:42 -04:00