summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-28Kill tcp session on exception.HEADmasterJoe Crayne
2020-01-28Removed tcp-related traces.Joe Crayne
2020-01-28Command to view individual onion route.Joe Crayne
2020-01-28Handle exception on failed send-friendrequest.Joe Crayne
2020-01-28Show route on failure to send dht key.Joe Crayne
2020-01-28Change netcrypto timeout to match toxcore.Joe Crayne
2020-01-28Debug prints putRendezvous related debug prints.Joe Crayne
2020-01-26Remove timed-out sessions from aggregate map.Joe Crayne
2020-01-25Only one session at a time (per DHT node).Joe Crayne
2020-01-25Ported dhtd to reworked QueryResponse design.Joe Crayne
2020-01-25QueryResponse rework: awaitMessage :: STM (Arrival err addr x, IO ())Joe Crayne
2020-01-25Use monotonic counter for SecretsCache priority.Joe Crayne
2020-01-25Received DHT-key: Try our relays too (not just theirs).Joe Crayne
2020-01-25Reject OOB netcrypto sessions.Joe Crayne
2020-01-25Show address utilities: showViaRelay and summarizeNodeInfo.Joe Crayne
2020-01-25getContactInfo: Send optional TCP connection requests.Joe Crayne
2020-01-25Improved debug prints.Joe Crayne
2020-01-25Moved parse-error printing from addHandler to forkListener.Joe Crayne
2020-01-25Establish TCP link when sending OOB packet.Joe Crayne
2020-01-25Fixed decryption of cookies via TCP.Joe Crayne
2020-01-25Avoid looping in partitionTransportM.Joe Crayne
2020-01-25QueryResponse: non-error ignored case Discarded.Joe Crayne
2020-01-25Thread instrumentation: half as many MVars.Joe Crayne
2020-01-25Thread instrumentation: Fixed leak in contention-reduced design.Joe Crayne
2020-01-24Catch exceptions on no avahi dbus service.James Crayne
2020-01-24resolvePeer,reverseAddress for sum of ManagersJames Crayne
2020-01-24fix formatting which confuses haddockJames Crayne
2020-01-24More efficient hashThreadId.Joe Crayne
2020-01-24thread instrumentation: contention reduction experimentJames Crayne
2020-01-24Thread instrumentation test.Joe Crayne
2020-01-24vnet tests: tcp cage scripts.Joe Crayne
2020-01-17Improved TCP-mediated handshake protocol.Joe Crayne
2020-01-17Send KillPacket when session terminates.Joe Crayne
2020-01-17Discard unusable Dormant AggregateSession objects.Joe Crayne
2020-01-17Improved netcrypto session cleanup.Joe Crayne
2020-01-16Debug print on key mismatch in cookie.Joe Crayne
2020-01-16Handle out-of-band netcrypto handshake.Joe Crayne
2020-01-16Reverted c3866287: we want to use DHT-key, not the toxid.Joe Crayne
2020-01-16Rewrite ConnectNotification to RoutingResponse.Joe Crayne
2020-01-16Reclassified some Relay prints to RelayVerbose.Joe Crayne
2020-01-16Fixed serialization of cookie!Joe Crayne
2020-01-14relaySession exception handler.Joe Crayne
2020-01-14Enable toxid search from TCP-only command-line.Joe Crayne
2020-01-14Added startup nodes to CommonAPI search query.Joe Crayne
2020-01-14Fixed race condition in thread instrumentation.Joe Crayne
2020-01-14Made client's handshake to/from attributes available to xmppTellNameToClient.Joe Crayne
2020-01-14Minor refactor.Joe Crayne
2020-01-12Configure connection requests before having contact's dhtkey.Joe Crayne
2020-01-12Utilities for getting information about a test network.Joe Crayne
2020-01-12Scripts to run a toxcore DHT network on localhost.Joe Crayne