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/lib
AgeCommit message (Expand)Author
2015-12-17torrent.createServer: throw error in browserFeross Aboukhadijeh
2015-12-17don't add default trackers when { tracker: false }Feross Aboukhadijeh
2015-12-17Improve torrent.createServer() index pageFeross Aboukhadijeh
2015-12-09Standard fixDiego Rodríguez B
2015-12-09Initialize pieces on constructorDiego Rodríguez B
2015-12-05add debug logFeross Aboukhadijeh
2015-12-04dedupe urlListFeross Aboukhadijeh
2015-12-04code styleFeross Aboukhadijeh
2015-12-04self -> thisFeross Aboukhadijeh
2015-12-03browser: exclude two unused packagesFeross Aboukhadijeh
2015-12-02timeRemaining should be 0 once done (Fix #503)Diego Rodríguez B
2015-10-05Accommodate Chrome/FF optional Blob arg differenceYousef Amar
2015-09-22Merge pull request #426 from valeriangalliat/hotfix/append-to-callback-elemFeross Aboukhadijeh
2015-09-17standardFeross Aboukhadijeh
2015-09-10Always pass 'elem' to 'append-to' callbackValérian Galliat
2015-08-31Disable DHT and PEX when the torrent is flagged as privateGilles De Mey
2015-08-28expose torrent.path in a clean way (fix #409)Feross Aboukhadijeh
2015-08-25Add torrent.pathAndré Stein
2015-08-24verify existing torrent dataFeross Aboukhadijeh
2015-08-24torrent.load should cancel reservationsFeross Aboukhadijeh
2015-08-24add torrent.received; change torrent.downloadedFeross Aboukhadijeh
2015-08-24styleFeross Aboukhadijeh
2015-08-24eliminate extra nextTick for 'metadata' eventFeross Aboukhadijeh
2015-08-23fix regression: progress should be capped at 100%Feross Aboukhadijeh
2015-08-23add explanatory commentFeross Aboukhadijeh
2015-08-23use "mediasource" package (published from lib/media-stream.js)Feross Aboukhadijeh
2015-08-23check for torrent.done, file.done on torrent.load()Feross Aboukhadijeh
2015-08-23append-to: Support .jpeg (alternative to .jpg)Feross Aboukhadijeh
2015-08-23use `chunk-store-stream` (published from 'lib/load-chunk-store')Feross Aboukhadijeh
2015-08-23remove dezalgo depFeross Aboukhadijeh
2015-08-22file: make file.createReadStream work on zero-length fileFeross Aboukhadijeh
2015-08-22file: emit 'done' on zero-length fileFeross Aboukhadijeh
2015-08-22remove unecessary nextTicksFeross Aboukhadijeh
2015-08-22BREAKING: rename `torrent.storage` to `torrent.store`Feross Aboukhadijeh
2015-08-22torrent: start torrent.done as `false`Feross Aboukhadijeh
2015-08-22trigger notify after torrent.load is calledFeross Aboukhadijeh
2015-08-22torrent: remove dead codeFeross Aboukhadijeh
2015-08-22pass total torrent length to storage storeFeross Aboukhadijeh
2015-08-22remove stray console logsFeross Aboukhadijeh
2015-08-22torrent: make torrent.load(streams, [cb]) callback optionalFeross Aboukhadijeh
2015-08-22BREAKING: Use abstract-chunk-store for storageFeross Aboukhadijeh
2015-08-14adhere to padded-blocksLinus Unnebäck
2015-08-10add client/torrent.on('download/upload')Feross Aboukhadijeh
2015-08-10add torrent.downloadSpeed/uploadSpeedFeross Aboukhadijeh
2015-08-10add torrent.numPeersFeross Aboukhadijeh
2015-08-10fix todo: use random-iterateFeross Aboukhadijeh
2015-07-29append-to: resume from currentTime on fallbackFeross Aboukhadijeh
2015-07-28cmd: --vlc keeps the event loop alive during "graceful exit" stage (fix #388)Feross Aboukhadijeh
2015-07-27emit 'peer' event laterFeross Aboukhadijeh
2015-07-27Fix magnet links with web seed (fix #376)Feross Aboukhadijeh