]> git.rkrishnan.org Git - functorrent.git/history - src/FuncTorrent/Tracker/Udp.hs
refactoring: return type of tracker
[functorrent.git] / src / FuncTorrent / Tracker / Udp.hs
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... 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... WIP: UDP tracker