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-12-01cli: Using Control-C should not print "Unexpected error" message (Fix #497)Feross Aboukhadijeh
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-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
2015-08-12Default download destination should be current directory, fixes #390Gilles De Mey
2015-08-10cmd: use torrent.timeRemainingFeross Aboukhadijeh
2015-07-30command line cleanupFeross Aboukhadijeh
2015-07-30Fixed for CI style check.Simba Zhang
2015-07-30Fixed for CI style check.Simba Zhang
2015-07-30Fixed for CI Style checkSimba Zhang
2015-07-30Added command line hook scripts(done/exit).Simba Zhang
2015-07-28cmd: --vlc keeps the event loop alive during "graceful exit" stage (fix #388)Feross Aboukhadijeh
2015-07-24cmd: --helpFeross Aboukhadijeh
2015-07-17cmd: fix seeding UIFeross Aboukhadijeh
2015-07-17cmd: quit fasterFeross Aboukhadijeh
2015-07-17Silence vlc debug outputFeross Aboukhadijeh
2015-07-17cmd: improve handling of graceful exitFeross Aboukhadijeh
2015-07-17cmd: fix omx player argumentFeross Aboukhadijeh
2015-07-17cmd: --vlc default to on topFeross Aboukhadijeh
2015-07-17cmd: better crash outputFeross Aboukhadijeh
2015-07-16command line UI improvementsFeross Aboukhadijeh
2015-07-16cmd: listen to 'wire' event on torrent directlyFeross Aboukhadijeh
2015-07-07Merge branch 'storage-leakfix' of https://github.com/astro/webtorrent into as...Feross Aboukhadijeh
2015-06-17styleFeross Aboukhadijeh
2015-06-14added --verbose option to show piece info barsJosip Janžić
2015-06-12command line: hide magnet uriFeross Aboukhadijeh
2015-06-12command line: more accurate height calculationFeross Aboukhadijeh
2015-06-12command line: print system info on crashFeross Aboukhadijeh
2015-06-01Display info hash on commandline for seed optionJohnny Tong
2015-05-24handle uppercase file extension namesFeross Aboukhadijeh
2015-05-24command line: make "seed" command do the right thingFeross Aboukhadijeh
2015-05-24command line: "add" is alias to "download"Feross Aboukhadijeh
2015-05-23bug: if download is really fast, streaming doesn't startFeross Aboukhadijeh
2015-05-12Fix webrtc crash from command lineFeross Aboukhadijeh
2015-05-05Breaking: change wire.remoteAddress propertyFeross Aboukhadijeh
2015-03-20cli: `out` option won't create extra "webtorrent/<infohash>" folderFeross Aboukhadijeh
2015-03-20cli: alphabetize commandsFeross Aboukhadijeh
2015-03-20cli: seed: print magnetURIFeross Aboukhadijeh
2015-03-20cli: document `seed` commandFeross Aboukhadijeh
2015-03-07style: always use bracesFeross Aboukhadijeh
2015-03-05Replace --list with interactive --select optionFeross Aboukhadijeh
2015-03-01parse-torrent@4Feross Aboukhadijeh
2015-02-16Merge branch 'master' of https://github.com/feross/webtorrent into show-reser...grunjol
2015-02-16show reserved blocks in cmdgrunjol