index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2017-09-15
Added XXD module, useful for debuging bytestings.
joe
2017-09-15
Moved TriadCommittee to hierarchical location.
joe
2017-09-15
Moved Tasks to hierarchical location.
joe
2017-09-15
Moved Kademlia to hierarchical location.
joe
2017-09-15
Moved Global6 to hierarchical name.
joe
2017-09-14
Switched to the 3-transports (DHT,Onion,Crypto) Tox design.
joe
2017-09-14
Fixed leak in thread instrumentation.
joe
2017-09-13
Make freshPeers a little more strict.
joe
2017-09-06
Removed Data.Bits requirement for Kademlia node id.
joe
2017-08-29
partitionTransport utility.
joe
2017-08-11
MinMaxPSQ, takeView is useful for syncing with another data structure.
joe
2017-08-11
Reply to Announce with AnnounceResponse.
joe
2017-08-05
Implemented Tox's announce handler.
joe
2017-08-05
lookup' implemented for MinMaxPSQ.
joe
2017-08-04
Switched awaitMessage to continuation-passing style.
joe
2017-08-02
More Tox stuff.
joe
2017-07-29
Tox support.
joe
2017-07-29
Refactoring for tox/mainline code-sharing.
joe
2017-07-28
More details in threads listing.
joe
2017-07-28
Removed LANGUAGE Strict from Concurrent instrumentation.
joe
2017-07-28
Bits instance for ByteString... TODO: don't use this.
joe
2017-07-28
Removed last async-pool dependency.
joe
2017-07-28
Fixed cabal build.
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
Bug-fix: Enabled storing multiple peers in a swarm.
joe
2017-07-27
SwarmData Serialize instances.
joe
2017-07-27
peer search.
joe
2017-07-26
Expose psqueues' auxillary value feature.
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-22
Implemented bucket refresh for Mainline.
joe
2017-07-20
comments
joe
2017-07-20
Updated Search module for rewrite.
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
Enable using Hashable rather than Ord-based priority queues.
joe
2017-07-19
Made Wrapper.PSQ a little more flexible.
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
2017-07-16
Removed /nid/ type variable from routing 'Table'.
joe
2017-07-16
Refactoring.
joe
[prev]
[next]