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-03-29rename connect timeout methodsFeross Aboukhadijeh
2016-03-29remove prettier-bytes dependencyFeross Aboukhadijeh
2016-03-29torrent.js: depend on local './swarm' fileFeross Aboukhadijeh
2016-03-29Deprecate bittorrent-swarm, inline into webtorrentFeross Aboukhadijeh
2016-03-29Only add new ut_pex peers when we're not seedingFeross Aboukhadijeh
2016-03-25provide the torrent instance in the opts.store() optionsJames Halliday
2016-03-24add todo to remove torrentFileBlobURLFeross Aboukhadijeh
2016-03-24docs: add missing `torrent.uploaded`, `torrent.torrentFile`, `torrent.numPeers`Feross Aboukhadijeh
2016-03-20Fix uncaught exception "torrent is destroyed"Feross Aboukhadijeh
2016-03-19filestream.destroy(): accept onclose callback instead of errorFeross Aboukhadijeh
2016-03-17FileStream: should emit 'close' and potentially 'error'Feross Aboukhadijeh
2016-03-11replace pretty-bytes with prettier-bytesFeross Aboukhadijeh
2016-03-11Ignore WEBTORRENT_ANNOUNCE on private torrents (for #271)Feross Aboukhadijeh
2016-03-11Don't add trackers by default -- respect user choiceFeross Aboukhadijeh
2016-03-09limit (top) number of concurrent web seed connectionsgrunjol
2016-03-09Standard fixDiego Rodríguez Baquero
2016-03-09Lower max requests of webseeds to real valueDiego Rodríguez Baquero
2016-03-06torrent: simplify timeRemaining getterFeross Aboukhadijeh
2016-03-04client.progress only for *active* torrentsFeross Aboukhadijeh
2016-03-02emit 'error' event after torrent object is destroyedFeross Aboukhadijeh
2016-03-02throw error on client.add(undefined)Feross Aboukhadijeh
2016-03-01Fixes for PR #545Feross Aboukhadijeh
2016-03-01Merge pull request #545 from feross/ws-large-chunksFeross Aboukhadijeh
2016-03-01changes for torrent-discovery 7Feross Aboukhadijeh
2016-03-01fixes for PR #595Feross Aboukhadijeh
2016-02-25Merge branch 'master' into announce-extensionYoann Ciabaud
2016-02-22torrent: Attempt to set infoHash property synchronouslyFeross Aboukhadijeh
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-04Adds a getAnnounceOpts callback to forward to the trackerYoann Ciabaud
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