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
2015-06-11Handle adding duplicate torrents gracefullyFeross Aboukhadijeh
Return the existing torrent instead of failing with an error. Fixes #348
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
2015-05-18remove torrent from client on fatal torrent errorFeross Aboukhadijeh
also, fixed a bug with choking where we were inspecting wire._destroyed instead of wire.destroyed.
2015-05-04support `webtorrent-hybrid` packageFeross Aboukhadijeh
2015-05-04Remove `wrtc` dependency #303Feross Aboukhadijeh
2015-04-11Add client.address() methodFeross Aboukhadijeh
2015-03-20internal: simplify how storage opts are passedFeross Aboukhadijeh
2015-03-20Remove `browserify-versionify`Feross Aboukhadijeh
Fixes #286
2015-03-19better debug logsFeross Aboukhadijeh
2015-03-07style: always use bracesFeross Aboukhadijeh
2015-03-01doc: `client.get` can return `null`Feross Aboukhadijeh
2015-03-01parse-torrent@4Feross Aboukhadijeh
2015-02-01use xtendFeross Aboukhadijeh
2015-01-26handle error from load-ip-setFeross Aboukhadijeh
2015-01-26after client.destroy(), no "ready" event emittedFeross Aboukhadijeh
2015-01-26after client.destroy(), no "torrent" event should be emittedFeross Aboukhadijeh
Fixes #254
2015-01-26throw if add or seed after destroyFeross Aboukhadijeh
For #254
2015-01-15update docs to show array of strings now supportedFeross Aboukhadijeh
For #224.
2015-01-05client.seed: skip piece verification for performanceFeross Aboukhadijeh
For https://github.com/feross/webtorrent/issues/235
2015-01-04add `rtcConfig` optionFeross Aboukhadijeh
2014-12-31comment fixFeross Aboukhadijeh
2014-12-31Use 'WebTorrent' user-agent for http requestsFeross Aboukhadijeh
Fixes #229
2014-12-31remove unused code/modulesFeross Aboukhadijeh
2014-12-30add `torrent.magnetURI` getter functionFeross Aboukhadijeh
Depends on https://github.com/feross/parse-torrent/pull/8
2014-12-22Merge pull request #216 from feross/hex-everythingFeross Aboukhadijeh
treat peer_id as hex everywhere
2014-12-22Merge pull request #213 from feross/client-seed-folderFeross Aboukhadijeh
support seeding entire folders (string path to folder)
2014-12-18set client version in node tooFeross Aboukhadijeh
2014-12-17treat peer_id as hex everywhereFeross Aboukhadijeh
Fixes #203
2014-12-17Generate client version string from package.json versionFeross Aboukhadijeh
Depends on this PR: https://github.com/webpro/versionify/pull/2
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
For #197
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
The W3C `FileList` object has no `map` method, thus it needs to be converted to an array before using.
2014-10-14Use --index to pick video file to stream (fix #150)Feross Aboukhadijeh
2014-10-10fix --list option (#95)Feross Aboukhadijeh