summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-08Finished reworked bootstrap algorithm.joe
2017-11-08Updated touchBucket for 15-second bootstrapping interval.joe
2017-11-08Use 15 second refresh interval when bootstrapping.joe
2017-11-08pollForRefresh: fromEnum POSIXTime gives picoseconds.joe
2017-11-08More BucketRefresher state.joe
2017-11-08Removed redundant argument from BucketRefreshser constructor.joe
2017-11-08dhtBootstrapjoe
2017-11-08Tox: Added missing forkPollForRefresh threads.joe
2017-11-08Moved BucketRefresher construction responsibility for greaterjoe
encapsulation.
2017-11-08Minor refactoring.joe
2017-11-08Bootstrapping rework in progress.joe
2017-11-07expose module Network.Kademlia.BootstrapJames Crayne
2017-11-06More inlining on Ord/Hashable instances for Public/Secret keys.joe
2017-11-06Updates to thread instrumentation.joe
2017-11-06Factored out Network.Kademlia.Bootstrap.joe
2017-11-05computeSharedSecret: more explicit pre-computation.joe
2017-11-05Removed broken 6-digit NoSpam specification.joe
2017-11-05Fixed Onion.Transport.decrypt broken by side-effecting stylejoe
at commit 8039d812b7ea8ae566f8873452ac34597336ddfc.
2017-11-05Use insert instead of insertTake when updating a timestamp on a cachedjoe
secret.
2017-11-05Tox: Shared secrets cache.joe
2017-11-05Adapted computeSharedSecret to a side-effecting interface.joe
This is to ready the tree for a memoizing cache of shared secrets.
2017-11-04Tox: Memoized id2key to avoid allocate and memcpy.joe
2017-11-04Quieter output and some bug fixes.joe
2017-11-04Enabled setting the bind-addres from command line.joe
2017-11-04Utility for testing 16 simultaneous nodes.joe
2017-11-03Changed NodeId hash function.joe
2017-11-03Improved search parameters for tox onion routed queries.joe
2017-11-03Better handling for Network.Socket.sendTo: does not exist error.joe
2017-11-03Added --dhtkey option.joe
2017-11-03Fixed bug in decodeSecret/encodeSecret.joe
2017-11-02Fixed onion routes for IPv4-mapped IPv6 addresses.joe
2017-11-01Updated todo.txt and comments.joe
2017-11-01Report exceptions in client session thread to the client.joe
2017-11-01Announce command now includes a recurring search.joe
2017-11-01Fixed "ping" and "cookie" commands broken in "help" commit 4a36678.joe
2017-11-01Prevent announce from wrongly halting client session.joe
2017-11-01Merge branch 'dht-rewrite' of jerkface.net:repo/bittorrent into dht-rewritejoe
2017-11-01Fix some announce bugs. Still WIP.joe
2017-11-01Merge branch 'dht-rewrite' of jerkface.net:/home/jim/repo/bittorrent into ↵James Crayne
dht-rewrite
2017-11-01bring crypto-sessions state into scopeJames Crayne
2017-11-01Functional "a" command.joe
2017-11-01fix buildJames Crayne
2017-11-01handle update case of netcrypto handshakeJames Crayne
2017-11-01more helpJames Crayne
2017-11-01helpJames Crayne
2017-11-01oops. Fixed Announcer termination.joe
2017-11-01New function to reset search state for repeated searches.joe
2017-11-01Merge branch 'dht-rewrite' of jerkface.net:/home/jim/repo/bittorrent into ↵James Crayne
dht-rewrite
2017-11-01c command...James Crayne
2017-10-31WIP: a command (recurring announcements) (Part 5)joe