]> git.rkrishnan.org Git - functorrent.git/history - src/FuncTorrent/Peer.hs
WIP: msg loop to send/recv infodict
[functorrent.git] / src / FuncTorrent / Peer.hs
2017-08-12 Ramakrishnan Muthu... WIP: msg loop to send/recv infodict
2017-08-06 Ramakrishnan Muthu... quick and dirty initial extended metadata protocol...
2017-08-05 Ramakrishnan Muthu... Notes on extension messages for adding magneturi
2016-07-10 Ramakrishnan Muthu... cleanups on various module imports
2016-06-25 Ramakrishnan Muthu... more hlint fixes
2016-06-19 Ramakrishnan Muthu... refactor: remove peerid from Peer datatype
2016-06-11 Ramakrishnan Muthu... fix copyright notice
2016-04-15 Ramakrishnan Muthu... *.hs: add GPLv3 License text and copyright notice
2016-03-10 Ramakrishnan Muthu... tracker: refactor around Http and Udp (to be worked...
2016-02-27 Ramakrishnan Muthu... Peer: catchall case statement to catch any invalid...
2016-02-27 Ramakrishnan Muthu... HaveMsg: minor debug print
2016-02-27 Ramakrishnan Muthu... Peer.hs: handle HaveMsg
2015-12-15 Ramakrishnan Muthu... FileSystem: add read/write stats
2015-12-11 Ramakrishnan Muthu... FileSystem: do not expose msgs outside the module,...
2015-12-09 Ramakrishnan Muthu... new modules FileSystem and PieceManager
2015-10-02 Ramakrishnan Muthu... Peer: rename identifiers that are shadowing already...
2015-10-02 Ramakrishnan Muthu... remove an unused type
2015-09-18 Ramakrishnan Muthu... fix hlint suggestions
2015-09-18 Ramakrishnan Muthu... handle Choke, interested, notinterested, cancel and...
2015-09-18 Ramakrishnan Muthu... refactor doHandshake to use pattern matching
2015-09-18 Ramakrishnan Muthu... handshake for server and client
2015-09-17 Ramakrishnan Muthu... refactoring: move verifyHash to Utils module
2015-09-17 Ramakrishnan Muthu... refactor the piecemap initialization
2015-09-16 Ramakrishnan Muthu... Fileops merged into Utils module
2015-09-15 Ramakrishnan Muthu... Resume download from where it was left off last time
2015-09-15 Ramakrishnan Muthu... refactor mkPieceMap -> initPieceMap
2015-09-13 Ramakrishnan Muthu... fix hlint suggestions
2015-09-12 Ramakrishnan Muthu... preparations to introduce Metainfo as an environment
2015-09-09 Ramakrishnan Muthu... Peer: cosmetic indentation fixes
2015-09-09 Ramakrishnan Muthu... remove a few reduntant stuff
2015-09-05 Ramakrishnan Muthu... Peer: export bytesDownloaded function
2015-09-05 Ramakrishnan Muthu... Peer: function to calculate the total bytes downloaded...
2015-09-04 Ramakrishnan Muthu... Peer: refactor pickPiece function
2015-09-03 Ramakrishnan Muthu... bug: initial state should be meInterested = false,...
2015-09-03 Ramakrishnan Muthu... peer: more refactoring. Supports all messages as before
2015-09-03 Ramakrishnan Muthu... Peer: more refactoring
2015-09-03 Ramakrishnan Muthu... Peer: Use Monad Transformers to simplify code
2015-08-02 Ramakrishnan Muthu... write to the file name specified in the info structure
2015-08-02 Ramakrishnan Muthu... refactor Peer module
2015-07-27 Ramakrishnan Muthu... refactor msgloop a bit
2015-07-27 Ramakrishnan Muthu... peer is needed only for debug print
2015-07-27 Ramakrishnan Muthu... refactor handshake msg
2015-07-26 Ramakrishnan Muthu... refactor file operations into Fileops module
2015-07-25 Ramakrishnan Muthu... bugfix: calculate proper file offset
2015-07-25 Ramakrishnan Muthu... hlint caught some ugly code
2015-07-25 Ramakrishnan Muthu... bugfix: use the previous piece length times number...
2015-07-24 Ramakrishnan Muthu... turn on hash verification of every downloaded piece
2015-07-24 Ramakrishnan Muthu... bugfix: Hash string needs to be split into 20 bytes
2015-07-24 Ramakrishnan Muthu... fix file download to create a dummy and write into...
2015-07-24 Ramakrishnan Muthu... verify SHA1 hash of each piece after assembling the...
2015-07-24 Ramakrishnan Muthu... writeFileAtOffset: name says it all
2015-07-24 Ramakrishnan Muthu... return a list of bytestring blocks corresponding to...
2015-07-24 Ramakrishnan Muthu... Peer: debug prints
2015-07-24 Ramakrishnan Muthu... get rid of (some of) the compiler warnings
2015-07-24 Ramakrishnan Muthu... split download of a piece into chunks of 16384 bytes
2015-07-24 Ramakrishnan Muthu... fix the comments
2015-07-24 Ramakrishnan Muthu... get the piece length and store it as piecestate
2015-07-24 Ramakrishnan Muthu... send request msg and get the piecemsg back
2015-07-24 Ramakrishnan Muthu... pickPiece: a simple algorithm to download the pieces...
2015-07-24 Ramakrishnan Muthu... bug: if I am uninterested and he is choking, send inter...
2015-07-24 Ramakrishnan Muthu... update piece availability list based on the bitmap
2015-07-24 Ramakrishnan Muthu... msgLoop: more refactoring, better debug prints
2015-07-24 Ramakrishnan Muthu... more refactoring around msgLoop
2015-07-23 Ramakrishnan Muthu... refactor PeerState: Add connection handle to be part...
2015-07-21 Ramakrishnan Muthu... sendMsg: equiv of getMsg but on the sending side
2015-07-20 Ramakrishnan Muthu... thread peerstate along msgloop
2015-07-19 Ramakrishnan Muthu... keep hlint happy
2015-07-19 Ramakrishnan Muthu... helper function: havePiece
2015-07-19 Ramakrishnan Muthu... add piece hash into the pieceMap
2015-07-17 Ramakrishnan Muthu... new type synonym for a Piece Map
2015-07-16 Ramakrishnan Muthu... Main.hs: move peer handling into Peer module
2015-07-12 Ramakrishnan Muthu... Merge branch 'piece-manager'
2015-05-29 Ramakrishnan Muthu... misc formatting
2015-05-17 Ramakrishnan Muthu... create a dummy file on the disk for a given path
2015-05-17 Ramakrishnan Muthu... rewrite bitfieldToList
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-06 Ramakrishnan Muthu... Merge pull request #31 from gitter-badger/gitter-badge
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