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
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
2014-10-22add torrent.createServer() methodFeross Aboukhadijeh
2014-10-22server: remove duplicate Access-Control-Allow-Origin headerFeross Aboukhadijeh
2014-10-14Use --index to pick video file to stream (fix #150)Feross Aboukhadijeh
2014-10-14allow CORS range requestsFeross Aboukhadijeh
2014-09-17add CORS headerFeross Aboukhadijeh
2014-09-13`webtorrent` module works with browserify (fix #88)Feross Aboukhadijeh