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
AgeCommit message (Expand)Author
2022-09-02Merge pull request #2339 from ThaUnknown/streamxCas
2022-07-04fix: dedupe packagesThaUnknown
2022-06-26fix: use streamx instead of streamThaUnknown
2022-03-25refactor: replace deprecated String.prototype.substr() (#2282)CommanderRoot
2021-10-26fix: Prep for esm (#2205)Jimmy Wärting
2021-08-20feat: add service worker server as an alternative to renderMedia (#2098)Cas
2021-07-03fix: Cleanup duplicated deselect() code (#2113)Feross Aboukhadijeh
2021-04-13Make file.downloaded getter not throw when destroyedJohn Hiesey
2021-03-02Fix file progress sometimes < 0 and > 1Feross Aboukhadijeh
2021-01-29correctly calculate file downloaded progressFeross Aboukhadijeh
2020-12-11replace process.nextTick with queueMicrotaskftreesmilo
2019-09-07Fix how the first piece's irrelevant bytes are calculatedFeross Aboukhadijeh
2019-08-09Fixes for stream-to-blob-url@3Feross Aboukhadijeh
2019-08-02stream-to-blob@2Feross Aboukhadijeh
2019-03-11Fixes #1515 and #1552.Shachar Itzhaky
2018-08-29standardFeross Aboukhadijeh
2018-08-19standard styleJimmy Wärting
2018-08-19no messageJimmy Wärting
2018-08-19wrapped in parenthesesJimmy Wärting
2018-08-18modernize lib/file.jsJimmy Wärting
2017-09-25Fix file.downloaded for last pieceAlex
2017-06-01added file.progress property, along with documentationAsh
2016-11-10Adding property for downloaded bytes per file.Mikeal Rogers
2016-08-04Add options to disable autoplay/hide controlsFeross Aboukhadijeh
2016-06-15API: Add file.getBlob() methodFeross Aboukhadijeh
2016-05-29Fix exception in file.jsFeross Aboukhadijeh
2016-04-21More thorough object cleanupFeross Aboukhadijeh
2016-04-21move method comments to api docFeross Aboukhadijeh
2016-03-20Fix uncaught exception "torrent is destroyed"Feross Aboukhadijeh
2016-02-05Swap core stream for readble-streamZander Mackie
2016-02-03stream-to-blob-url@2Feross Aboukhadijeh
2016-01-03Select priorityDiego Rodríguez Baquero
2015-12-30Pulled code out into 3 new packages!Feross Aboukhadijeh
2015-12-22Implement 'render-to' methodValérian Galliat
2015-10-05Accommodate Chrome/FF optional Blob arg differenceYousef Amar
2015-08-22file: make file.createReadStream work on zero-length fileFeross Aboukhadijeh
2015-08-22file: emit 'done' on zero-length fileFeross Aboukhadijeh
2015-08-22remove stray console logsFeross Aboukhadijeh
2015-08-22BREAKING: Use abstract-chunk-store for storageFeross Aboukhadijeh