]> git.rkrishnan.org Git - functorrent.git/history - src/Bencode.hs
Merge pull request #10 from jaseemabid/master
[functorrent.git] / src / Bencode.hs
2015-02-23 DivamMerge pull request #1 from vu3rdd/master
2015-02-23 Ramakrishnan Muthu... Merge pull request #5 from jaseemabid/master
2015-02-22 Jaseem AbidMake `!` inline
2015-02-22 Ramakrishnan Muthu... Merge pull request #4 from jaseemabid/master
2015-02-21 Jaseem AbidAbsolute import everywhere, cleanup
2015-02-21 Ramakrishnan Muthu... Merge pull request #3 from jaseemabid/master
2015-02-21 Jaseem AbidDerive `show` automatically for BVal
2015-02-21 Ramakrishnan Muthu... more refactoring: type synonym for info dictionary
2015-02-17 Ramakrishnan Muthu... cute hlint suggestion for transformng a function
2015-02-17 Ramakrishnan Muthu... fix changed made during sleep deprived state
2015-02-17 Ramakrishnan Muthu... incorporate hlint suggestions
2015-02-16 Ramakrishnan Muthu... more refactoring
2015-02-12 Ramakrishnan Muthu... encode with tests
2015-02-12 Ramakrishnan Muthu... WIP: impement benc encoding, needed for infohash comput...
2015-02-04 Ramakrishnan Muthu... dict tests
2015-02-04 Ramakrishnan Muthu... lists: more tests
2015-02-04 Ramakrishnan Muthu... Add Strings, instance of the Show typeclass.
2015-02-04 Ramakrishnan Muthu... rearrange and refactor code for readability and compreh...
2015-02-04 Ramakrishnan Muthu... much better handling of bencode integers
2015-02-04 Ramakrishnan Muthu... correctly handle negative/zero integers
2015-02-04 Ramakrishnan Muthu... initial parser for integers
2015-02-04 Ramakrishnan Muthu... WIP: just experimenting
2015-02-03 Ramakrishnan Muthu... parser for strings