]> git.rkrishnan.org Git - functorrent.git/shortlog
functorrent.git
2015-02-16 Ramakrishnan... project renamed to "functorrent"
2015-02-16 Ramakrishnan... misc changes to fix warning
2015-02-16 Ramakrishnan... TODO: implement complete/incomplete fields
2015-02-16 Ramakrishnan... refactoring
2015-02-16 Ramakrishnan... haskell style guide link and spec link
2015-02-16 Ramakrishnan... print peer ip and port numbers
2015-02-16 Ramakrishnan... update README with a note on tests
2015-02-16 Ramakrishnan... update readme with goals and todos
2015-02-16 Ramakrishnan... more refactoring
2015-02-16 Ramakrishnan... add some test torrent files
2015-02-16 Ramakrishnan... refactoring
2015-02-15 Ramakrishnan... talk to tracker and get the peer dict
2015-02-15 Ramakrishnan... convert to base16 (hex) before doing urlencode
2015-02-15 Ramakrishnan... WIP: tracker protocol
2015-02-15 Ramakrishnan... refactor urlEncode
2015-02-15 Ramakrishnan... urlencoding: ByteString -> String
2015-02-15 Ramakrishnan... first attempt (buggy) at urlencode
2015-02-12 Ramakrishnan... minor formatting
2015-02-12 Ramakrishnan... info hash calculation
2015-02-12 Ramakrishnan... encode with tests
2015-02-12 Ramakrishnan... WIP: impement benc encoding, needed for infohash comput...
2015-02-11 Ramakrishnan... WIP: Johan Tibbel's haskell style guide compliance.
2015-02-10 Ramakrishnan... WIP: tracker interactions
2015-02-10 Ramakrishnan... HTTP client library dependency
2015-02-05 Ramakrishnan... parse and print Metainfo
2015-02-05 Ramakrishnan... WIP: Main
2015-02-05 Ramakrishnan... typos and correct module namespacing
2015-02-04 Ramakrishnan... WIP: mkMetaInfo
2015-02-04 Ramakrishnan... WIP: info record
2015-02-04 Ramakrishnan... WIP: metainfo record
2015-02-04 Ramakrishnan... WIP: create MetaInfo structure from torrentfile
2015-02-04 Ramakrishnan... dict tests
2015-02-04 Ramakrishnan... lists: more tests
2015-02-04 Ramakrishnan... Add Strings, instance of the Show typeclass.
2015-02-04 Ramakrishnan... rearrange and refactor code for readability and compreh...
2015-02-04 Ramakrishnan... much better handling of bencode integers
2015-02-04 Ramakrishnan... add dictionary definition of deluge
2015-02-04 Ramakrishnan... add a README
2015-02-04 Ramakrishnan... correctly handle negative/zero integers
2015-02-04 Ramakrishnan... initial parser for integers
2015-02-04 Ramakrishnan... WIP: just experimenting
2015-02-03 Ramakrishnan... parser for strings
2015-02-03 Ramakrishnan... add build-dependency for doctest
2015-02-03 Ramakrishnan... Main program
2015-02-03 Ramakrishnan... more ghc options, parsec instead of attoparsec
2015-02-03 Ramakrishnan... add dependencies
2015-02-03 Ramakrishnan... add gitignore file
2015-02-03 Ramakrishnan... cabal init