]> git.rkrishnan.org Git - functorrent.git/shortlog
functorrent.git
2015-08-15 Ramakrishnan... Not using travis-ci anymore
2015-08-03 Ramakrishnan... misc formatting
2015-08-03 Ramakrishnan... Now that functorrent is becoming useful, README should...
2015-08-02 Ramakrishnan... write to the file name specified in the info structure
2015-08-02 Ramakrishnan... refactor Peer module
2015-07-27 Ramakrishnan... refactor msgloop a bit
2015-07-27 Ramakrishnan... peer is needed only for debug print
2015-07-27 Ramakrishnan... refactor handshake msg
2015-07-26 Ramakrishnan... refactor file operations into Fileops module
2015-07-25 Ramakrishnan... bugfix: calculate proper file offset
2015-07-25 Ramakrishnan... hlint caught some ugly code
2015-07-25 Ramakrishnan... add a warning in the README
2015-07-25 Ramakrishnan... README: update the current status. ☺
2015-07-25 Ramakrishnan... bugfix: use the previous piece length times number...
2015-07-24 Ramakrishnan... turn on hash verification of every downloaded piece
2015-07-24 Ramakrishnan... bugfix: Hash string needs to be split into 20 bytes
2015-07-24 Ramakrishnan... fix file download to create a dummy and write into...
2015-07-24 Ramakrishnan... verify SHA1 hash of each piece after assembling the...
2015-07-24 Ramakrishnan... writeFileAtOffset: name says it all
2015-07-24 Ramakrishnan... return a list of bytestring blocks corresponding to...
2015-07-24 Ramakrishnan... Peer: debug prints
2015-07-24 Ramakrishnan... get rid of (some of) the compiler warnings
2015-07-24 Ramakrishnan... split download of a piece into chunks of 16384 bytes
2015-07-24 Ramakrishnan... fix the comments
2015-07-24 Ramakrishnan... get the piece length and store it as piecestate
2015-07-24 Ramakrishnan... send request msg and get the piecemsg back
2015-07-24 Ramakrishnan... pickPiece: a simple algorithm to download the pieces...
2015-07-24 Ramakrishnan... bug: if I am uninterested and he is choking, send inter...
2015-07-24 Ramakrishnan... update piece availability list based on the bitmap
2015-07-24 Ramakrishnan... msgLoop: more refactoring, better debug prints
2015-07-24 Ramakrishnan... more refactoring around msgLoop
2015-07-23 Ramakrishnan... refactor PeerState: Add connection handle to be part...
2015-07-21 Ramakrishnan... sendMsg: equiv of getMsg but on the sending side
2015-07-20 Ramakrishnan... thread peerstate along msgloop
2015-07-19 Ramakrishnan... gitignore .stack-work directory
2015-07-19 Ramakrishnan... update REAME.
2015-07-19 Ramakrishnan... src/Main.hs: if no input file is given, read from stdin
2015-07-19 Ramakrishnan... keep hlint happy
2015-07-19 Ramakrishnan... helper function: havePiece
2015-07-19 Ramakrishnan... add piece hash into the pieceMap
2015-07-17 Ramakrishnan... new type synonym for a Piece Map
2015-07-16 Ramakrishnan... Main.hs: move peer handling into Peer module
2015-07-12 Ramakrishnan... move torrentToMetainfo into Metainfo module
2015-07-12 Ramakrishnan... Merge branch 'piece-manager'
2015-07-12 Ramakrishnan... refactoring to make Main simpler
2015-07-12 Ramakrishnan... Main: we are parsing arguments, not the input file...
2015-07-03 Ramakrishnan... functorrent.cabal: rename README to README.md
2015-07-02 Ramakrishnan... stack config file
2015-05-29 Ramakrishnan... misc formatting
2015-05-29 Ramakrishnan... new test data file: ubuntu 14.10 i386 release iso
2015-05-17 Ramakrishnan... create a dummy file on the disk for a given path
2015-05-17 Ramakrishnan... rewrite bitfieldToList
2015-05-16 Ramakrishnan... convert bitfield from a peer into piece list
2015-05-16 Ramakrishnan... README: add a link to the official spec
2015-05-16 Ramakrishnan... remove the debug prints
2015-05-07 Ramakrishnan... receive the full handshake msg from peer
2015-05-07 Ramakrishnan... cleanup unused imports/functions
2015-05-06 Ramakrishnan... more debugging prints
2015-05-06 Ramakrishnan... WIP: receive msgs from a connected peer and print them
2015-05-06 Ramakrishnan... add a simple message loop to print out received msgs
2015-05-06 Ramakrishnan... read bytes off the handle and parse a message
2015-05-06 Ramakrishnan... Merge pull request #31 from gitter-badger/gitter-badge
2015-05-06 Ramakrishnan... README: update on the current state
2015-05-05 Ramakrishnan... rename shadowing identifiers
2015-05-05 Ramakrishnan... WIP: deserialize peer messages
2015-05-04 Ramakrishnan... WIP: Peer protocol message marshalling
2015-05-03 Ramakrishnan... Remove the redundant withSocketsDo call wrapping simpleHTTP
2015-05-01 Ramakrishnan... remove hardcoded Peer
2015-05-01 Ramakrishnan... Peer constructor also takes the peerid argument now...
2015-05-01 Ramakrishnan... WIP: peer handshake
2015-04-30 Ramakrishnan... wrap network calls with withSocketsDo for multiplatform...
2015-04-29 Ramakrishnan... WIP: FuncTorrent as a nix package
2015-04-29 Ramakrishnan... add quickcheck as a test dependency
2015-04-28 The Gitter... Added Gitter badge
2015-04-28 Ramakrishnan... Revert "travis.yml: install "happy" which is a dependen...
2015-04-28 Ramakrishnan... test: nuke hlint testsuite
2015-04-27 Ramakrishnan... suppress the "orphan instance of Arbitrary" warning
2015-04-27 Ramakrishnan... Revert "Move Arbitrary instances into another module"
2015-04-27 Ramakrishnan... Move Arbitrary instances into another module
2015-04-27 Ramakrishnan... Merge pull request #30 from jaseemabid/master
2015-04-27 Jaseem AbidAdd cabal.config from stackage snapshot lts 2.5
2015-04-26 Ramakrishnan... README: a note on using nix-shell
2015-04-26 Ramakrishnan... WIP: split tests into their own modules
2015-04-26 Ramakrishnan... QuickCheck tests now terminate successfully.
2015-04-26 Ramakrishnan... add QuickCheck test to the test suite.
2015-04-26 Ramakrishnan... add missing dependency for QuickCheck for executable
2015-04-26 Ramakrishnan... 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-24 Ramakrishnan... README: add a note on nix-shell
2015-04-24 Ramakrishnan... nix-shell configuration file
2015-04-23 Ramakrishnan... Bencode: make encode a bit more readable
2015-04-23 Ramakrishnan... Bencode: cleanup the parser a bit
2015-04-19 Jaseem AbidFix broken test
2015-04-18 Ramakrishnan... 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
2015-04-14 Jaseem AbidMerge pull request #25 from abhiranjankumar00/master
2015-04-13 Abhiranjan... Follow up #21. Applying fmap (alternative) on getters
2015-04-11 Jaseem AbidMerge pull request #24 from abhiranjankumar00/master
next