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 (Collapse)Author
2015-05-24handle uppercase file extension namesFeross Aboukhadijeh
2015-05-24command line: make "seed" command do the right thingFeross Aboukhadijeh
Fixes #328
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-12remove links to webtorrent-swarm/trackerFeross Aboukhadijeh
their functionality was merged into bittorrent-swarm and bittorrent-tracker
2015-05-12Fix webrtc crash from command lineFeross Aboukhadijeh
Sometimes RTCPeerConnection.getStats() doesn't return an ip:port for peers
2015-05-05Breaking: change wire.remoteAddress propertyFeross Aboukhadijeh
wire.remoteAddress used to be an "addr:port" string. Now, wire.remoteAddress is just the ip address. wire.remotePort is the port. This matches what net.Socket does.
2015-03-20cli: `out` option won't create extra "webtorrent/<infohash>" folderFeross Aboukhadijeh
Fixes https://github.com/feross/webtorrent/issues/156
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-03-01update clone scriptFeross Aboukhadijeh
2015-02-28Revert "remove clone script"Feross Aboukhadijeh
This reverts commit b1f86b0338fd8a5d4289adb6f489695410397aed.
2015-02-19remove clone scriptFeross Aboukhadijeh
2015-02-16Merge branch 'master' of https://github.com/feross/webtorrent into ↵grunjol
show-reserved-cmd
2015-02-16show reserved blocks in cmdgrunjol
2015-02-12styleFeross Aboukhadijeh
2015-02-09styleFeross Aboukhadijeh
2015-01-29more style fixesFeross Aboukhadijeh
2015-01-27JavaScript Standard StyleFeross Aboukhadijeh
2015-01-12command line: add `seed` commandFeross Aboukhadijeh
Fixes #231
2015-01-11command line: add `create` commandFeross Aboukhadijeh
Fixes #232
2015-01-10command line: add `info` commandFeross Aboukhadijeh
Fix #233
2014-12-31remove unused code/modulesFeross Aboukhadijeh
2014-12-30Show out folder in webtorrent command line UIFeross Aboukhadijeh
2014-12-22npm test: abort if node tests failFeross Aboukhadijeh
2014-12-05use base-10 file sizesSindre Sorhus
It's more natural for users. It's the unit used in OS X and most torrent apps like Transmission.app. http://pacoup.com/2009/05/26/kb-kb-kib-whats-up-with-that/
2014-11-27use localhost when possibleFeross Aboukhadijeh
To fix this issue: https://github.com/mafintosh/peerflix/issues/136
2014-11-27Control+C shuts down webtorrent on the first tryFeross Aboukhadijeh
Fixes #192
2014-11-27Report file size when running with --list switchFeross Aboukhadijeh
2014-11-22display remote pieces progress per wireAstro
this one is costly, could use some caching.
2014-11-22display wire upload speedAstro
2014-11-22display requests per wireAstro
2014-11-22display pieces that are in progressAstro
2014-11-20better error handling on player quitFeross Aboukhadijeh
2014-11-20change default port to 8000Feross Aboukhadijeh
2014-11-19helpFeross Aboukhadijeh
2014-11-19add --stdoutFeross Aboukhadijeh
2014-11-17Removed `--remove` and `--no-quit`; replaced with inference. Resolves issue ↵Chris
#181.
2014-11-03improve help messageFeross Aboukhadijeh
2014-11-03Don't run browser tests in PRs because they failFeross Aboukhadijeh
Travis has an issue where PRs can’t access Sauce Labs credentials. See: https://support.saucelabs.com/entries/25614798-How-can-we-set-up-an-open -source-account-that-runs-tests-on-people-s-pull-requests-
2014-11-03changed command to outopfl
2014-11-03Changed command name to downloadopfl
2014-11-03Changed command name to downloadopfl
2014-11-03Added command to override default tmp pathopfl
2014-10-29remove dead codeFeross Aboukhadijeh
2014-10-25make airplay, chromecast, and xmbc module optionalFeross Aboukhadijeh
To fix this build failure https://travis-ci.org/feross/webtorrent/builds/38995729