index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-11-15
DNSCache now uses InterruptibleDelay where appropriate.
joe
2017-11-15
Documented InterruptibleDelay.
joe
2017-11-14
Use intrumented threads for Server module from Presence.
joe
2017-11-14
More sensible DNSCache behavior for non-threaded runtime.
joe
2017-11-14
Minor stylistic changes.
joe
2017-11-13
Minor edit.
joe
2017-11-13
Updated cabal file to build xmpp-enabled daemon.
joe
2017-11-13
Replaced dependency (binary -> cereal) in LocalPeerCred.
joe
2017-11-13
Type signatures for LocalPeerCred.
joe
2017-11-13
Consolidated redundant implementations of InterruptibleDelay.
joe
2017-11-12
We no longer require root. (ConsoleWriter is disabled without).
joe
2017-11-12
Updated Server module that layers on StreamServer.
joe
2017-11-12
Removed redundant SocketLike module.
joe
2017-11-10
XMPP client now receives roster on request.
joe
2017-11-09
Combined XMPP daemon into examples/dhtd.
joe
2017-11-09
Update build script to include dht-client modules.
joe
2017-11-09
Removed redundant imports from xmppServer.hs
joe
2017-11-09
Factored out Presence.hs from main module xmppServer.hs.
joe
2017-11-09
Merged tox dht-client with presence.
joe
2017-11-09
More comments.
joe
2017-11-09
Cookie-related todo item.
joe
2017-11-09
Debug prints on cookie handling.
joe
2017-11-09
Oops, fixed mkroutes.sh script.
joe
2017-11-08
Script to add routes to testing nodes.
joe
2017-11-08
Finished reworked bootstrap algorithm.
joe
2017-11-08
Updated touchBucket for 15-second bootstrapping interval.
joe
2017-11-08
Use 15 second refresh interval when bootstrapping.
joe
2017-11-08
pollForRefresh: fromEnum POSIXTime gives picoseconds.
joe
2017-11-08
More BucketRefresher state.
joe
2017-11-08
Removed redundant argument from BucketRefreshser constructor.
joe
2017-11-08
dhtBootstrap
joe
2017-11-08
Tox: Added missing forkPollForRefresh threads.
joe
2017-11-08
Moved BucketRefresher construction responsibility for greater
joe
2017-11-08
Minor refactoring.
joe
2017-11-08
Bootstrapping rework in progress.
joe
2017-11-07
expose module Network.Kademlia.Bootstrap
James Crayne
2017-11-06
More inlining on Ord/Hashable instances for Public/Secret keys.
joe
2017-11-06
Updates to thread instrumentation.
joe
2017-11-06
Factored out Network.Kademlia.Bootstrap.
joe
2017-11-05
computeSharedSecret: more explicit pre-computation.
joe
2017-11-05
Removed broken 6-digit NoSpam specification.
joe
2017-11-05
Fixed Onion.Transport.decrypt broken by side-effecting style
joe
2017-11-05
Some comments.
joe
2017-11-05
Trailing whitespace.
joe
2017-11-05
Use insert instead of insertTake when updating a timestamp on a cached
joe
2017-11-05
Tox: Shared secrets cache.
joe
2017-11-05
Adapted computeSharedSecret to a side-effecting interface.
joe
2017-11-04
Tox: Memoized id2key to avoid allocate and memcpy.
joe
2017-11-04
Quieter output and some bug fixes.
joe
2017-11-04
Added missing Setup.hs.
joe
[next]