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
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