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-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
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