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
2016-02-19BREAKING: don't emit 'peer' event for invalid peersFeross Aboukhadijeh
2016-02-19fix up PR #620Feross Aboukhadijeh
2016-02-16wrap addrToIPPort in try/catchBazyli Brzóska
2016-02-12WEBTORRENT_ANNOUNCE global should not override default tracker listFeross Aboukhadijeh
2016-02-11ignore PORT messages after dht destroyed (fix #601)Feross Aboukhadijeh
2016-02-10consistencyFeross Aboukhadijeh
2016-02-10update for bittorrent-swarm@7Feross Aboukhadijeh
2016-02-10torrent.js: add peer id to debug logsFeross Aboukhadijeh
2016-02-10client.seed: fix stream input typeFeross Aboukhadijeh
2016-02-05Swap core stream for readble-streamZander Mackie
2016-02-03Clamp file.createReadStream({ end: num }) valueFeross Aboukhadijeh
2016-02-03stream-to-blob-url@2Feross Aboukhadijeh
2016-01-15styleFeross Aboukhadijeh
2016-01-14Fix RangeError from PORT messageFeross Aboukhadijeh
2016-01-11Use number of cpu cores for piece verificationFeross Aboukhadijeh
2016-01-11support calling torrent.load() before 'ready' eventFeross Aboukhadijeh
2016-01-11remove old TODOsFeross Aboukhadijeh
2016-01-11Check blocklist for WebRTC peersFeross Aboukhadijeh
2016-01-11BREAKING: torrent.torrentFileURL renamed to torrent.torrentFileBlobURLFeross Aboukhadijeh
2016-01-11BREAKING: `downloadSpeed` and `uploadSpeed` are gettersFeross Aboukhadijeh
2016-01-11cmd: better UI at smaller terminal widthsFeross Aboukhadijeh
2016-01-11emit 'infoHash` event soonerFeross Aboukhadijeh
2016-01-08don't call discovery.setTorrent twiceFeross Aboukhadijeh
2016-01-06Merge pull request #555 from feross/fix-downloaded-propertyFeross Aboukhadijeh
2016-01-06log ut_metadata warningsFeross Aboukhadijeh
2016-01-06Fix crash on ipv6 addressesFeross Aboukhadijeh
2016-01-04Fix downloaded property accessDiego Rodríguez Baquero
2016-01-04cmd: fix exception when quittingFeross Aboukhadijeh
2016-01-03Select priorityDiego Rodríguez Baquero
2016-01-01PR feedback for #549Feross Aboukhadijeh
2016-01-01Fix timeRemaining issueDiego Rodríguez Baquero
2016-01-01Throw error on client.add('')Feross Aboukhadijeh
2015-12-30Pulled code out into 3 new packages!Feross Aboukhadijeh
2015-12-29BREAKING: rename opts.maxPeers -> opts.maxConnsFeross Aboukhadijeh
2015-12-29Merge pull request #546 from feross/throw-on-use-after-destroyFeross Aboukhadijeh
2015-12-29Merge pull request #547 from feross/torrent-pauseFeross Aboukhadijeh
2015-12-29Set maxPeers on client and pass down to every torrentAram Drevekenin
2015-12-28Add torrent.pause() APIFeross Aboukhadijeh
2015-12-28torrent: throw on use after destroyFeross Aboukhadijeh
2015-12-28Fix torrent.done state when there are deselected files (fix #316)Feross Aboukhadijeh
2015-12-28styleFeross Aboukhadijeh
2015-12-28bugfixes after PR #425Feross Aboukhadijeh
2015-12-28Merge pull request #425 from valeriangalliat/feature/render-toFeross Aboukhadijeh
2015-12-28add todosFeross Aboukhadijeh
2015-12-27torrent server only call internal `server.close` onceFeross Aboukhadijeh
2015-12-22Implement 'render-to' methodValérian Galliat
2015-12-22Rename 'append-to' to 'render'Valérian Galliat
2015-12-17torrent.createServer: throw error in browserFeross Aboukhadijeh
2015-12-17don't add default trackers when { tracker: false }Feross Aboukhadijeh
2015-12-17Improve torrent.createServer() index pageFeross Aboukhadijeh