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 (Collapse)Author
2018-01-15Merge pull request #1262 from thijstriemstra/patch-1Diego Rodríguez Baquero
fix typo
2018-01-14fix typoThijs Triemstra
2018-01-11move sponsorsFeross Aboukhadijeh
2018-01-11add open source sponsors to readmeFeross Aboukhadijeh
2018-01-08Merge pull request #1257 from webtorrent/jsdelivrDiego Rodríguez Baquero
Update jsdelivr URL
2018-01-06Update jsdelivr URLFeross Aboukhadijeh
JSDelivr has a new URL scheme that we must use if we want the latest JS to actually show up: https://www.jsdelivr.com/new-jsdelivr
2018-01-05Merge pull request #1253 from webtorrent/greenkeeper/browserify-15.0.0Diego Rodríguez Baquero
Update browserify to the latest version 🚀
2018-01-04chore(package): update browserify to version 15.0.0greenkeeper[bot]
2017-11-22Merge pull request #1229 from astro/patch-1Diego Rodríguez Baquero
faq.md: add bitlove to webtorrent users
2017-11-22faq.md: add bitlove to webtorrent usersAstro
Integration was a breeze. You people have done an amazing piece of code!
2017-11-10Merge pull request #1226 from MasterOdin/patch-1Diego Rodríguez Baquero
Point badges to webtorrent org
2017-11-10Point badges to webtorrent orgMatthew Peveler
2017-11-06Merge pull request #1221 from MiKatre/patch-1Diego Rodríguez Baquero
Add Cinetimes.org project to FAQ
2017-11-04Update faq.mdMiKatre
added cinetimes.org link
2017-10-31Add Char.la talkDiego Rodríguez Baquero
2017-10-27Add v0.98.20Diego Rodríguez Baquero
2017-10-18buildDiego Rodríguez
2017-10-180.98.20v0.98.20Diego Rodríguez
2017-10-18Update authorsDiego Rodríguez
2017-10-07Merge pull request #1203 from pldubouilh/add-projectDiego Rodríguez Baquero
Add webtorrent-webui project to FAQ
2017-10-07Add webtorrent-webui project to FAQPierre-Louis Dubouilh
2017-10-03Merge pull request #1200 from lukakerr/masterDiego Rodríguez Baquero
Updated docs and README to show Safari support
2017-10-03Fix orderDiego Rodríguez Baquero
Safari is not available in Android
2017-10-02Updated docs and README to show Safari supportLukaKerr
2017-09-29Change greenkeeper badge locationDiego Rodríguez Baquero
2017-09-29Merge pull request #1198 from webtorrent/greenkeeper/initialDiego Rodríguez Baquero
Update dependencies to enable Greenkeeper 🌴
2017-09-29Update package.jsonDiego Rodríguez Baquero
2017-09-29Update package.jsonDiego Rodríguez Baquero
2017-09-29docs(readme): add Greenkeeper badgegreenkeeper[bot]
2017-09-29chore(package): update dependenciesgreenkeeper[bot]
2017-09-29Merge pull request #1189 from Lunik/patch-1Diego Rodríguez Baquero
Add new application : Tcloud
2017-09-29Merge pull request #1194 from alxhotel/masterDiego Rodríguez Baquero
Fix file.downloaded for last piece
2017-09-29Merge pull request #1196 from bsclifton/upgrade-node-mimeDiego Rodríguez Baquero
Update to a version of `mime` which has been patched for Regular Expr…
2017-09-28Update to a version of `mime` which has been patched for Regular Expression ↵Brian Clifton
Denial of Service vulnerability This was discovered via https://nodesecurity.io/advisories/535 See https://github.com/broofa/node-mime/issues/167#issuecomment-331972723 for more info
2017-09-25Fix file.downloaded for last pieceAlex
2017-09-16Add new application : TcloudLunik
This is the new little brother of [Lunik-Torrent](https://github.com/Lunik/Lunik-Torrent) rewritent from scratch with new design and feature.
2017-09-10Merge pull request #1183 from magicxiao/fix_debug_function_undefined_bugDiego Rodríguez Baquero
fix debug function undefined bug
2017-09-10Merge pull request #1166 from aveday/masterDiego Rodríguez Baquero
Raise error when streaming from a removed torrent
2017-09-09Merge pull request #1184 from pierrebrocart/patch-1Diego Rodríguez Baquero
Add my project to the list
2017-09-08Add my project to the listPierre Brocart
2017-09-08Merge pull request #1175 from snowinszu/masterDiego Rodríguez Baquero
Add new WebTorrent based product: PearPlayer.js
2017-09-08fix debug function undefined bugXiaoJun
2017-08-21Update faq.mdsnowinszu
2017-07-31Merge pull request #1161 from ArchivedRepos/patch-1Diego Rodríguez Baquero
Only show json-loader requirement for webpack 1.x
2017-07-29Raise error when streaming from a removed torrentDavid Chevers Williams
In Node.js 8.2.1, when a torrent is removed while a file from it is being streamed, file-stream.js exits, crashing Node with a TypeError: VM535 file-stream.js:64 Uncaught TypeError: Cannot read property 'get' of null This patch checks whether the torrent has been marked as destroyed, and if so, raises the error to the file stream.
2017-07-24Only show json-loader requirement for webpack 1.xAlex Lu
json-loader is included in webpack 2 and up: https://webpack.js.org/guides/migrating/#json-loader-is-not-required-anymore
2017-07-23Merge pull request #1160 from shime/patch-2Diego Rodríguez Baquero
rename Seedshot to Zapsnap and update description
2017-07-23rename Seedshot to Zapsnap and update descriptionHrvoje Šimić
2017-07-17Merge pull request #1155 from webtorrent/securityFeross Aboukhadijeh
Add a security policy file
2017-07-17Add a security policy fileFeross Aboukhadijeh