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-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: 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-05-12fixes for parse-torrent@5Feross Aboukhadijeh
Fixes https://github.com/feross/parse-torrent/issues/9
2015-03-01bittorrent-tracker@3Feross Aboukhadijeh
2015-01-04test: verify file content in download testsFeross Aboukhadijeh
2015-01-04Add DHT magnet uri test, udp tracker magnet uri testFeross Aboukhadijeh