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-20chore(deps): update dependency tape to v5.6.1renovate_tape-5.xrenovate[bot]
2022-09-12chore(release): 1.8.30v1.8.30semantic-release-bot
## [1.8.30](https://github.com/webtorrent/webtorrent/compare/v1.8.29...v1.8.30) (2022-09-12) ### Bug Fixes * return duplicate torrent on Webtorrent.add() ([#2372](https://github.com/webtorrent/webtorrent/issues/2372)) ([05d27bf](https://github.com/webtorrent/webtorrent/commit/05d27bfd449aa705cefefe74d4a9eef327f63b4a))
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-09-03chore(release): 1.8.29v1.8.29semantic-release-bot
## [1.8.29](https://github.com/webtorrent/webtorrent/compare/v1.8.28...v1.8.29) (2022-09-03) ### Bug Fixes * **deps:** update dependency create-torrent to ^5.0.6 ([03a0f50](https://github.com/webtorrent/webtorrent/commit/03a0f500013172a5070dd5e8e67063bea6eaf190))
2022-09-03fix(deps): update dependency create-torrent to ^5.0.6renovate[bot]
2022-09-02chore(release): 1.8.28v1.8.28semantic-release-bot
## [1.8.28](https://github.com/webtorrent/webtorrent/compare/v1.8.27...v1.8.28) (2022-09-02) ### Bug Fixes * **deps:** update dependency fast-blob-stream to ^1.1.1 ([a441dea](https://github.com/webtorrent/webtorrent/commit/a441dea5d1a20982e9ad3fbe5237bbb02fb55898)) * **deps:** update dependency join-async-iterator to ^1.1.1 ([09b9958](https://github.com/webtorrent/webtorrent/commit/09b995814a2b5192cd9d9dd9a620d2b3dbdb5ab7))
2022-09-02Merge pull request #2367 from webtorrent/renovate_join-async-iterator-1.xCas
fix(deps): update dependency join-async-iterator to ^1.1.1
2022-09-02Merge pull request #2365 from webtorrent/renovate_fast-blob-stream-1.xCas
fix(deps): update dependency fast-blob-stream to ^1.1.1
2022-09-02chore(release): 1.8.27v1.8.27semantic-release-bot
## [1.8.27](https://github.com/webtorrent/webtorrent/compare/v1.8.26...v1.8.27) (2022-09-02) ### Bug Fixes * dedupe packages ([9ea33c2](https://github.com/webtorrent/webtorrent/commit/9ea33c2c1cd3ea9fcfa66569a3fb94148afd9869)) * drop multi-stream ([5d87d1b](https://github.com/webtorrent/webtorrent/commit/5d87d1b32356f6b75ed4f9aefe91f3ddf1ecebdb)) * null opts causing error ([3a8f901](https://github.com/webtorrent/webtorrent/commit/3a8f901a48503a5c767b6174904e2c062d403a6a)) * use streamx instead of stream ([8b97ee8](https://github.com/webtorrent/webtorrent/commit/8b97ee8cc18b05e0d20135ea8f1651e97bb65c6f))
2022-09-02fix(deps): update dependency join-async-iterator to ^1.1.1renovate[bot]
2022-09-02Merge pull request #2349 from ThaUnknown/multistreamCas
fix: drop multi-stream
2022-09-02Merge pull request #2339 from ThaUnknown/streamxCas
fix: use streamx instead of stream
2022-09-02fix(deps): update dependency fast-blob-stream to ^1.1.1renovate[bot]
2022-09-02Merge pull request #2347 from ThaUnknown/streamx-depCas
fix: dedupe packages
2022-08-24chore(deps): update dependency semantic-release to v19.0.5renovate[bot]
2022-08-18chore(deps): update dependency tape to v5.6.0renovate[bot]
2022-07-10chore: update depsCas
2022-07-10chore: update depCas
2022-07-04fix: drop multi-streamThaUnknown
2022-07-04chore(release): 1.8.26v1.8.26semantic-release-bot
## [1.8.26](https://github.com/webtorrent/webtorrent/compare/v1.8.25...v1.8.26) (2022-07-04) ### Bug Fixes * **deps:** update dependency create-torrent to ^5.0.4 ([3728336](https://github.com/webtorrent/webtorrent/commit/37283369f3476d32ac9ca85c2c2da4bd4fee273c))
2022-07-04fix(deps): update dependency create-torrent to ^5.0.4renovate[bot]
2022-07-04fix: dedupe packagesThaUnknown
2022-07-03chore(release): 1.8.25v1.8.25semantic-release-bot
## [1.8.25](https://github.com/webtorrent/webtorrent/compare/v1.8.24...v1.8.25) (2022-07-03) ### Bug Fixes * **deps:** update dependency create-torrent to ^5.0.3 ([5009d10](https://github.com/webtorrent/webtorrent/commit/5009d1018bdec96afd4bf15e5f7143951623fd48))
2022-07-03fix(deps): update dependency create-torrent to ^5.0.3renovate[bot]
2022-06-26fix: null opts causing errorThaUnknown
2022-06-26fix: use streamx instead of streamThaUnknown
2022-06-23chore(release): 1.8.24v1.8.24semantic-release-bot
## [1.8.24](https://github.com/webtorrent/webtorrent/compare/v1.8.23...v1.8.24) (2022-06-23) ### Bug Fixes * support stream cancelling ([#2335](https://github.com/webtorrent/webtorrent/issues/2335)) ([2e4f91f](https://github.com/webtorrent/webtorrent/commit/2e4f91f668ea867d768291e9efd3e1c1eb825b97))
2022-06-23fix: support stream cancelling (#2335)Cas
2022-06-23chore(release): 1.8.23v1.8.23semantic-release-bot
## [1.8.23](https://github.com/webtorrent/webtorrent/compare/v1.8.22...v1.8.23) (2022-06-23) ### Bug Fixes * **deps:** update dependency torrent-discovery to ^9.4.13 ([1e3373a](https://github.com/webtorrent/webtorrent/commit/1e3373ab9e6dd16e5b10a2e32988386615f6cf28))
2022-06-23fix(deps): update dependency torrent-discovery to ^9.4.13renovate[bot]
2022-06-14sponsorFeross Aboukhadijeh
2022-06-10chore(deps): update dependency semantic-release to v19.0.3 [security]Renovate Bot
2022-06-01chore(deps): update dependency bittorrent-tracker to v9.19.0Renovate Bot
2022-05-24chore(release): 1.8.22v1.8.22semantic-release-bot
## [1.8.22](https://github.com/webtorrent/webtorrent/compare/v1.8.21...v1.8.22) (2022-05-24) ### Bug Fixes * **deps:** update dependency bittorrent-dht to ^10.0.4 ([327d723](https://github.com/webtorrent/webtorrent/commit/327d7234a85f38bf8d397e41875a5603a8d175d1))
2022-05-24fix(deps): update dependency bittorrent-dht to ^10.0.4Renovate Bot
2022-05-24chore(release): 1.8.21v1.8.21semantic-release-bot
## [1.8.21](https://github.com/webtorrent/webtorrent/compare/v1.8.20...v1.8.21) (2022-05-23) ### Bug Fixes * **deps:** update dependency throughput to ^1.0.1 ([#2321](https://github.com/webtorrent/webtorrent/issues/2321)) ([d53d95e](https://github.com/webtorrent/webtorrent/commit/d53d95e1ed75a288cea706d65fb660f2be3a02a0))
2022-05-24fix(deps): update dependency throughput to ^1.0.1 (#2321)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-14chore(release): 1.8.20v1.8.20semantic-release-bot
## [1.8.20](https://github.com/webtorrent/webtorrent/compare/v1.8.19...v1.8.20) (2022-05-14) ### Bug Fixes * **deps:** update dependency bittorrent-dht to ^10.0.3 ([#2320](https://github.com/webtorrent/webtorrent/issues/2320)) ([2ebbd8e](https://github.com/webtorrent/webtorrent/commit/2ebbd8eacfd0d7778357ca0f44ead331ba439a26))
2022-05-14fix(deps): update dependency bittorrent-dht to ^10.0.3 (#2320)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-12chore(release): 1.8.19v1.8.19semantic-release-bot
## [1.8.19](https://github.com/webtorrent/webtorrent/compare/v1.8.18...v1.8.19) (2022-05-11) ### Bug Fixes * **deps:** update dependency torrent-discovery to ^9.4.12 ([36e931a](https://github.com/webtorrent/webtorrent/commit/36e931aff5e44fc5aa298a6166bfe7b4e1560499))
2022-05-12fix(deps): update dependency torrent-discovery to ^9.4.12Renovate Bot
2022-05-11chore(docs): add Niwder cloud torrent platform (#2317) [skip ci]Nipuna Weerasekara
Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com>
2022-05-11docs: Updated TorQuiX with new name CrawFish and updated link reference, to ↵Drakonkat
faq.md (#2316) [skip ci] * Added TorQuiX docker webclient * docs: Added TorQuiX docker webclient, to faq.md * docs: Updated TorQuiX with new name CrawFish and updated link reference, to faq.md Co-authored-by: Mauro Mazzocchetti <m.mazzocchetti@tech4care.it>
2022-05-11chore(release): 1.8.18v1.8.18semantic-release-bot
## [1.8.18](https://github.com/webtorrent/webtorrent/compare/v1.8.17...v1.8.18) (2022-05-11) ### Bug Fixes * **deps:** update dependency bittorrent-tracker to v9.18.6 ([#2315](https://github.com/webtorrent/webtorrent/issues/2315)) ([b63d652](https://github.com/webtorrent/webtorrent/commit/b63d652229c4cf55a4eebbe95c98a62716bcc377))
2022-05-11fix(deps): update dependency bittorrent-tracker to v9.18.6 (#2315)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-11chore(release): 1.8.17v1.8.17semantic-release-bot
## [1.8.17](https://github.com/webtorrent/webtorrent/compare/v1.8.16...v1.8.17) (2022-05-11) ### Bug Fixes * measure transfer rates without using timeouts ([#2314](https://github.com/webtorrent/webtorrent/issues/2314)) ([522ee4c](https://github.com/webtorrent/webtorrent/commit/522ee4cd14d3b41e92c3978e9816cb66e00233f0))
2022-05-11fix: measure transfer rates without using timeouts (#2314)Cas
2022-05-10chore(deps): update github/codeql-action action to v2 (#2304)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-10chore(deps): update dependency babel-minify to v0.5.2 (#2313)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-02chore(docs): add miru, haven torrent client (#2312)Cas