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/lib
AgeCommit message (Expand)Author
2018-08-26modernize lib/rarity-map.jsjJimmy Wärting
2018-08-24Merge pull request #1479 from jimmywarting/feature/file_downloadedDiego Rodríguez Baquero
2018-08-24Modernize lib/tcp-pool.jsDiego Rodríguez
2018-08-24Modernize torrent.jsDiego Rodríguez
2018-08-24Modernize lib/server.jsDiego Rodríguez
2018-08-19standard styleJimmy Wärting
2018-08-19no messageJimmy Wärting
2018-08-19wrapped in parenthesesJimmy Wärting
2018-08-18modernize lib/file.jsJimmy Wärting
2018-08-10modernize lib/file-stream.jsKayleePop
2018-08-10Small debugging improvementsJohn Hiesey
2018-07-27esnext: add webconnFeross Aboukhadijeh
2018-07-25Merge pull request #1061 from bradleyjkemp/correct-availabilityDiego Rodríguez Baquero
2018-07-18Add opts.skipVerify to skip verifying existing dataJohn Hiesey
2018-05-18Implements BEP53 to allow file selection using &so in magnetURIs (#1396)Brad Marsden
2018-05-10Access-Control-Allow-Methods are GET,HEADFeross Aboukhadijeh
2018-04-27Ensure both remoteAddress and remotePort exist before using itFeross Aboukhadijeh
2018-03-03Merge pull request #1260 from diracdeltas/fix/add-hostname-optFeross Aboukhadijeh
2018-03-03simplify double if statementFeross Aboukhadijeh
2018-02-18standardFeross Aboukhadijeh
2018-01-26mime@2Feross Aboukhadijeh
2018-01-12Add hostname option to mitigate DNS rebindingyan
2017-09-25Fix file.downloaded for last pieceAlex
2017-09-10Merge pull request #1183 from magicxiao/fix_debug_function_undefined_bugDiego Rodríguez Baquero
2017-09-08fix debug function undefined bugXiaoJun
2017-07-29Raise error when streaming from a removed torrentDavid Chevers Williams
2017-06-25Merge pull request #1096 from webtorrent/feross/corsDiego R. B
2017-06-01added file.progress property, along with documentationAsh
2017-04-15feross -> webtorrentFeross Aboukhadijeh
2017-04-14Fix uncaught exception (#1103)Feross Aboukhadijeh
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-03-14Fix files under 16Kb are not downloaded correctlyFeross Aboukhadijeh
2017-03-13Fix detection of seeding peersmalone
2017-02-26whitespace fixbradleyjkemp
2017-02-25Start peers as uninterested and only move to interested if/once they have a p...bradleyjkemp
2017-02-14wait to notify() or updateInterest() at end of GCFeross Aboukhadijeh
2017-02-12change os.tmpDir() to os.tmpdir()William
2017-02-10Refactor http server; support content-dispositionFeross Aboukhadijeh
2017-02-03Don't print debug log after torrent is destroyedFeross Aboukhadijeh
2017-02-03Be more defensive: prevent code from running after destroyFeross Aboukhadijeh
2017-02-03Fix "Cannot read property 'complete' of null"Feross Aboukhadijeh
2017-02-03include infoHash in torrent.js debug logsFeross Aboukhadijeh
2017-01-20Merge pull request #1021 from feross/emit-more-warningsFeross Aboukhadijeh
2017-01-20Merge pull request #1019 from feross/fix-962Feross Aboukhadijeh
2017-01-19Emit more warningsFeross Aboukhadijeh
2017-01-18Address feross's feedbackFeross Aboukhadijeh
2017-01-18Set user-agent header for http tracker requestsFeross Aboukhadijeh