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
2020-06-16refactor torrent._rechoke()KayleePop
2020-05-26update interest when a peer's bitfield changesKayleePop
2020-05-26fix: not setting initial wire interestKayleePop
2020-05-14Change parseRange.parse to parseRangex1alien
2020-04-02fix ratioDiego Rodriguez Baquero
2020-03-16Merge pull request #1819 from webtorrent/add-private-docsAlex
2020-03-15Improve code readabilityAlex
2020-03-15use native Set instead of uniq libraryKayleePop
2020-03-15Add tests for private optionAlex
2020-03-14Add private attribute to docsAlex
2020-01-03Check if client is set when debug logging.jsdt
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