]> git.rkrishnan.org Git - functorrent.git/history - src
Basic infrastructure for Extension messages (BEP 0010)
[functorrent.git] / src /
2017-08-03 Ramakrishnan Muthu... Basic infrastructure for Extension messages (BEP 0010)
2017-08-02 Ramakrishnan Muthu... metainfo: remove a redundant "show"
2017-07-31 Ramakrishnan Muthu... More consistency of types between magneturi/metainfo...
2017-07-31 Ramakrishnan Muthu... Metainfo: fix warnings and refactor
2017-07-28 Ramakrishnan Muthu... test pass
2017-07-26 Ramakrishnan Muthu... Bencode, Metainfo: remove warnings and general cleanup
2017-07-25 Ramakrishnan Muthu... new experimental Config module to hold input data
2017-07-25 Ramakrishnan Muthu... metainfo: support multifile .torrent files
2017-07-25 Ramakrishnan Muthu... Metainfo: rename mkInfo -> bvalToInfo
2017-07-25 Ramakrishnan Muthu... Metainfo: Info may or may not be present
2017-07-23 Ramakrishnan Muthu... DONOTUSE quickcheck tests do not terminate
2017-07-19 Ramakrishnan Muthu... magneturi: two passing tests
2017-07-16 Ramakrishnan Muthu... magneturi: parsing functions
2017-07-16 Ramakrishnan Muthu... MagnetURI: New module to handle magnet uris
2017-06-04 Ramakrishnan Muthu... print and error and exit if called without arguments
2016-07-17 Ramakrishnan Muthu... remove redundant import
2016-07-10 Ramakrishnan Muthu... cleanups on various module imports
2016-06-25 Ramakrishnan Muthu... more hlint fixes
2016-06-25 Ramakrishnan Muthu... more hlint cleanups
2016-06-25 Ramakrishnan Muthu... Tracker/Udp: cleanup of warnings
2016-06-23 Ramakrishnan Muthu... Tracker: refactor the tracker loop code
2016-06-19 Ramakrishnan Muthu... refactoring: return type of tracker
2016-06-19 Ramakrishnan Muthu... refactor: remove peerid from Peer datatype
2016-06-19 Ramakrishnan Muthu... Tracker/Udp: refactor the trackerloop, add timeouts
2016-06-18 Ramakrishnan Muthu... Misc fixes to http tracker.
2016-06-16 Ramakrishnan Muthu... Tracker/Udp: bug fix, IP is 4 bytes, not 6. Doh!
2016-06-15 Ramakrishnan Muthu... Tracker/Udp.hs: connect and annouce works and gets...
2016-06-15 Ramakrishnan Muthu... Tracker/Udp: send ip with annouce request
2016-06-15 Ramakrishnan Muthu... Tracker/Udp.hs: pass a proper peer id
2016-06-13 Ramakrishnan Muthu... UDP tracker: refactoring, now connect succeeds
2016-06-13 Ramakrishnan Muthu... hlint fixes
2016-06-13 Ramakrishnan Muthu... UDP Tracker: connect + announce. Does not work
2016-06-12 Ramakrishnan Muthu... UDP tracker: close session function
2016-06-12 Ramakrishnan Muthu... WIP: UDP tracker, compiles
2016-06-11 Ramakrishnan Muthu... fix copyright notice
2016-06-11 Ramakrishnan Muthu... WIP: UDP tracker
2016-06-11 Ramakrishnan Muthu... misc cleanups in Http tracker
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-03-05 Ramakrishnan Muthu... Tracker: refactor into http, udp and types modules
2016-02-28 Ramakrishnan Muthu... Tracker: add UDP tracker error response parsing
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... Tracker: remove redundant import
2015-12-15 Ramakrishnan Muthu... main: remove redundant import
2015-12-15 Ramakrishnan Muthu... FileSystem: bug fix, run should run for ever
2015-12-15 Ramakrishnan Muthu... FileSystem: typo updateState -> updateStats
2015-12-15 Ramakrishnan Muthu... FileSystem: add read/write stats
2015-12-11 Ramakrishnan Muthu... main: kill FS thread on exit (revisit)
2015-12-11 Ramakrishnan Muthu... FileSystem: do not expose msgs outside the module,...
2015-12-10 Ramakrishnan Muthu... FileSystem: encapsulate more filesystem functionality...
2015-12-09 Ramakrishnan Muthu... new modules FileSystem and PieceManager
2015-12-06 Ramakrishnan Muthu... rename tracker response function, Utils, catch exceptions.
2015-10-05 Ramakrishnan Muthu... Tracker: identify tracker protocol from the tracker...
2015-10-04 Ramakrishnan Muthu... WIP: UDP tracker: send/receive request/response
2015-10-04 Ramakrishnan Muthu... WIP: udp tracker: get the peer ip, port pairs
2015-10-04 Ramakrishnan Muthu... WIP: UDP Tracker support
2015-10-03 Ramakrishnan Muthu... Tracker: remove vestiges of the older code and module...
2015-10-02 Ramakrishnan Muthu... Peer: rename identifiers that are shadowing already...
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...
next