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
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
2016-02-10fix opts { dht: false } optionFeross Aboukhadijeh
2016-01-15styleFeross Aboukhadijeh
2016-01-11BREAKING: `downloadSpeed` and `uploadSpeed` are gettersFeross Aboukhadijeh
2016-01-02New API: WebTorrent.WEBRTC_SUPPORTFeross Aboukhadijeh
2015-12-29BREAKING: rename opts.maxPeers -> opts.maxConnsFeross Aboukhadijeh
2015-12-29Set maxPeers on client and pass down to every torrentAram Drevekenin
2015-12-17tests: lots of cleanupFeross Aboukhadijeh
2015-12-17don't add default trackers when { tracker: false }Feross Aboukhadijeh
2015-12-17Change default "created by" to match uTorrent styleFeross Aboukhadijeh
2015-12-04remove debug statementFeross Aboukhadijeh
2015-12-04code styleFeross Aboukhadijeh
2015-12-03Standardize hash variable names (fix #374)Feross Aboukhadijeh
2015-10-02Merge pull request #418 from gillesdemey/dev-clone-optionsValérian Galliat
2015-09-17standardFeross Aboukhadijeh
2015-09-03Clone options when seeding/downloadingGilles De Mey
2015-08-22BREAKING: rename `torrent.storage` to `torrent.store`Feross Aboukhadijeh
2015-08-22Include web torrent version in http user agentFeross Aboukhadijeh
2015-08-22BREAKING: Use abstract-chunk-store for storageFeross Aboukhadijeh
2015-08-14adhere to padded-blocksLinus Unnebäck
2015-06-28respect opts.path option, even when seeding from filesystemFeross Aboukhadijeh
2015-06-14use input file/dir path as download pathJosip Janžić
2015-06-11Handle adding duplicate torrents gracefullyFeross Aboukhadijeh
2015-06-11webtorrent.get should not throwFeross Aboukhadijeh
2015-06-11factor out common variable into constFeross Aboukhadijeh
2015-06-11move TODOs to issue #353Feross Aboukhadijeh
2015-06-11add "created by" field to torrentsFeross Aboukhadijeh
2015-05-30return torrent object from webtorrent.seedFeross Aboukhadijeh
2015-05-29moved remote torrent handling into parse-torrent@5.1Feross Aboukhadijeh