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
2015-12-30Add more browser testsFeross Aboukhadijeh
Run more of the tests in the browser. There's now a test/node and test/browser folder for tests that are specific to each environment. Anything in test/ will be run in both environments.
2015-12-27test: All remaining tests use new fixturesFeross Aboukhadijeh
- Tests use new fixtures in common.js - Tests ensure that destroy callbacks don’t fire an error
2015-12-27test: blocklist-dht: use run-seriesFeross Aboukhadijeh
this is simpler
2015-12-17test: port blocklist-dht to new styleFeross Aboukhadijeh
2015-12-17tests: lots of cleanupFeross Aboukhadijeh
2015-10-04Use path.resolve in testsJoseph Frazier
See https://github.com/feross/webtorrent/issues/429#issuecomment-139878312
2015-09-03standardFeross Aboukhadijeh
2015-08-24improve tests to pass when verifying torrent dataFeross Aboukhadijeh
2015-07-27stricter tests: 'warning' events are failuresFeross Aboukhadijeh
2015-05-12fixes for parse-torrent@5Feross Aboukhadijeh
Fixes https://github.com/feross/parse-torrent/issues/9
2015-04-11fix tests to work with new bittorrent-dhtFeross Aboukhadijeh
2015-04-11Breaking: rename "blocked-peer" event to "blockedPeer"Feross Aboukhadijeh
2015-03-04bittorrent-dht@3Feross Aboukhadijeh
2015-01-04add blocklist testsFeross Aboukhadijeh
2015-01-04Add test: blocklist blocks peers discovered via DHTFeross Aboukhadijeh
For #87