summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Extension.hs
AgeCommit message (Collapse)Author
2013-10-31Update licenseSam Truzjan
2013-07-21~ Move some extensions to cabal.Sam T
2013-06-13+ Add defaultClient function.Sam T
This exposes problems with keepalives: exsample: sendWakeup: resource exhausted (Resource temporarily unavailable )
2013-06-10~ Sketch of high level API.Sam T
2013-06-06~ Rename package to bittorrent.Sam T
It seems like 'network-bittorrent' is too long and annoying: everyone knows that bittorrent is a network protocol and there is no purpose to prefix it with 'network'. Moreover hackage do not have package with the our new name. So I think just 'bittorrent' is a more suitable name for the package.
2013-06-02~ Use pretty package for pretty print.Sam T
This is a bit faster and pretty!
2013-05-08+ Add capabilities.Sam T