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/bin
AgeCommit message (Expand)Author
2016-03-17update authorsFeross Aboukhadijeh
2016-03-11BREAKING: Move command line to new package: webtorrent-cliFeross Aboukhadijeh
2016-03-11replace pretty-bytes with prettier-bytesFeross Aboukhadijeh
2016-03-09add npm run update-authorsFeross Aboukhadijeh
2016-03-09exclude duplicate authorFeross Aboukhadijeh
2016-02-20call unref only when presentJames Halliday
2016-02-19cmd: fix UI with lots of peersFeross Aboukhadijeh
2016-02-19test: always run saucelabs test locally (#619)Feross Aboukhadijeh
2016-02-19Merge pull request #619 from josephfrazier/use-zuulrc-credentialsFeross Aboukhadijeh
2016-02-16catch and print chromecast errorsFeross Aboukhadijeh
2016-02-15bin/test.js: npmRun() exits process if no callbackJoseph Frazier
2016-02-15bin/test.js: move process.exit logic into npmRun helperJoseph Frazier
2016-02-15Always run Electron tests during `npm test`Joseph Frazier
2016-02-15Use .zuulrc credentials for Sauce Labs testsJoseph Frazier
2016-02-14remove hefty `inquirer` dependencyFeross Aboukhadijeh
2016-02-14cmd: proper fatal error on port takenFeross Aboukhadijeh
2016-02-14cmd: only make vlc-log.txt when DEBUG is enabledFeross Aboukhadijeh
2016-02-09Tests check for saucelabs environment variables, not TravisJoseph Frazier
2016-02-09npm test uses Electron if saucelabs cannot be usedJoseph Frazier
2016-02-09Tests ensure Travis environment for browser testsJoseph Frazier
2016-02-08standard styleFeross Aboukhadijeh
2016-02-06chromecast torrent titleWim
2016-02-04styleFeross Aboukhadijeh
2016-01-15cmd: fix ui when download completes on select screenFeross Aboukhadijeh
2016-01-11cmd: webtorrent info, delete extra propertyFeross Aboukhadijeh
2016-01-11BREAKING: `downloadSpeed` and `uploadSpeed` are gettersFeross Aboukhadijeh
2016-01-11cmd: use `torrent.numPeers` APIFeross Aboukhadijeh
2016-01-11cmd: better UI at smaller terminal widthsFeross Aboukhadijeh
2016-01-11eliminate `torrent.swarm` usageFeross Aboukhadijeh
2016-01-10show help if there is not exactly one argument for info, create, download, ad...Romain Beaumont
2016-01-10Remove windows-no-runnableFeross Aboukhadijeh
2016-01-04cmd: interface less than 80 chars wideFeross Aboukhadijeh
2015-12-27styleFeross Aboukhadijeh
2015-12-27cmd: --announce flag works for "create" and "download" tooFeross Aboukhadijeh
2015-12-27Merge pull request #427 from valeriangalliat/feature/announceFeross Aboukhadijeh
2015-12-07remove clone scriptFeross Aboukhadijeh
2015-12-01cli: Using Control-C should not print "Unexpected error" message (Fix #497)Feross Aboukhadijeh
2015-11-21cross-platform shell scriptFeross Aboukhadijeh
2015-11-19clone.sh should use bash due to bashismsIvan Vučica
2015-11-09Pick a new port on EACCESYoann Ciabaud
2015-11-09Pick an available port instead of crashing with "listen EADDRINUSE" or "liste...Yoann Ciabaud
2015-11-08Add an 'announce' option to announce to custom trackersValérian Galliat
2015-10-07tests use cross-spawn-async instead of child_process.spawnJoseph Frazier
2015-08-31Switching to mafinstosh/chromecastsGilles De Mey
2015-08-24cmd: remove verbose block dataFeross Aboukhadijeh
2015-08-24cmd: use new `torrent.downloaded` propertyFeross Aboukhadijeh
2015-08-22cmd: torrent.parsedTorrent is goneFeross Aboukhadijeh
2015-08-22BREAKING: Use abstract-chunk-store for storageFeross Aboukhadijeh
2015-08-14adhere to padded-blocksLinus Unnebäck
2015-08-12Use temp folder when streaming to stdout.Gilles De Mey