summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2017-07-11Added DHT name to listener thread label.joe
2017-07-10Fixed Tox decryption.joe
2017-07-09Initialize Tox secret key.joe
2017-07-08WIP: Tox encryption.joe
2017-07-03Fleshed out KRPC instances for Mainline DHT.joe
2017-07-03Fleshed out Tox TODO stubs.joe
2017-07-03Moved node-id out of Query/Response. It can be either in thejoe
envelope (Tox) or in the query/response payload (Mainline).
2017-07-01Removed unnecessary instances.joe
2017-07-01Implemented instance Read (NodeId ...)joe
2017-07-01Implemented instance Pretty (NodeInfo ...).joe
2017-07-01Implemented instance Pretty (NodeId Tox.Message).joe
2017-07-01Implemented instance Kademlia Tox.Messagejoe
2017-07-01Simplified Kademlia class.joe
2017-06-30Read instance for NodeId KMessageOf.joe
2017-06-30Bug fixes.joe
2017-06-30It builds!joe
2017-06-12Rename Network.BitTorrent.DHT.Message -> Network.DHT.Mainlinejoe
2017-06-09Rename Network.BitTorrent.Address -> Network.Addressjoe
2017-06-09Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routingjoe
2017-06-08Renamed Network.KRPC.Message -> Network.DatagramServer.Mainlinejoe
2017-06-08Renamed Network.KRPC to Network.DatagramServerjoe
2017-06-08Merged Network.KRPC.Manager into Network.KRPC.joe
2017-06-08WIP: Adapting DHT to Tox network (part 6).joe
2017-06-08WIP: Adapting DHT to Tox network (part 5).joe
2017-02-01Show peers as soon as they're found.joe
2017-02-01New improved iterative search algorithm.joe
2017-01-25Live memory usage information.joe
2017-01-24get-peers command.joe
2017-01-24find-nodes command.joe
2017-01-24dhtd "ping" commandjoe
2017-01-24New "closest" command, find nearby routing nodes to an info hash.joe
2017-01-24-p port optionJames Crayne
2017-01-23Query.insertNode no longer forks.joe
2017-01-23Added thread-debug flag and "threads" command.joe
2017-01-23New command "pid" to tell server's process id.joe
2017-01-23PeerStore is now persistent.joe
2017-01-22dhtd command: external-ipjoe
2017-01-22Added "peers" command to cli.joe
2017-01-22PSQ instead of list for peer set. Also: dhtd "swarms" command.joe
2017-01-22New: DHT deamon and command-line interface.joe
2016-12-31Fix build of examples.joe
2015-03-29Updates to build against newer libraries:joe
* prettyclass instead of deprecated pretty-class * use pPrint instead of pretty * backported to iproute-1.2.11 (convenient for debian jessie)
2014-04-26Simplify "mktorrent get" commandSam Truzjan
2014-03-15Fix mktorrent build failureSam Truzjan
2014-02-16Split query stuff from Session moduleSam Truzjan
2014-02-16Fix build failureSam Truzjan
2014-02-15Add command line arguments to tiny clientSam Truzjan
2014-02-15Move metadata exchange from Wire to SessionSam Truzjan
2014-02-12Add broadcast channel for P2P messagingSam Truzjan
2014-02-12Initialize exchange session fieldsSam Truzjan