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 (Expand)Author
2015-08-22BREAKING: Use abstract-chunk-store for storageFeross Aboukhadijeh
2015-07-08BREAKING: Add file.appendTo(); remove file.pipe(videoNode)Feross Aboukhadijeh
2015-07-08styleFeross Aboukhadijeh
2015-07-08perf: don't call buffer.fill(0) in browserFeross Aboukhadijeh
2015-07-07Merge branch 'storage-leakfix' of https://github.com/astro/webtorrent into as...Feross Aboukhadijeh
2015-05-24handle uppercase file extension namesFeross Aboukhadijeh
2015-05-24file.getBlobURL sets mimetype automaticallyFeross Aboukhadijeh
2015-05-23optional mimetype param to getBlobURLFeross Aboukhadijeh
2015-05-21throw sync error when getBlobURL is used in nodeFeross Aboukhadijeh
2015-05-21remove repeated codeFeross Aboukhadijeh
2015-05-17fix regression: only return file data when it's doneFeross Aboukhadijeh
2015-05-16better stream cleanup in storage.loadFeross Aboukhadijeh
2015-05-16Use in-memory buffer (when possible) for better memory utilizationFeross Aboukhadijeh
2015-05-16dezalgo file.getBlobURLFeross Aboukhadijeh
2015-05-16handle file.getBuffer errorsFeross Aboukhadijeh
2015-05-12style fix for eslint bugFeross Aboukhadijeh
2015-03-20internal: simplify how storage opts are passedFeross Aboukhadijeh
2015-03-07file.getBlobURL requires window.URL window.Blob supportFeross Aboukhadijeh
2015-02-18Allow to cancel reserve on unwritten blocksgrunjol
2015-02-03fix file.createReadStream regressionFeross Aboukhadijeh
2015-02-01use xtendFeross Aboukhadijeh
2015-01-27JavaScript Standard StyleFeross Aboukhadijeh
2015-01-09code styleFeross Aboukhadijeh
2015-01-08fix Piece.verify method and update README with options available when adding ...Anthony MOI
2015-01-05upgrade simple-sha1 to v2; use async sha1Feross Aboukhadijeh
2015-01-05client.seed: skip piece verification for performanceFeross Aboukhadijeh
2015-01-05replace git-sha1 with simple-sha1Astro
2015-01-04Add file.getBuffer() APIFeross Aboukhadijeh
2014-12-30New API: Add file.getURL()Feross Aboukhadijeh
2014-12-30hide EventEmitter warnings when not in debug modeFeross Aboukhadijeh
2014-10-22add torrent.createServer() methodFeross Aboukhadijeh
2014-10-22`client.seed` streams into storageFeross Aboukhadijeh
2014-09-21merge `bittorrent-client` into this moduleFeross Aboukhadijeh
2014-05-12updating webtorrent with working commandline interface based off of peerflix;...fisch0920
2014-03-03hooked up a lot more of the UIFeross Aboukhadijeh
2014-03-03fix progress barFeross Aboukhadijeh
2014-03-03torrent successfully fetched over the net!Feross Aboukhadijeh
2014-03-03add file fetching / piece verification / storage classesFeross Aboukhadijeh