]> git.rkrishnan.org Git - functorrent.git/history - functorrent.cabal
Basic infrastructure for Extension messages (BEP 0010)
[functorrent.git] / functorrent.cabal
2017-07-25 Ramakrishnan Muthu... new experimental Config module to hold input data
2017-07-21 Ramakrishnan Muthu... run bencode tests as well
2017-07-19 Ramakrishnan Muthu... magneturi: two passing tests
2017-07-16 Ramakrishnan Muthu... MagnetURI: New module to handle magnet uris
2016-06-12 Ramakrishnan Muthu... WIP: UDP tracker, compiles
2016-04-29 Ramakrishnan Muthu... rename LICENSE -> COPYING
2016-03-05 Ramakrishnan Muthu... Tracker: refactor into http, udp and types modules
2015-12-09 Ramakrishnan Muthu... new modules FileSystem and PieceManager
2015-09-21 Ramakrishnan Muthu... version 0.2.0
2015-09-16 Ramakrishnan Muthu... Fileops merged into Utils module
2015-09-13 Ramakrishnan Muthu... a crude server implementation
2015-09-13 Ramakrishnan Muthu... Main: generate random peerid
2015-09-13 Ramakrishnan Muthu... tasty and hunit dependencies are not lib dependencies
2015-09-13 Ramakrishnan Muthu... wip: Use reader to pass around metainfo
2015-09-11 Ramakrishnan Muthu... functorrent.cabal: avoid double compilation, one for...
2015-09-04 Ramakrishnan Muthu... Peer: refactor pickPiece function
2015-09-03 Ramakrishnan Muthu... add mtl, organize packages alphabetically
2015-07-12 Ramakrishnan Muthu... Merge branch 'piece-manager'
2015-07-03 Ramakrishnan Muthu... functorrent.cabal: rename README to README.md
2015-05-06 Ramakrishnan Muthu... Merge pull request #31 from gitter-badger/gitter-badge
2015-04-30 Ramakrishnan Muthu... wrap network calls with withSocketsDo for multiplatform...
2015-04-29 Ramakrishnan Muthu... add quickcheck as a test dependency
2015-04-28 Ramakrishnan Muthu... test: nuke hlint testsuite
2015-04-27 Ramakrishnan Muthu... suppress the "orphan instance of Arbitrary" warning
2015-04-27 Ramakrishnan Muthu... Revert "Move Arbitrary instances into another module"
2015-04-27 Ramakrishnan Muthu... Move Arbitrary instances into another module
2015-04-26 Ramakrishnan Muthu... WIP: split tests into their own modules
2015-04-26 Ramakrishnan Muthu... add QuickCheck test to the test suite.
2015-04-26 Ramakrishnan Muthu... add missing dependency for QuickCheck for executable
2015-04-26 Ramakrishnan Muthu... WIP: QuickCheck for BVal type
2015-04-25 Jaseem AbidMove network code to own file
2015-03-29 Jaseem AbidAdd directory & tasty as a library dependencies
2015-03-27 Ramakrishnan Muthu... add dependency on package "directory" to functorrent...
2015-03-27 Ramakrishnan Muthu... error out if the input string is not a valid filepath
2015-03-24 Ramakrishnan Muthu... Merge pull request #15 from vu3rdd/14-hlint-0
2015-03-24 Ramakrishnan Muthu... FIlenames start with capital letters. hlint.hs -> HLint.hs
2015-03-23 Ramakrishnan Muthu... Run HLint as a test suite.
2015-03-22 Jaseem AbidFix cabal dependencies
2015-03-21 Ramakrishnan Muthu... Merge pull request #12 from jaseemabid/master
2015-03-21 Jaseem AbidTests for decode
2015-03-21 Jaseem AbidRemove dependency on time package
2015-03-21 Jaseem AbidMake functorrent a library and an executable
2015-03-18 Jaseem AbidMerge pull request #10 from jaseemabid/master
2015-03-15 Jaseem AbidMake network request return ByteString
2015-02-21 Ramakrishnan Muthu... refactor PeerID and associated functions.
2015-02-17 Ramakrishnan Muthu... Use stackage
2015-02-16 Ramakrishnan Muthu... project renamed to "functorrent"