git-annex/RemoteDaemon/Transport
Joey Hess c3a785204e
support a P2PConnection that uses TMVars rather than Handles
This will allow having an internal thread speaking P2P protocol,
which will be needed to support proxying to external special remotes.

No serialization is done on the internal P2P protocol of course.

When a ByteString is being exchanged, it may or may not be exactly
the length indicated by DATA. While that has to be carefully managed
for the serialized P2P protocol, here it would require buffering the
whole lazy bytestring in memory to check its length when sending,
so it's better to do length checks on the receiving side.
2024-06-28 11:22:29 -04:00
..
Ssh update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
GCrypt.hs start splitting out readonly values from AnnexState 2021-04-02 15:51:44 -04:00
Ssh.hs remove support code for ancient git-annex-shell version 2021-10-11 16:07:08 -04:00
Tor.hs support a P2PConnection that uses TMVars rather than Handles 2024-06-28 11:22:29 -04:00