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
2021-02-12package metadataFeross Aboukhadijeh
2020-11-26travis: sauce connect on linux onlyFeross Aboukhadijeh
2020-11-26travis: explicitly specify linuxFeross Aboukhadijeh
2020-11-26travis: remove deprecated sudo optionFeross Aboukhadijeh
2020-11-26travis: test linux, windows, osxFeross Aboukhadijeh
2020-11-26test: remove electron -- not usedFeross Aboukhadijeh
2018-07-27add back required sauce optionFeross Aboukhadijeh
2018-07-27remove unused airtap optionFeross Aboukhadijeh
2018-02-21do not cache node_modulesFeross Aboukhadijeh
It's worth taking a bit of extra time to avoid npm cache bugs, and to get a more accurate test of a fresh install on a new user's machine
2018-02-21travis: test node LTSFeross Aboukhadijeh
2018-02-21zuul -> airtapFeross Aboukhadijeh
2018-01-15enable node modules cache during travis buildsThijs Triemstra
2016-10-13travis: attempt to fix CIFeross Aboukhadijeh
2016-10-12Fix xvfb on TravisJoseph Frazier
2016-05-04reduce number of tests -- increase test speedFeross Aboukhadijeh
2016-04-27Test Node v5 on Travis/AppVeyor (v6 is stable) (#774)Joseph Frazier
AppVeyor doesn't have v6 prebuilt yet, so we have to use `Update-NodeJsInstallation` to install it manually.
2016-02-16travis: drop node 0.12Feross Aboukhadijeh
2016-02-09Configure xvfb on Travis for ElectronJoseph Frazier
2015-12-02Merge pull request #501 from feross/node5Feross Aboukhadijeh
travis: test node 5
2015-12-02travis: test node 5Feross Aboukhadijeh
2015-12-02remove npm cacheFeross Aboukhadijeh
It’s causing the tests to fail because there’s an old version of create-torrent being used.
2015-11-10travis: test Node 4.2Joseph Frazier
2015-10-05travis: cache node_modules for faster buildsJoseph Frazier
http://blog.travis-ci.com/2013-12-05-speed-up-your-builds-cache-your-dependencies/
2015-07-07travis: faster buildsFeross Aboukhadijeh
2015-04-24travis: test 0.12 for `wrtc` supportFeross Aboukhadijeh
2015-02-27test iojsFeross Aboukhadijeh
2015-02-26test node 0.12Feross Aboukhadijeh
2014-09-21test 0.10 onlyFeross Aboukhadijeh
otherwise we overwhelm sauce labs
2014-09-21add encrypted sauce labs credentials for travisFeross Aboukhadijeh
2014-09-21merge `bittorrent-client` into this moduleFeross Aboukhadijeh
When I started the WebTorrent project I thought there were going to need to be two separate client implementations (bittorrent-client and webtorrent-client) that would get tied together in a higher-level module. Fortunately, this was not necessary because of the awesome “browser” field support in browserify. By substituting just a few modules, we can make the same module (webtorrent) work in node AND the browser, with the same codebase! So, from now on, you can just `require(‘webtorrent’)` in node or the browser, and it will just work. You can also `npm install webtorrent` if you want to use bittorrent in a node app or script. Lastly, you can `npm install webtorrent -g` if you want to use webtorrent as a command line app (it installs a `webtorrent` command).
2013-11-09travis-ci: test node 0.10 and 0.11Feross Aboukhadijeh
2013-11-09travis-ciFeross Aboukhadijeh