Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-03-03show overall upload/download speedFeross Aboukhadijeh
2014-03-03better total ratio calculationFeross Aboukhadijeh
2014-03-03hooked up a lot more of the UIFeross Aboukhadijeh
2014-03-03fix progress barFeross Aboukhadijeh
2014-03-03torrent successfully fetched over the net!Feross Aboukhadijeh
2014-03-03add file fetching / piece verification / storage classesFeross Aboukhadijeh
2014-02-26make some torrent methods privateFeross Aboukhadijeh
2014-02-26torrent.title -> torrent.name (for consistency)Feross Aboukhadijeh
2014-02-25parse torrent fileFeross Aboukhadijeh
2014-02-25fix metadata_size in sent messageFeross Aboukhadijeh
2014-02-25fix torrent file download corruptionFeross Aboukhadijeh
2014-02-25show speed in UIFeross Aboukhadijeh
2014-02-24clean up metadata fetching code (BEP 9) (#27)Feross Aboukhadijeh
2014-02-24send metadata_size in extended messageFeross Aboukhadijeh
2014-02-24send PORT message if peer supports DHTFeross Aboukhadijeh
2014-02-24propagate error events up to AppFeross Aboukhadijeh
2014-02-24hook up ui! (eliminate handlebars - it didn't help enough)Feross Aboukhadijeh
2014-02-23progressFeross Aboukhadijeh
2014-02-23make TorrentManager instance the background pageFeross Aboukhadijeh
2014-02-23consist file namesFeross Aboukhadijeh
2014-02-09add "report issue" linkFeross Aboukhadijeh
2014-02-07Initial UI (close #25)Feross Aboukhadijeh
2014-02-07use application/x-bittorrentFeross Aboukhadijeh
2014-02-07move BT logic into background.js; browserify everythingFeross Aboukhadijeh
2014-02-06add metadata dl link & now opens in transmission (fix #23)Feross Aboukhadijeh
2014-02-05no error if user cancels torrent file saveFeross Aboukhadijeh
2014-02-05fix $ ui errorFeross Aboukhadijeh
2014-02-05select ports in TorrentManagerFeross Aboukhadijeh
2014-02-05fix test for extended message supportFeross Aboukhadijeh
2014-02-03refactorFeross Aboukhadijeh
2013-11-10move bittorrent-dht into its own moduleFeross Aboukhadijeh
2013-11-10dht: use node-style dgram APIFeross Aboukhadijeh
2013-11-07bittorrent-dht should use chrome-app-socket moduleFeross Aboukhadijeh
2013-10-28parse magnet linkFeross Aboukhadijeh
2013-10-28DHT: find peers works now!Feross Aboukhadijeh
2013-10-28better loggingFeross Aboukhadijeh
2013-10-28retry bootstrap if no response after timeoutFeross Aboukhadijeh
2013-10-28DHT: only parse node/peer info when that key exists in responseFeross Aboukhadijeh
2013-10-27convert compact2string to use bopsFeross Aboukhadijeh
2013-10-27use bops to make bencode work in browserFeross Aboukhadijeh
2013-10-27receiving DHT responses from the network!Feross Aboukhadijeh
2013-10-27DHT for the Chrome AppFeross Aboukhadijeh
2013-10-27Updated UDP implementationJohn Hiesey
2013-10-27some DHT progress (not working)Feross Aboukhadijeh
2013-10-26chrome app that can send UDP packets to an echo serverFeross Aboukhadijeh