summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-28Fixed cabal build.joe
2017-07-28Better output of peers in search results.joe
2017-07-28Useful build scripts.joe
2017-07-28rewrite: search feature.joe
2017-07-27Search queries should not catch threadKilled.joe
2017-07-27Limit routing buckets to 24.joe
2017-07-27Read instance for IPv6 NodeInfo.joe
2017-07-27Commands to query swarms database.joe
2017-07-27Bug-fix: Enabled storing multiple peers in a swarm.joe
2017-07-27Default to NodeId to 0000 for Mainline.joe
2017-07-27SwarmData Serialize instances.joe
2017-07-27More verbose reporting of parse errors.joe
2017-07-27"g" command to send queries local or remote.joe
2017-07-27Mainline queries: implementation (TODO: interface).joe
2017-07-27peer search.joe
2017-07-27external-ip command.joe
2017-07-26Expose psqueues' auxillary value feature.joe
2017-07-26Applied rewrite to dhtd main program.joe
2017-07-26Moving away from buggy async-pool.joe
2017-07-26Read instance for Mainline NodeInfo.joe
2017-07-25Bootstrap fixes.joe
2017-07-25pattern failjoe
2017-07-25Fixes to IPv4 bootstrap.joe
2017-07-25Removed broken bktCount parameter to BucketList.joe
2017-07-25Timeout is microseconds. Pattern fail.joe
2017-07-24Bootstrap nodes for Mainline rewrite.joe
2017-07-23fromBEncode for (Message BValue).joe
2017-07-23Rewrite: new bootstrap function.joe
2017-07-22Implemented bucket refresh for Mainline.joe
2017-07-20commentsjoe
2017-07-20Updated Search module for rewrite.joe
2017-07-20Started bucket-refresh logic.joe
2017-07-20Update MinMaxPSQ to use HashPSQ.joe
2017-07-19Added a wrapper for IntPSQ.joe
2017-07-19Switch Wrapper.PSQ from OrdPSQ to HashablePSQ.joe
2017-07-19Hashable NodeId for Mainline.joe
2017-07-19Enable using Hashable rather than Ord-based priority queues.joe
2017-07-19Made Wrapper.PSQ a little more flexible.joe
2017-07-18Added external IP address voting for Mainline DHT.joe
2017-07-18Mainline routing table update.joe
2017-07-18Oops. I wasn't giving sendQuery the needed transaction id.joe
2017-07-17Implement clientAddress for Mainline DHT.joe
2017-07-17Give clientAddress more context to facilitate answering differentlyjoe
depending on whether we are speaking on the IPv6 or IPv4 networks.
2017-07-17Represent RoutingStatus as 3 states: Stranger,Applicant, and Accepted.joe
2017-07-17Use Data.Reflection for PSQ-required Ord instance.joe
2017-07-16Refactored, renamed, Table -> BucketList.joe
2017-07-16Removed /nid/ type variable from routing 'Table'.joe
2017-07-16Refactoring.joe
2017-07-16Progress on polymorphic kademlia implementation.joe
2017-07-16Scratch work, Kademlia insert-node operation.joe