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