summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-20netcrypto bug fixesJames Crayne
2018-06-20Keep track of age of onion routes.joe
2018-06-20Less sensitive rebuild triggers for onion routes.joe
2018-06-19Remember which version of an onion route timed out.joe
2018-06-19Partial revert a564eb6, not sure about slower onion performance.joe
2018-06-19Added size method to Word64Map.joe
2018-06-19cleanup code for netcrypto sessionsJames Crayne
2018-06-19Slower onion queries improve performance.joe
2018-06-19Reverting 0e799f254da which didn't improve performance.joe
2018-06-19introduce udp send delaying in toxTransportAndrew Cady
2018-06-19implement DPut using hsloggerAndrew Cady
2018-06-19move debug prints into DputAndrew Cady
2018-06-19Tweaked build script, to work in stack lts-10 environment.joe
2018-06-19network-2.6.3.4 added an MVar wait to Network.Socket.accept, so itjoe
2018-06-19Quieter defaults.joe
2018-06-18Automatically cancel searches when we log-out of xmpp.joe
2018-06-18oops, use hex for announce-keys.joe
2018-06-18Schedule/cancel dhtkey:* task based on policy and session status.joe
2018-06-18fix buildAndrew Cady
2018-06-18Factored Network.Tox.Handshake out of *.Crypto.Handlers.joe
2018-06-18WIP: connection-related scheduled announce items.joe
2018-06-18atomicityAndrew Cady
2018-06-18announcer scheduling reduxAndrew Cady
2018-06-18still compilesAndrew Cady
2018-06-18Implement some kind of announcer shutdownAndrew Cady
2018-06-18compilesAndrew Cady
2018-06-18Added more details about design of announcer tasks.joe
2018-06-18Merge branch 'toxManager' of blackbird:bittorrent into avoid-exposing-psqAndrew Cady
2018-06-18Factored separate code-paths for Kademlia announce versus actionjoe
2018-06-18avoid exposing PSQAndrew Cady
2018-06-18tox: Automatically share dhtkey with roster contacts.joe
2018-06-18Use combined IPv6/IPv4 announce item for announcing toxid.joe
2018-06-18Noted interesting tox repositories.joe
2018-06-18More notes on obtaining tox connection.joe
2018-06-18Tox: Notes on algorithm for obtaining a friend-session.joe
2018-06-18Tox: Added timestamps to dhtkey and sockaddr information.joe
2018-06-18send ONLINE automaticallyJames Crayne
2018-06-18Limit pending search queries to 8 per search.joe
2018-06-18show message on ping recievedJames Crayne
2018-06-18labelThread immediatelyJames Crayne
2018-06-17Adjusted ping behavior for toxcore compatibility.joe
2018-06-18netcrypto ping thread wipJames Crayne
2018-06-17Added packet-id values grepped from c-toxcore.joe
2018-06-17Connection.Tox: Deleted dead code.joe
2018-06-17Factored out Tox-specific scheduling to Announcer.Tox.joe
2018-06-17Generalizing Announcer, re-interpreted Announce/NewAnnouncement items.joe
2018-06-17Generalizing Announcer, renamed SearchResult to ScheduledItem.joe
2018-06-17Announcer: Removed dead code (SearchFinished case).joe
2018-06-17More documentation for Announcer module.joe
2018-06-17Factored ToxManager out of the main module.joe