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-17tests: lots of cleanupFeross Aboukhadijeh
2015-10-04Use path.resolve in testsJoseph Frazier
See https://github.com/feross/webtorrent/issues/429#issuecomment-139878312
2015-08-24improve tests to pass when verifying torrent dataFeross Aboukhadijeh
2015-08-22BREAKING: rename `torrent.storage` to `torrent.store`Feross Aboukhadijeh
2015-08-22BREAKING: Use abstract-chunk-store for storageFeross Aboukhadijeh
Part of an effort to share more code with `torrent-stream` by @mafintosh: https://github.com/mafintosh/torrent-stream/pull/133 https://github.com/mafintosh/torrent-stream/pull/132 Storage is now based on: https://www.npmjs.com/package/fs-chunk-store (in node) https://www.npmjs.com/package/memory-chunk-store (in the browser) and: https://www.npmjs.com/package/immediate-chunk-store https://www.npmjs.com/package/torrent-piece This is a BREAKING change, since users who pass in custom storage engine with `opts.storage` will need to update their storage backend to be `abstract-chunk-store` compliant: https://www.npmjs.com/package/abstract-chunk-store There are also likely other miscellaneous BREAKING API changes, since this was a huge refactor of the codebase.
2015-07-27stricter tests: 'warning' events are failuresFeross Aboukhadijeh
2015-07-08standardFeross Aboukhadijeh
2015-07-08test: make download-dht-magnet.js more robustFeross Aboukhadijeh
2015-05-12fixes for parse-torrent@5Feross Aboukhadijeh
Fixes https://github.com/feross/parse-torrent/issues/9
2015-03-04bittorrent-dht@3Feross Aboukhadijeh
2015-01-27JavaScript Standard StyleFeross Aboukhadijeh
2015-01-04test: verify file content in download testsFeross Aboukhadijeh
2015-01-04add blocklist testsFeross Aboukhadijeh
2015-01-04Add DHT magnet uri test, udp tracker magnet uri testFeross Aboukhadijeh