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
2015-01-26after client.destroy(), no "ready" event emittedFeross Aboukhadijeh
2015-01-26after client.destroy(), no "torrent" event should be emittedFeross Aboukhadijeh
2015-01-26throw if add or seed after destroyFeross Aboukhadijeh
2015-01-15update docs to show array of strings now supportedFeross Aboukhadijeh
2015-01-05client.seed: skip piece verification for performanceFeross Aboukhadijeh
2015-01-04add `rtcConfig` optionFeross Aboukhadijeh
2014-12-31comment fixFeross Aboukhadijeh
2014-12-31Use 'WebTorrent' user-agent for http requestsFeross Aboukhadijeh
2014-12-31remove unused code/modulesFeross Aboukhadijeh
2014-12-30add `torrent.magnetURI` getter functionFeross Aboukhadijeh
2014-12-22Merge pull request #216 from feross/hex-everythingFeross Aboukhadijeh
2014-12-22Merge pull request #213 from feross/client-seed-folderFeross Aboukhadijeh
2014-12-18set client version in node tooFeross Aboukhadijeh
2014-12-17treat peer_id as hex everywhereFeross Aboukhadijeh
2014-12-17Generate client version string from package.json versionFeross Aboukhadijeh
2014-12-17delete comments; don't repeat readmeFeross Aboukhadijeh
2014-12-17support seeding entire folders (string path to folder)Feross Aboukhadijeh
2014-12-17use correct tracker option `tracker`; not `trackers`Feross Aboukhadijeh
2014-12-17support seeding by string path to fileFeross Aboukhadijeh
2014-11-29allow Torrent to be initialized from another Torrent instanceFeross Aboukhadijeh
2014-11-03suppress event emitter warning in productionFeross Aboukhadijeh
2014-11-03styleFeross Aboukhadijeh
2014-11-03Added command to override default tmp pathopfl
2014-10-25add missing requiresFeross Aboukhadijeh
2014-10-22add torrent.createServer() methodFeross Aboukhadijeh
2014-10-22`client.seed` streams into storageFeross Aboukhadijeh
2014-10-22fix blob-to-buffer usageFeross Aboukhadijeh
2014-10-20Fix webtorrent.seed to work with FileListFeross Aboukhadijeh
2014-10-18Support `FileList` as input for the `seed` methodValérian Galliat
2014-10-14Use --index to pick video file to stream (fix #150)Feross Aboukhadijeh
2014-10-10fix --list option (#95)Feross Aboukhadijeh
2014-09-29test additional torrent types for client.addFeross Aboukhadijeh
2014-09-21merge `bittorrent-client` into this moduleFeross Aboukhadijeh
2014-09-21add "WebTorrent in production" sectionFeross Aboukhadijeh
2014-09-17simplify client.add codeFeross Aboukhadijeh
2014-09-15move http/https url and filesystem support into bittorrent-clientFeross Aboukhadijeh
2014-09-13`webtorrent` module works with browserify (fix #88)Feross Aboukhadijeh
2014-09-13actually support https torrent urlsFeross Aboukhadijeh
2014-09-13use built-in blocklist handling of bittorrent-clientFeross Aboukhadijeh
2014-09-13alias webtorrent.download to webtorrent.addFeross Aboukhadijeh
2014-09-12styleFeross Aboukhadijeh
2014-09-07Add gzip support for blocklistgtuk
2014-08-18update for bittorrent-client changesFeross Aboukhadijeh
2014-08-17support --blocklist optionFeross Aboukhadijeh
2014-08-17fix for bittorrent-client changesFeross Aboukhadijeh
2014-08-17set socket timeout to big numberFeross Aboukhadijeh
2014-08-17refactor request handlerFeross Aboukhadijeh
2014-08-16simplify webtorrent.addFeross Aboukhadijeh
2014-07-29refactor command line programFeross Aboukhadijeh
2014-07-29Remove blacklist logicFeross Aboukhadijeh