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
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
2016-07-03Fix version stringMathias Rasmussen
2016-06-16Emit 'seed' event on the torrent objectFeross Aboukhadijeh
2016-05-30Use safe-bufferFeross Aboukhadijeh
2016-05-20Make user agent strings consistentFeross Aboukhadijeh
2016-05-14don't unset {tracker: {wrtc: false}} optionFeross Aboukhadijeh
2016-05-11On duplicate torrent add, don't emit 'infoHash'Feross Aboukhadijeh
2016-05-08style: set default peerId and nodeId in clearer wayFeross Aboukhadijeh
2016-05-08Move tracker options into `opts.tracker`Feross Aboukhadijeh
2016-04-21fix more bugsFeross Aboukhadijeh
2016-04-21use simple-concatFeross Aboukhadijeh
2016-04-21client: cleanup event listenersFeross Aboukhadijeh
2016-04-21set dhtPort to correct port after listeningFeross Aboukhadijeh
2016-04-21More thorough object cleanupFeross Aboukhadijeh
2016-04-21fix duplicate client.add handling and re-enable testFeross Aboukhadijeh
2016-04-21BREAKING: Major cleanupFeross Aboukhadijeh
2016-04-02remove extra setMaxListener(0) callsFeross Aboukhadijeh
2016-04-01Ignore warning when there are > 10 torrents in the clientFeross Aboukhadijeh
2016-03-04client.progress only for *active* torrentsFeross Aboukhadijeh
2016-03-04add client.progress propertyFeross Aboukhadijeh
2016-02-19dht error should destroy the whole clientFeross Aboukhadijeh
2016-02-10consistencyFeross Aboukhadijeh
2016-02-10client.seed: fix stream input typeFeross Aboukhadijeh