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-06-05fix missing colonfisch0920
2014-06-03fs_storage.js -> fs-storage.jsFeross Aboukhadijeh
2014-06-03code styleFeross Aboukhadijeh
2014-05-31changes to support resuming torrents via initial piece verification; also inc...fisch0920
2014-05-30fs_storage changes for correctness and efficiency of initial piece verificati...fisch0920
2014-05-18spacesFeross Aboukhadijeh
2014-05-18code cleanupFeross Aboukhadijeh
2014-05-16fixed possibility of hanging process on --remove and fixed an error in FSStor...fisch0920
2014-05-16added small optimization to FSStorage.readBlock to read blocks from in-memory...fisch0920
2014-05-16adding FSStorage; webtorrent now can save the results of a torrent download t...fisch0920
2014-05-12updating webtorrent with working commandline interface based off of peerflix;...fisch0920
2014-04-17remove chrome app stuffFeross Aboukhadijeh
2014-04-17use ut_metadataFeross Aboukhadijeh
2014-03-25update manifest.json for new chrome.sockets.* apiFeross Aboukhadijeh
2014-03-05torrent drag and drop works! (close #33)Feross Aboukhadijeh
2014-03-05publish `drag-drop` as a moduleFeross Aboukhadijeh
2014-03-04add torrent drag-drop (incomplete)Feross Aboukhadijeh
2014-03-03show time remainingFeross Aboukhadijeh
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