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 (Expand)Author
2015-03-07styleFeross Aboukhadijeh
2015-03-04bittorrent-dht@3Feross Aboukhadijeh
2015-03-01bittorrent-tracker@3Feross Aboukhadijeh
2015-02-08remove portfinder depFeross Aboukhadijeh
2015-01-29more style fixesFeross Aboukhadijeh
2015-01-27styleFeross Aboukhadijeh
2015-01-27JavaScript Standard StyleFeross Aboukhadijeh
2015-01-26fix test failure because of new tracker in create-torrentFeross Aboukhadijeh
2015-01-26after client.destroy(), no "ready" event emittedFeross Aboukhadijeh
2015-01-26fix unexpected 'torrent' event in browserFeross 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-12command line: add `seed` commandFeross Aboukhadijeh
2015-01-11command line: add `create` commandFeross Aboukhadijeh
2015-01-10command line: add `info` commandFeross Aboukhadijeh
2015-01-04test: verify file content in download testsFeross Aboukhadijeh
2015-01-04add blacklist.txt.gz file for testsFeross Aboukhadijeh
2015-01-04add blocklist testsFeross Aboukhadijeh
2015-01-04Add test: blocklist blocks peers discovered via DHTFeross Aboukhadijeh
2015-01-04Add DHT magnet uri test, udp tracker magnet uri testFeross Aboukhadijeh
2014-12-31test that blocklist blocks connections to peersFeross Aboukhadijeh
2014-12-31Use 'WebTorrent' user-agent for http requestsFeross Aboukhadijeh
2014-12-30add `torrent.magnetURI` getter functionFeross Aboukhadijeh
2014-12-17remove hack from testsFeross Aboukhadijeh
2014-12-17add client.seed test for path to folder (string)Feross Aboukhadijeh
2014-12-17hack: set name on blob to fix test exceptionFeross Aboukhadijeh
2014-12-17use correct tracker option `tracker`; not `trackers`Feross Aboukhadijeh
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
2014-09-17command line: add test for -v --version flagsFeross Aboukhadijeh
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