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 (Collapse)Author
2022-09-12fix: return duplicate torrent on Webtorrent.add() (#2372)tedd pasta
* Update index.js if the there is a duplicate torrent, return the torrent * no more emitting 'torrent' for duplicate torrents
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
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-02-03refactor: Return Torrent when client.seed finds a duplicate (#2239)Bruce Hopkins
* refactor: passes duplicate torrent in cb when creating seed * refactor: seed method passes torrent if duplicate * refactor: seed method passes torrent if duplicate * refactor: return Torrent when client.seed finds a duplicate * fix:changed warning Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com> Co-authored-by: Bruce-Hopkins <behopkins@gmail.com> Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com>
2021-10-26fix: Prep for esm (#2205)Jimmy Wärting
* prep for esm * update min req node vers * revert node prefix
2021-09-02fix: DHT cleanup after torrent removal (#2185)Diego Rodríguez Baquero
Supersedes #1289
2021-08-20feat: add service worker server as an alternative to renderMedia (#2098)Cas
* feat: add service worker server as an alternative to renderMedia * code QL * thanks gh auto merge Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com>
2021-08-17feat: Add PE/MSE support (#1820)Ivan Borzenkov
* reimplement #1384 * add option for secure - performance issue * fixes after code review * fix error * use const in hex * use stored hash * Update lib/peer.js Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com> * fix const Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com>
2021-08-06fix(deps): update dependency create-torrent to v5 (#2165)renovate[bot]
* fix(deps): update dependency create-torrent to v5 * Update index.js Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com>
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
* Add speed limit to client * Fix standard * Update docs/api.md * Add changes from PR feedback Co-authored-by: Kadu Diógenes <kadu@fnix.com.br> Co-authored-by: Ivan Gorbanev <ivang@van.work> Co-authored-by: ultimate-tester <jordimueters@hotmail.com> Co-authored-by: Julen Garcia Leunda <hicom150@gmail.com> Co-authored-by: Niklas Johansson <niklas.y.johansson@se.abb.com> Co-authored-by: ThaUnknown <kapi.skowronek@gmail.com> Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com>
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
* Add optional utp-native * Add error log when uTP cannot be loaded * Fix review suggestions * Remove an additional require call Co-authored-by: Alex <alxmorais8@msn.com>
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
0.99.0 -> '0099' 0.100.0 -> '0000' 0.101.0 -> '0001'
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
Add more peer ID entropy
2016-09-24Add more peer ID entropyFeross Aboukhadijeh
This still keeps the peer ID printable as ascii, while adding lots more entropy
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
Fixes #848
2016-07-27Skip blocklist logic when opts.blocklist is not setFeross Aboukhadijeh
Fixes #862
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