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
2019-09-11Return server from server.listen for method chaining to work (#1641)Feross Aboukhadijeh
2019-09-07Fix how the first piece's irrelevant bytes are calculated (#1738)Feross Aboukhadijeh
2019-09-07Merge pull request #1615 from guanzo/requestIdleCallbackFeross Aboukhadijeh
2019-09-07Fix how the first piece's irrelevant bytes are calculatedFeross Aboukhadijeh
2019-09-07server: Use relative URLsFeross Aboukhadijeh
2019-09-07User might destroy torrent in response to 'metadata' eventFeross Aboukhadijeh
2019-09-06Emit `metadata` event before `ready` and `done`Alex
2019-08-27Address @diracdeltas feedback on #1714Feross Aboukhadijeh
2019-08-27Set security headers on /favicon.ico responsesFeross Aboukhadijeh
2019-08-27Fix http server XSSFeross Aboukhadijeh
2019-08-18Merge pull request #1701 from alxhotel/fix-left-parameterFeross Aboukhadijeh
2019-08-13print debug log in error caseFeross Aboukhadijeh
2019-08-12Fix left parameter for asynchronous behaviourAlex
2019-08-11Fix 'left' parameter on seedAlex
2019-08-09Merge pull request #1692 from webtorrent/greenkeeper/stream-to-blob-url-3.0.0Feross Aboukhadijeh
2019-08-09Fixes for stream-to-blob-url@3Feross Aboukhadijeh
2019-08-08Adds missing callback.Eric Guan
2019-08-07remove safe-bufferFeross Aboukhadijeh
2019-08-04remove require('url')Feross Aboukhadijeh
2019-08-04Merge pull request #1679 from ddumont/patch-1Feross Aboukhadijeh
2019-08-02stream-to-blob@2Feross Aboukhadijeh
2019-08-01server: use 'application/octet-stream' mimetype as fallbackFeross Aboukhadijeh
2019-08-01better error message for end < startDan Dumont
2019-07-30Fix server hostname deny featureFeross Aboukhadijeh
2019-07-24Fix error in Chrome extension environmentFeross Aboukhadijeh
2019-07-09Merge pull request #1650 from jhiesey/rescanFeross Aboukhadijeh
2019-07-09Add torrent.rescanFiles() to allow manual verifyJohn Hiesey
2019-07-06standardFeross Aboukhadijeh
2019-07-05'url.parse' was deprecated since v11.0.0. Use 'url.URL' constructor insteadFeross Aboukhadijeh
2019-06-19Remove semicolonDiego Rodríguez Baquero
2019-06-19Return server on listenDiego Rodríguez Baquero
2019-06-17Return server from server.listen for method chaining to workAnton Harniakou
2019-06-12ability to close and restore streamin serverArnaldas Augutis
2019-06-12ability to close and restore streamin serverArnaldas Augutis
2019-04-17Adds timeout option to requestIdleCallbackEric Guan
2019-03-11Fixes #1515 and #1552.Shachar Itzhaky
2018-09-27Use a update wire wrapper insteadChocobozzz
2018-09-21Try to reduce dl impact on slow computers (web)Chocobozzz
2018-08-31Fix standard errorsDiego Rodríguez
2018-08-31Modernize lib/peer.jsDiego Rodríguez
2018-08-29Merge pull request #1491 from jimmywarting/feature/remove_xtendDiego Rodríguez Baquero
2018-08-29Merge pull request #1456 from KayleePop/idbkv-chunk-storeDiego Rodríguez Baquero
2018-08-29bye bye xtendJimmy Wärting
2018-08-29standardFeross Aboukhadijeh
2018-08-27Remove the concurrency limit in the browserKayleePop
2018-08-27Pass a torrent's infohash to custom chunk stores as the `name` optionKayleePop
2018-08-27Merge pull request #1487 from KayleePop/torrent-selfDiego Rodríguez Baquero
2018-08-27remove initial fillJimmy Wärting
2018-08-26stop using selfJimmy Wärting
2018-08-26remove `self = this` in torrent.jsKayleePop