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
2021-10-26fix: Prep for esm (#2205)Jimmy Wärting
2021-03-20Made two array into a setJimmy Wärting
2020-12-11replace process.nextTick with queueMicrotaskftreesmilo
2020-11-24styleFeross Aboukhadijeh
2019-09-11Return server from server.listen for method chaining to work (#1641)Feross Aboukhadijeh
2019-09-07server: Use relative URLsFeross Aboukhadijeh
2019-08-27Address @diracdeltas feedback on #1714Feross Aboukhadijeh
2019-08-27Set security headers on /favicon.ico responsesFeross Aboukhadijeh
2019-08-27Fix http server XSSFeross Aboukhadijeh
2019-08-04remove require('url')Feross Aboukhadijeh
2019-08-01server: use 'application/octet-stream' mimetype as fallbackFeross Aboukhadijeh
2019-07-30Fix server hostname deny featureFeross Aboukhadijeh
2019-07-24Fix error in Chrome extension environmentFeross Aboukhadijeh
2019-07-05'url.parse' was deprecated since v11.0.0. Use 'url.URL' constructor insteadFeross Aboukhadijeh
2019-06-19Remove semicolonDiego Rodríguez Baquero
2019-06-19Return server on listenDiego Rodríguez Baquero
2019-06-17Return server from server.listen for method chaining to workAnton Harniakou
2019-06-12ability to close and restore streamin serverArnaldas Augutis
2019-06-12ability to close and restore streamin serverArnaldas Augutis
2018-08-24Modernize lib/server.jsDiego Rodríguez
2018-05-10Access-Control-Allow-Methods are GET,HEADFeross Aboukhadijeh
2018-03-03Merge pull request #1260 from diracdeltas/fix/add-hostname-optFeross Aboukhadijeh
2018-03-03simplify double if statementFeross Aboukhadijeh
2018-01-26mime@2Feross Aboukhadijeh
2018-01-12Add hostname option to mitigate DNS rebindingyan
2017-04-08Add `origin` option for torrent.createServer()Feross Aboukhadijeh
2017-03-17Merge pull request #1078 from pahwaranger/masterFeross Aboukhadijeh
2017-03-17add filename to URLpahwaranger
2017-03-17doc: torrent.createServer() takes a function argumentFeross Aboukhadijeh
2017-02-10Refactor http server; support content-dispositionFeross Aboukhadijeh
2016-09-18server: Handle invalid range handers instead of throwing (#921)Feross Aboukhadijeh
2016-09-05Handle no-arg server.destroy(), fixes #899DC
2016-09-05Fix server.close, fixes #900DC
2016-06-22WebTorrent http server: Fix HEAD requestsFeross Aboukhadijeh
2016-04-21cleanup torrent reference leaksFeross Aboukhadijeh
2016-03-29Replace expensive arr.splice() with unordered-array-remove in hot codeFeross Aboukhadijeh
2016-03-29remove prettier-bytes dependencyFeross Aboukhadijeh
2016-03-11replace pretty-bytes with prettier-bytesFeross Aboukhadijeh
2015-12-27torrent server only call internal `server.close` onceFeross Aboukhadijeh
2015-12-17Improve torrent.createServer() index pageFeross Aboukhadijeh
2015-07-28cmd: --vlc keeps the event loop alive during "graceful exit" stage (fix #388)Feross Aboukhadijeh
2015-07-03http server: send 404 messageFeross Aboukhadijeh
2015-03-07style: always use bracesFeross Aboukhadijeh
2015-03-04styleFeross Aboukhadijeh
2015-03-04dlna header fixFeross Aboukhadijeh
2015-01-27pass createServer(opts) to http serverFeross Aboukhadijeh
2015-01-27JavaScript Standard StyleFeross Aboukhadijeh
2014-12-31Support DLNA streamingFeross Aboukhadijeh
2014-11-22server: statusCode 200 unless range requestAstro
2014-10-22server: homepage list files in torrentFeross Aboukhadijeh