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
AgeCommit message (Expand)Author
2017-09-08fix debug function undefined bugXiaoJun
2017-04-15feross -> webtorrentFeross Aboukhadijeh
2017-04-14Fix uncaught exception (#1103)Feross Aboukhadijeh
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-14wait to notify() or updateInterest() at end of GCFeross Aboukhadijeh
2017-02-12change os.tmpDir() to os.tmpdir()William
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
2016-12-06don't emit 'completed' on client.seedSidd Sridharan
2016-11-28Do not choke on web seeds (#972)George Petrov
2016-09-17Option to disable BEP19 web seedsDC
2016-08-21better debug idFeross Aboukhadijeh
2016-08-19Prevent possible stack overflowFeross 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-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-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-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-21client: cleanup event listenersFeross Aboukhadijeh
2016-04-21More thorough object cleanupFeross Aboukhadijeh
2016-04-21move method comments to api docFeross Aboukhadijeh
2016-04-21torrent: remove _onError, add _destroy(err, cb)Feross Aboukhadijeh