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-07-08standardFeross Aboukhadijeh
2015-07-08test: make download-dht-magnet.js more robustFeross Aboukhadijeh
2015-07-03cleanup web seed support after PRFeross Aboukhadijeh
2015-07-03Merge branch 'webseed' of https://github.com/olalonde/webtorrent into olalond...Feross Aboukhadijeh
2015-06-28feross's fixes to devTristan prFeross Aboukhadijeh
2015-06-25useful name for the testTristan Davies
2015-06-25extension supportTristan Davies
2015-06-11add failing test for #348Feross Aboukhadijeh
2015-06-11add test for issue #349Feross Aboukhadijeh
2015-06-11test styleFeross Aboukhadijeh
2015-05-29moved remote torrent handling into parse-torrent@5.1Feross Aboukhadijeh
2015-05-28Use standard JS styleOlivier Lalonde
2015-05-28test: add test for client.add with string announce propFeross Aboukhadijeh
2015-05-27Webseed: wrote simple webseed testOlivier Lalonde
2015-05-18add test: remove by Torrent objectFeross Aboukhadijeh
2015-05-12fixes for parse-torrent@5Feross Aboukhadijeh
2015-05-03When no trackers specified, use some reasonable defaultsFeross Aboukhadijeh
2015-05-03consistent test name formattingFeross Aboukhadijeh
2015-05-03split up testsFeross Aboukhadijeh
2015-04-11fix tests to work with new bittorrent-dhtFeross Aboukhadijeh
2015-04-11Breaking: rename "blocked-peer" event to "blockedPeer"Feross Aboukhadijeh
2015-03-20test: add tests for client.removeFeross Aboukhadijeh
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