summaryrefslogtreecommitdiff
path: root/src/Network/Address.hs
AgeCommit message (Collapse)Author
2018-11-04Preparation to move DPut to a separate project.James Crayne
2018-06-22Removed redundant imports and other clean up.joe
2018-06-20More DPut stuffjim@bo
* verbose/quiet without args shows report * verbose all - sets all tags verbose * quiet all - sets all tags quiet * XMisc defaults to verbose, everything else quiet * new XMan tag for ToxManager related stuff * s/hputStrLn stderr/dput XMisc/ in daemon code
2018-06-20port to newer versions of packages:jim@bo
* iproute >= 1.7.4 * conduit-extra >= 1.1.7
2017-11-04Enabled setting the bind-addres from command line.joe
2017-09-14Switched to the 3-transports (DHT,Onion,Crypto) Tox design.joe
2017-07-29Refactoring for tox/mainline code-sharing.joe
2017-07-28Fixed cabal build.joe
2017-07-14Removed ip polymorphism from PeerAddr type.joe
2017-07-12WIP: Mainline DHT rewrite.joe
2017-06-16Fixed off-by-one error in Data.Bits-based testIdBit.joe
2017-06-12Evacuated the Network.DHT.Mainline code.joe
Most of it went to Network.BitTorrent.DHT.Message. Some of it went to Network.DatagramServer.Mainline.
2017-06-09Removed unnecessary CRC32C dependendencies.joe
2017-06-09Rename Network.BitTorrent.Address -> Network.Addressjoe