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
2019-08-01better error message for end < startDan Dumont
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
2018-09-27Use a update wire wrapper insteadChocobozzz
2018-09-21Try to reduce dl impact on slow computers (web)Chocobozzz
2018-08-29Merge pull request #1491 from jimmywarting/feature/remove_xtendDiego Rodríguez Baquero
2018-08-29bye bye xtendJimmy Wärting
2018-08-27Remove the concurrency limit in the browserKayleePop
2018-08-27Pass a torrent's infohash to custom chunk stores as the `name` optionKayleePop
2018-08-26remove `self = this` in torrent.jsKayleePop
2018-08-24Modernize torrent.jsDiego Rodríguez
2018-08-10Small debugging improvementsJohn Hiesey
2018-07-25Merge pull request #1061 from bradleyjkemp/correct-availabilityDiego Rodríguez Baquero
2018-07-18Add opts.skipVerify to skip verifying existing dataJohn Hiesey
2018-05-18Implements BEP53 to allow file selection using &so in magnetURIs (#1396)Brad Marsden
2018-02-18standardFeross Aboukhadijeh
2017-09-08fix debug function undefined bugXiaoJun
2017-04-15feross -> webtorrentFeross Aboukhadijeh
2017-04-14Fix uncaught exception (#1103)Feross Aboukhadijeh
2017-03-17doc: torrent.createServer() takes a function argumentFeross Aboukhadijeh
2017-03-14Fix files under 16Kb are not downloaded correctlyFeross Aboukhadijeh
2017-03-13Fix detection of seeding peersmalone
2017-02-26whitespace fixbradleyjkemp
2017-02-25Start peers as uninterested and only move to interested if/once they have a p...bradleyjkemp
2017-02-14wait to notify() or updateInterest() at end of GCFeross Aboukhadijeh
2017-02-12change os.tmpDir() to os.tmpdir()William
2017-02-03Don't print debug log after torrent is destroyedFeross Aboukhadijeh
2017-02-03Be more defensive: prevent code from running after destroyFeross Aboukhadijeh
2017-02-03Fix "Cannot read property 'complete' of null"Feross Aboukhadijeh
2017-02-03include infoHash in torrent.js debug logsFeross Aboukhadijeh
2017-01-20Merge pull request #1021 from feross/emit-more-warningsFeross Aboukhadijeh
2017-01-20Merge pull request #1019 from feross/fix-962Feross Aboukhadijeh
2017-01-19Emit more warningsFeross Aboukhadijeh
2017-01-18Address feross's feedbackFeross Aboukhadijeh
2017-01-18Set user-agent header for http tracker requestsFeross Aboukhadijeh
2016-12-06don't emit 'completed' on client.seedSidd Sridharan
2016-11-28Do not choke on web seeds (#972)George Petrov
2016-09-17Option to disable BEP19 web seedsDC
2016-08-21better debug idFeross Aboukhadijeh
2016-08-19Prevent possible stack overflowFeross Aboukhadijeh
2016-07-28Allow entire torrent deselect() to be called earlierFeross Aboukhadijeh
2016-07-27Clarify 'error' event handling in docsFeross Aboukhadijeh
2016-07-26Use discovery.complete() APIFeross Aboukhadijeh
2016-06-11Use < since it handles NaN in a predictable way, i.e. falseFeross Aboukhadijeh
2016-06-11Support torrent with a single 0 byte fileFeross Aboukhadijeh
2016-05-20fix silly errorsFeross Aboukhadijeh
2016-05-20Make user agent strings consistentFeross Aboukhadijeh
2016-05-20xs params: show status code in error logFeross Aboukhadijeh