]> git.rkrishnan.org Git - functorrent.git/history - src/FuncTorrent/Peer.hs
convert bitfield from a peer into piece list
[functorrent.git] / src / FuncTorrent / Peer.hs
2015-05-16 Ramakrishnan Muthu... convert bitfield from a peer into piece list
2015-05-16 Ramakrishnan Muthu... remove the debug prints
2015-05-07 Ramakrishnan Muthu... receive the full handshake msg from peer
2015-05-07 Ramakrishnan Muthu... cleanup unused imports/functions
2015-05-06 Ramakrishnan Muthu... more debugging prints
2015-05-06 Ramakrishnan Muthu... WIP: receive msgs from a connected peer and print them
2015-05-06 Ramakrishnan Muthu... add a simple message loop to print out received msgs
2015-05-06 Ramakrishnan Muthu... read bytes off the handle and parse a message
2015-05-05 Ramakrishnan Muthu... rename shadowing identifiers
2015-05-05 Ramakrishnan Muthu... WIP: deserialize peer messages
2015-05-04 Ramakrishnan Muthu... WIP: Peer protocol message marshalling
2015-05-01 Ramakrishnan Muthu... WIP: peer handshake
2015-04-18 Ramakrishnan Muthu... Merge pull request #26 from jaseemabid/master
2015-04-17 Jaseem AbidClean up tracker network code
2015-04-10 Jaseem AbidMove things around
2015-03-29 Jaseem AbidHandle error cases from the tracker
2015-03-28 Jaseem AbidMerge pull request #19 from jaseemabid/master
2015-03-28 Jaseem AbidCleanup a few bad types
2015-03-22 Jaseem AbidFix tracker response test
2015-03-22 Jaseem AbidFix key error
2015-03-21 Ramakrishnan Muthu... Merge pull request #12 from jaseemabid/master
2015-03-21 Jaseem AbidRename getPeers -> peers
2015-03-21 Jaseem AbidMake functorrent a library and an executable