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-08-24improve tests to pass when verifying torrent dataFeross Aboukhadijeh
2015-08-22BREAKING: rename `torrent.storage` to `torrent.store`Feross Aboukhadijeh
2015-08-22test: don't assume event orderingFeross Aboukhadijeh
2015-08-22test: torrent.parsedTorrent is goneFeross Aboukhadijeh
2015-08-22test: improve server testFeross Aboukhadijeh
2015-08-22Include web torrent version in http user agentFeross Aboukhadijeh
2015-08-22BREAKING: Use abstract-chunk-store for storageFeross Aboukhadijeh
2015-07-27test cleanupFeross Aboukhadijeh
2015-07-27stricter tests: 'warning' events are failuresFeross Aboukhadijeh
2015-07-27remove unused requireFeross Aboukhadijeh
2015-07-27Add failing test for #376 (Magnet link with web seed fails)Feross Aboukhadijeh
2015-07-17add failing test for torrent.destroy() remove from clientFeross Aboukhadijeh
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