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-09-05Handle no-arg server.destroy(), fixes #899DC
2016-09-05Fix server.close, fixes #900DC
2016-08-21better debug idFeross Aboukhadijeh
2016-08-19Prevent possible stack overflowFeross Aboukhadijeh
2016-08-04Add options to disable autoplay/hide controlsFeross Aboukhadijeh
2016-07-28Allow entire torrent deselect() to be called earlierFeross Aboukhadijeh
2016-07-27Clarify 'error' event handling in docsFeross Aboukhadijeh
2016-07-26Use discovery.complete() APIFeross Aboukhadijeh
2016-06-22WebTorrent http server: Fix HEAD requestsFeross Aboukhadijeh
2016-06-15API: Add file.getBlob() methodFeross Aboukhadijeh
2016-06-12Fixes for PR #834Feross Aboukhadijeh
2016-06-12Update tcp-pool.jsDiego Rodríguez Baquero
2016-06-11Use < since it handles NaN in a predictable way, i.e. falseFeross Aboukhadijeh
2016-06-11Support torrent with a single 0 byte fileFeross Aboukhadijeh
2016-05-30Use safe-bufferFeross Aboukhadijeh
2016-05-29Fix exception in file.jsFeross Aboukhadijeh
2016-05-20fix silly errorsFeross Aboukhadijeh
2016-05-20Make user agent strings consistentFeross Aboukhadijeh
2016-05-20xs params: show status code in error logFeross Aboukhadijeh
2016-05-19Fixes for PR #799Feross Aboukhadijeh
2016-05-19Merge pull request #799 from Sebmaster/feature/magnet-xsFeross Aboukhadijeh
2016-05-18Fix exception caused by race conditionFeross Aboukhadijeh
2016-05-17Implement exact source (xs) for magnet URIsSebastian Mayr
2016-05-11On duplicate torrent add, don't emit 'infoHash'Feross Aboukhadijeh
2016-05-08remove path-existsFeross Aboukhadijeh
2016-05-08Move tracker options into `opts.tracker`Feross Aboukhadijeh
2016-05-05Merge pull request #775 from harperj/no-peersFeross Aboukhadijeh
2016-05-05torrent.pause: Fix peer._destroy is not a functionFeross Aboukhadijeh
2016-05-04fix `torrent.swarm` usageFeross Aboukhadijeh
2016-04-27Update 'noPeers' to stop using deprecated 'torrent.swarm'Jonathan Harper
2016-04-27Torrent emits 'noPeers' even when swarm is empty after announceJonathan Harper
2016-04-24standardFeross Aboukhadijeh
2016-04-24make `torrent.swarm` workFeross Aboukhadijeh
2016-04-24emit 'done' after tracker 'complete' is sentFeross Aboukhadijeh
2016-04-21fix more bugsFeross Aboukhadijeh
2016-04-21Fix one more peer leakFeross Aboukhadijeh
2016-04-21Fix exceptionsFeross Aboukhadijeh
2016-04-21use simple-concatFeross Aboukhadijeh
2016-04-21client: cleanup event listenersFeross Aboukhadijeh
2016-04-21More thorough object cleanupFeross Aboukhadijeh
2016-04-21cleanup torrent reference leaksFeross Aboukhadijeh
2016-04-21move method comments to api docFeross Aboukhadijeh
2016-04-21torrent: remove _onError, add _destroy(err, cb)Feross Aboukhadijeh
2016-04-21BREAKING: Major cleanupFeross Aboukhadijeh
2016-04-06Base web seed pipeline length on piece lengthFeross Aboukhadijeh
2016-04-06Merge pull request #710 from feross/max-web-conns-defaultFeross Aboukhadijeh
2016-04-06Fix ENOENT error when one file is missing from filesystemFeross Aboukhadijeh
2016-04-06do not request pieces until store is readyFeross Aboukhadijeh
2016-04-03Merge branch 'master' into max-web-conns-defaultDiego Rodríguez Baquero
2016-04-02Fixes for PR #715Feross Aboukhadijeh