]> git.rkrishnan.org Git - functorrent.git/history - src
Network.httpget -> Network.sendGetRequest
[functorrent.git] / src /
2015-10-02 Ramakrishnan Muthu... Network.httpget -> Network.sendGetRequest
2015-10-02 Ramakrishnan Muthu... Tracker is a separate thread now
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-14 Ramakrishnan Muthu... Use the server port number in the tracker request
2015-09-13 Ramakrishnan Muthu... a crude server implementation
2015-09-13 Ramakrishnan Muthu... Main: generate random peerid
2015-09-13 Ramakrishnan Muthu... remove the use of ReaderT
2015-09-13 Ramakrishnan Muthu... fix hlint suggestions
2015-09-13 Ramakrishnan Muthu... wip: Use reader to pass around metainfo
2015-09-12 Ramakrishnan Muthu... preparations to introduce Metainfo as an environment
2015-09-11 Ramakrishnan Muthu... functorrent.cabal: avoid double compilation, one for...
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-30 Ramakrishnan Muthu... remove redundant module imports for ghc 7.10
2015-08-03 Ramakrishnan Muthu... misc formatting
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... src/Main.hs: if no input file is given, read from stdin
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... move torrentToMetainfo into Metainfo module
2015-07-12 Ramakrishnan Muthu... Merge branch 'piece-manager'
2015-07-12 Ramakrishnan Muthu... refactoring to make Main simpler
2015-07-12 Ramakrishnan Muthu... Main: we are parsing arguments, not the input file...
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-03 Ramakrishnan Muthu... Remove the redundant withSocketsDo call wrapping simpleHTTP
2015-05-01 Ramakrishnan Muthu... remove hardcoded Peer
2015-05-01 Ramakrishnan Muthu... WIP: peer handshake
2015-04-30 Ramakrishnan Muthu... wrap network calls with withSocketsDo for multiplatform...
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... QuickCheck tests now terminate successfully.
2015-04-26 Ramakrishnan Muthu... WIP: QuickCheck for BVal type
2015-04-25 Jaseem AbidRename connect to tracker
2015-04-25 Jaseem AbidMove network code to own file
2015-04-23 Ramakrishnan Muthu... Bencode: make encode a bit more readable
2015-04-23 Ramakrishnan Muthu... Bencode: cleanup the parser a bit
2015-04-18 Ramakrishnan Muthu... Merge pull request #26 from jaseemabid/master
2015-04-18 Jaseem AbidFix bdict encode, cleanup blist encode
2015-04-17 Jaseem AbidClean up tracker network code
next