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-11-06Support http torrent urls with redirectsFeross Aboukhadijeh
2014-10-28Fix Knuth shufflecharlescharles
2014-10-22server: homepage list files in torrentFeross Aboukhadijeh
2014-10-22add torrent.createServer() methodFeross Aboukhadijeh
2014-10-22server: remove duplicate Access-Control-Allow-Origin headerFeross Aboukhadijeh
2014-10-22`client.seed` streams into storageFeross Aboukhadijeh
2014-10-20support streaming into video tagFeross Aboukhadijeh
2014-10-14Use --index to pick video file to stream (fix #150)Feross Aboukhadijeh
2014-10-14allow CORS range requestsFeross Aboukhadijeh
2014-09-21merge `bittorrent-client` into this moduleFeross Aboukhadijeh
2014-09-17add CORS headerFeross Aboukhadijeh
2014-09-13`webtorrent` module works with browserify (fix #88)Feross Aboukhadijeh
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