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
path: root/test
AgeCommit message (Collapse)Author
2014-12-17add client.seed tests (buffer, blob, path to file)Feross Aboukhadijeh
2014-10-22Add failing test for programmatic torrent http serverFeross Aboukhadijeh
2014-10-22`client.seed` streams into storageFeross Aboukhadijeh
2014-10-22clean up testsFeross Aboukhadijeh
2014-10-06move node-only tests out of basic.jsFeross Aboukhadijeh
2014-09-29test additional torrent types for client.addFeross Aboukhadijeh
2014-09-21add test/basic.js backFeross 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).
2014-09-17command line: add test for -v --version flagsFeross Aboukhadijeh
for #94
2014-07-29fix command line testFeross Aboukhadijeh
2014-06-05add basic sanity check testsFeross Aboukhadijeh
2014-05-12add some sample torrentsFeross Aboukhadijeh
2013-11-10move bittorrent-dht into its own moduleFeross Aboukhadijeh
2013-11-09travis-ciFeross Aboukhadijeh
2013-10-27Updated UDP implementationJohn Hiesey