summaryrefslogtreecommitdiff
path: root/dht
AgeCommit message (Expand)Author
2020-01-01InterruptibleDelay.hs -> src/Control/Concurrent/Delay.hsJoe Crayne
2020-01-01Renamed OnionRouter -> Network.Tox.Onion.RoutesJoe Crayne
2020-01-01Stagger tcp-probe of port 3389.Joe Crayne
2020-01-01Better TCP cleanup.Joe Crayne
2020-01-01Less restrictive jabber id parse.Joe Crayne
2020-01-01Command 'r' to generate random node ids.Joe Crayne
2020-01-01TCP-probe debug print.Joe Crayne
2020-01-01Avoid async queries for UDP kademlia searches.Joe Crayne
2020-01-01Switch to disable TCP.Joe Crayne
2020-01-01Remove query-id dependency from timeout computation.Joe Crayne
2020-01-01Avoid calling getSocketName after socketToHandle.Joe Crayne
2020-01-01Debug print upon toxid garbage collection.Joe Crayne
2020-01-01Switched z-base32 to use 4-bit crc.Joe Crayne
2020-01-01Refactored node-id appearance to Codec.AsciiKey256.Joe Crayne
2020-01-01Refactoring.Joe Crayne
2020-01-01Tox-XMPP: Switched to z-base32 domain names.Joe Crayne
2020-01-01Prefer IPv4 when parsing TCP nodes JSON.Joe Crayne
2020-01-01* Fixed accidental usage of TCP rather than UDP port.Joe Crayne
2020-01-01TCP Relay: use same crypto keys as Tox UDP node.Joe Crayne
2020-01-01Show instance for RouteRecord and OnionRoute.Joe Crayne
2020-01-01QueryResponse: Support the IO varient of fdSocket.Joe Crayne
2020-01-01Clean up "gc:bt-peers" thread.Joe Crayne
2020-01-01Quit XMPP.monitor thread.Joe Crayne
2020-01-01Clean up "localchat" thread.Joe Crayne
2020-01-01Shutdown Tox TCP Relay.Joe Crayne
2020-01-01More thread cleanup.Joe Crayne
2020-01-01more forkLabeled, and now forkOSLabeledJames Crayne
2020-01-01convert forkIO to forkLabeled (wip)James Crayne
2020-01-01Clean-up relay-client transport.Joe Crayne
2020-01-01Control.Concurrent.ThreadUtil replaces #ifdef importsJames Crayne
2020-01-01Clean up forked transports.Joe Crayne
2020-01-01Use GHC's closeFdWith to un-block recvFrom.Joe Crayne
2020-01-01Debugging recvFrom termination.Joe Crayne
2020-01-01implement --noavahiJames Crayne
2020-01-01Port commit afe40dd4 to newer network libraryJames Crayne
2020-01-01Use O_NONBLOCK to interrupt blocking recvFrom.Joe Crayne
2020-01-01show bind address in thread nameJames Crayne
2020-01-01End-of-daemon thread report.Joe Crayne
2020-01-01Fixed resource-exhausted logic.Joe Crayne
2020-01-01Repaired build for older Network package.Joe Crayne
2020-01-01--help for dhtdJames Crayne
2020-01-01Successful builds against newer network packageJames Crayne
2020-01-01Preparation for support of new network package:James Crayne
2020-01-01Fix build and update the cabal fileJames Crayne
2020-01-01It builds.Joe Crayne
2020-01-01dhtd: dependencies split-off from dht-client library.Joe Crayne
2020-01-01TODO note about removing "weird-hack" in XMPPServer.Joe Crayne
2020-01-01Use dput-hslogger instead of internal DPutJames Crayne
2020-01-01Move Data.Torrent to torrent-types libraryJames Crayne
2020-01-01Factor out some new librariesJames Crayne