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-12fix: return duplicate torrent on Webtorrent.add() (#2372)tedd pasta
2022-06-23fix: support stream cancelling (#2335)Cas
2022-05-11fix: measure transfer rates without using timeouts (#2314)Cas
2022-03-25refactor: replace deprecated String.prototype.substr() (#2282)CommanderRoot
2022-02-03refactor: Return Torrent when client.seed finds a duplicate (#2239)Bruce Hopkins
2021-10-26fix: Prep for esm (#2205)Jimmy Wärting
2021-09-02fix: DHT cleanup after torrent removal (#2185)Diego Rodríguez Baquero
2021-08-20feat: add service worker server as an alternative to renderMedia (#2098)Cas
2021-08-17feat: Add PE/MSE support (#1820)Ivan Borzenkov
2021-08-06fix(deps): update dependency create-torrent to v5 (#2165)renovate[bot]
2021-07-25fix: log error when failing to load blocklist ip setDiego Rodríguez Baquero
2021-07-24fix: speed limit for zero (#2155)Alex
2021-07-24feat: add speed limit to client (#2062)Alex
2021-06-30fix: remove deprecated functionality (#2118)Cas
2021-06-23fix: enable UTP by default if there's supportDiego Rodríguez Baquero
2021-06-17fix: make utp-native optional (#1966)Julen Garcia Leunda
2021-02-10Support opts.preloadedStore in webtorrent.seedJohn Hiesey
2021-01-27seed: don't lose stream.name propertyFeross Aboukhadijeh
2020-12-11replace process.nextTick with queueMicrotaskftreesmilo
2020-11-14Fix review suggestionsJulen Garcia Leunda
2020-11-12Add lsd option to clientJulen Garcia Leunda
2020-10-29standardFeross Aboukhadijeh
2020-10-02Add uTP support (BEP29)Julen Garcia Leunda
2020-09-10Merge pull request #1364 from KayleePop/destroyKaylee
2020-05-10package metadataFeross Aboukhadijeh
2020-04-15implement store destruction optionKayleePop
2019-08-07remove safe-bufferFeross Aboukhadijeh
2019-07-06standardFeross Aboukhadijeh
2019-07-06standardFeross Aboukhadijeh
2018-08-29Don't verify files in client.seed()Kaylee
2018-08-29Don't call torrent.load when a FS path is seededKaylee
2018-08-29zero-fill seems like unnecessaryJimmy Wärting
2018-08-29modernize index.jsJimmy Wärting
2018-05-23Support versions being >= 100Feross Aboukhadijeh
2018-04-21expose webtorrent versionKaylee
2017-04-15feross -> webtorrentFeross Aboukhadijeh
2017-02-03include peerId in index.js debug logsFeross Aboukhadijeh
2016-10-04Remove lazy-wrtc code (to be moved into bittorrent-tracker)Feross Aboukhadijeh
2016-10-03Initialize WRTCDiego Rodríguez Baquero
2016-09-30Merge pull request #932 from feross/peeridFeross Aboukhadijeh
2016-09-24Add more peer ID entropyFeross Aboukhadijeh
2016-09-20Seed: allow announce field with trackers disabledDC
2016-09-17Option to disable BEP19 web seedsDC
2016-08-21print webtorrent debug message in right placeFeross Aboukhadijeh
2016-08-21replace 'hat' with 'randombytes'Feross Aboukhadijeh
2016-07-27Fix support for FileList input to client.seed()Feross Aboukhadijeh
2016-07-27Skip blocklist logic when opts.blocklist is not setFeross Aboukhadijeh
2016-07-27Ensure client.peerId is always a stringFeross Aboukhadijeh
2016-07-27Fixes for PR #851Feross Aboukhadijeh
2016-07-27don't use arrow functionMathias Rasmussen