summaryrefslogtreecommitdiff
path: root/src/Data
AgeCommit message (Expand)Author
2018-05-28ncLastNMsgs is now CyclicBuffer typeJames Crayne
2018-05-28add missing top-level type signaturesJames Crayne
2018-05-30Data.CyclicBuffer, wipJames Crayne
2018-05-30add ViewSnapshot to ncLastNMsg queueJames Crayne
2018-05-25Track dropped crypto packets, sessions command...James Crayne
2018-05-25sessions command, for debuging netcryptoJames Crayne
2018-05-23rangemap integrationJames Crayne
2018-05-23Word64Rangemap fixes and improvementsJames Crayne
2017-11-22Rangemap, for use with outgoingJames Crayne
2017-11-21Outgoing Sink & overwrite old packets in PacketOutQueueJames Crayne
2017-11-21export readyOutGoing, for doing IO before enqueuing outgoingJames Crayne
2017-11-19Outgoing queue and relatedJames Crayne
2017-11-19netcrypto dequeue threadJames Crayne
2017-11-19Lossy packet interface for PacketQueue.joe
2017-11-19Added PacketQueue for handling inbound netcrypto packets.joe
2017-11-05Tox: Shared secrets cache.joe
2017-10-12WIP Onion routing.joe
2017-09-15Moved Network.DHT.Routing -> Network.Kademlia.Routingjoe
2017-08-11MinMaxPSQ, takeView is useful for syncing with another data structure.joe
2017-08-05lookup' implemented for MinMaxPSQ.joe
2017-07-28Bits instance for ByteString... TODO: don't use this.joe
2017-07-28Fixed cabal build.joe
2017-07-28rewrite: search feature.joe
2017-07-27Bug-fix: Enabled storing multiple peers in a swarm.joe
2017-07-26Expose psqueues' auxillary value feature.joe
2017-07-20commentsjoe
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-19Made Wrapper.PSQ a little more flexible.joe
2017-07-15Implemented BEP 32 (IPv6 extensions) for get-peers.joe
2017-07-14Removed ip polymorphism from PeerAddr type.joe
2017-06-09Rename Network.BitTorrent.Address -> Network.Addressjoe
2017-06-09Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routingjoe
2017-06-09Started migration away from KRPC class.joe
2017-06-08Renamed Data.Tox -> Network.DatagramServer.Toxjoe
2017-06-08Renamed Network.RPC -> Network.DatagramServer.Typesjoe
2017-06-08WIP: Adapting DHT to Tox network (part 6).joe
2017-06-08WIP: Adapting DHT to Tox network (part 5).joe
2017-06-07WIP: Adapting DHT to Tox network (part 4).joe
2017-06-07Switch to cryptonite-based hashing.joe
2017-06-04WIP: Adapting DHT to Tox network.joe
2017-02-01New improved iterative search algorithm.joe
2017-01-27Switched PSQueue to psqueues for strict spine.joe
2017-01-23build fixesJames Crayne
2017-01-22More robust unicode handling.joe
2017-01-18Merge branch 'krpc' into dht-onlyjoe
2017-01-18Aeson-based pretty-printing of server requests.joe
2017-01-17Clean up all warnings (ghc 8.0.1) in DHT component.joe
2017-01-03Implementation for CRC32C (Castagnoli) hash.joe