summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-11Simplified AggregateSession status reporting.Joe Crayne
2020-01-11WIP: efforts regarding tcp-mediated connections.Joe Crayne
2020-01-11Removed tput hack.Joe Crayne
2020-01-11Fix for tcp-bound DHTKey message (I think).Joe Crayne
2020-01-11Reclassifying debug prints.Joe Crayne
2020-01-11Renamed streamServer to forkStreamServer.Joe Crayne
2020-01-11Avoid duplicate connection sessions in relay server.Joe Crayne
2020-01-10First successful TCP relay mediated chat link!Joe Crayne
2020-01-09Improved debug prints.Joe Crayne
2020-01-09Adjusted relay-related debug prints.Joe Crayne
2020-01-09Support for binding UDP "fake" port to simulate TCP-only connections.Joe Crayne
2020-01-09Debug prints when packets when packets are relayed between peers.Joe Crayne
2020-01-09Moved Codec.AsciiKey256 to tox-crypto.Joe Crayne
2020-01-08Disable on-idle garbage collection by default.Joe Crayne
2020-01-08Oops, forgot to commit this.Joe Crayne
2020-01-07async-search: clean up old query keys.Joe Crayne
2020-01-07Updated tests for async search.Joe Crayne
2020-01-07Async search.Joe Crayne
2020-01-07Switch to async search query design.Joe Crayne
2020-01-07Modify kademlia search to distinguish a Canceled from timed-out query.Joe Crayne
2020-01-07Support for async queries.Joe Crayne
2020-01-07Added standalone leak test for toxToXmpp.Joe Crayne
2020-01-07Fixed leak in toxToXmpp (due to use of Maybe monad forM_).Joe Crayne
2020-01-06Avoid overlapping searches.Joe Crayne
2020-01-06Thread instrumentation: Avoid unlikely leak on race condition.Joe Crayne
2020-01-06Fixes to thread instrumentation.Joe Crayne
2020-01-05Forward port to GHC 8.10.1-alpha2 (83edba07e4)Joe Crayne
2020-01-04TCP relay server now binds to UDP node port as fallback.Joe Crayne
2020-01-03QueryResponse: Use three-way sum to distinguish Canceled and Timedout.Joe Crayne
2020-01-03server library.Joe Crayne
2020-01-03Support TCP nodes in readnodes utility.Joe Crayne
2020-01-03readnodes.hs: Utility to write nodes in a binary format.Joe Crayne
2020-01-03Updated stack build.Joe Crayne
2020-01-03Fixed history-edit error: tcpclient.hs belongs under dht/Joe Crayne
2020-01-01Now searchCancel works so remove killThread hack.Joe Crayne
2020-01-01Fix searchCancel to actually stop the search loop.Joe Crayne
2020-01-01Added test program.Joe Crayne
2020-01-01Modify s command to give bootstrapping info.Joe Crayne
2020-01-01Made the BucketRefresher state accessible from CommonAPI.Joe Crayne
2020-01-01Notes on virtual network testing environment.Joe Crayne
2020-01-01Reverted 6ebe91b6: abandoning the async search design for now.Joe Crayne
2020-01-01WIP: fixing TCP relay chat.Joe Crayne
2020-01-01Create new tox key automatically + disable non-tox operation.Joe Crayne
2020-01-01Edited debug print.Joe Crayne
2020-01-01Convert zbase32 tox node-id to hex.Joe Crayne
2020-01-01Special show-as-hex method for generic DHT api.Joe Crayne
2020-01-01WIP: tracker protocolJoe Crayne
2020-01-01Bittorrent udp tracker server transport.Joe Crayne
2020-01-01Ressurect Truzjan's Tracker modules.Joe Crayne
2020-01-01Use tcp table as fallback nodes for onion search.Joe Crayne