summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
AgeCommit message (Expand)Author
2017-06-30It builds!joe
2017-06-15Refactored insertNode.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-08Generalized Network.DatagramServerjoe
2017-06-08Renamed Data.Tox -> Network.DatagramServer.Toxjoe
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 5).joe
2017-06-07Switch to cryptonite-based hashing.joe
2017-06-04WIP: Adapting DHT to Tox network.joe
2017-02-01Show peers as soon as they're found.joe
2017-02-01New improved iterative search algorithm.joe
2017-01-27Switched PSQueue to psqueues for strict spine.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-23cabal file only, build issuesJames Crayne
2017-01-23build fixesJames Crayne
2017-01-22New: DHT deamon and command-line interface.joe
2017-01-21Test-suite build.joe
2017-01-19Merged krpc.cabal into bittorrent.cabal.joe
2017-01-18Flag to build only dht-related components.joe
2017-01-03Implementation for CRC32C (Castagnoli) hash.joe
2017-01-01Fixed build of testsuite.joe
2016-12-31Fix build of examples.joe
2016-12-31Made bits-extras dependency optional.joe
2016-08-20Build fixes.joe
2015-03-29Updates to build against newer libraries:joe
2014-08-01Fixes #9Mateusz Kowalczyk
2014-04-26Simplify "mktorrent get" commandSam Truzjan
2014-04-26Remove whitespaceSam Truzjan
2014-04-26Bump conduit dependencySam Truzjan
2014-04-26Remove orphaned dependencySam Truzjan
2014-04-17[Exchange] Move all download stuff to single moduleSam Truzjan
2014-04-08Hide progress moduleSam Truzjan
2014-04-08Hide Tree.hs moduleSam Truzjan
2014-04-08Move selection strategies to bitfield moduleSam Truzjan
2014-04-08Hide internal modulesSam Truzjan
2014-04-08Move bitfield to exchange subsystemSam Truzjan
2014-04-08Fold CoreSpec modulesSam Truzjan
2014-04-08Merge PeerAddr and NodeAddr modulesSam Truzjan
2014-04-04[Spec] Follow module layout changes in TorrentSam Truzjan
2014-04-04Move HashList to Torrent moduleSam Truzjan
2014-04-04Move layout info to Torrent moduleSam Truzjan
2014-04-04Move Infohash and Magnet to Torrent moduleSam Truzjan
2014-04-04[Exchange] Move ConnectionStatus to Connection moduleSam Truzjan
2014-04-04Remove aeson dependencySam Truzjan
2014-04-04[Internal] Add EventSource classSam Truzjan