]> git.rkrishnan.org Git - functorrent.git/history - src/FuncTorrent/Tracker.hs
refactor: remove peerid from Peer datatype
[functorrent.git] / src / FuncTorrent / Tracker.hs
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-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-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
2015-12-15 Ramakrishnan Muthu... Tracker: remove redundant import
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... Network.httpget -> Network.sendGetRequest
2015-10-02 Ramakrishnan Muthu... Tracker is a separate thread now
2015-09-18 Ramakrishnan Muthu... fix hlint suggestions
2015-09-14 Ramakrishnan Muthu... Use the server port number in the tracker request
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-07-12 Ramakrishnan Muthu... Merge branch 'piece-manager'
2015-07-12 Ramakrishnan Muthu... refactoring to make Main simpler
2015-05-06 Ramakrishnan Muthu... Merge pull request #31 from gitter-badger/gitter-badge
2015-05-01 Ramakrishnan Muthu... WIP: peer handshake
2015-04-25 Jaseem AbidRename connect to tracker
2015-04-25 Jaseem AbidMove network code to own file
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-28 Jaseem AbidMerge pull request #19 from jaseemabid/master
2015-03-28 Jaseem AbidCleanup a few bad types
2015-03-21 Ramakrishnan Muthu... Merge pull request #12 from jaseemabid/master
2015-03-21 Jaseem AbidMake functorrent a library and an executable