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-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
2016-04-02Merge branch 'master' into dc/modtimeFeross Aboukhadijeh
2016-04-02fix: reversed tcp/webrtc timeoutsFeross Aboukhadijeh
2016-04-02remove extra setMaxListener(0) callsFeross Aboukhadijeh
2016-04-02Optimization: don't re-verify unchanged filesDC
2016-04-01Changes for torrent-discovery@8Feross Aboukhadijeh
2016-04-01remove re-emitter dependencyFeross Aboukhadijeh
2016-03-30Max Web Connections Default to 4Diego Rodríguez Baquero
2016-03-29Remove all Function.bind callsFeross Aboukhadijeh
2016-03-29Don't create new outgoing TCP connections when torrent is doneFeross Aboukhadijeh
2016-03-29Perf: Use delete keyword to avoid tons of leftover keys in plain objectsFeross Aboukhadijeh
2016-03-29Replace expensive arr.splice() with unordered-array-remove in hot codeFeross Aboukhadijeh
2016-03-29On wire close, stop ut_pex sending intervalFeross Aboukhadijeh
2016-03-29documentation fixesFeross Aboukhadijeh
2016-03-29Shorter connect timeout for TCP peersFeross Aboukhadijeh