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
2015-08-22remove unecessary nextTicksFeross Aboukhadijeh
2015-08-22BREAKING: rename `torrent.storage` to `torrent.store`Feross Aboukhadijeh
2015-08-22torrent: start torrent.done as `false`Feross Aboukhadijeh
2015-08-22trigger notify after torrent.load is calledFeross Aboukhadijeh
2015-08-22torrent: remove dead codeFeross Aboukhadijeh
2015-08-22pass total torrent length to storage storeFeross Aboukhadijeh
2015-08-22remove stray console logsFeross Aboukhadijeh
2015-08-22torrent: make torrent.load(streams, [cb]) callback optionalFeross Aboukhadijeh
2015-08-22BREAKING: Use abstract-chunk-store for storageFeross Aboukhadijeh
2015-08-14adhere to padded-blocksLinus Unnebäck
2015-08-10add client/torrent.on('download/upload')Feross Aboukhadijeh
2015-08-10add torrent.downloadSpeed/uploadSpeedFeross Aboukhadijeh
2015-08-10add torrent.numPeersFeross Aboukhadijeh
2015-08-10fix todo: use random-iterateFeross Aboukhadijeh
2015-07-29append-to: resume from currentTime on fallbackFeross Aboukhadijeh
2015-07-28cmd: --vlc keeps the event loop alive during "graceful exit" stage (fix #388)Feross Aboukhadijeh
2015-07-27emit 'peer' event laterFeross Aboukhadijeh
2015-07-27Fix magnet links with web seed (fix #376)Feross Aboukhadijeh
2015-07-17torrent.destroy() remove from clientFeross Aboukhadijeh
2015-07-17file.appendTo() does not require a callbackFeross Aboukhadijeh
2015-07-17emit 'trackerAnnounce' when tracker client gets a responseFeross Aboukhadijeh
2015-07-17cmd: improve handling of graceful exitFeross Aboukhadijeh
2015-07-16styleFeross Aboukhadijeh
2015-07-16rarity-map: no need to re-initialize array every timeFeross Aboukhadijeh
2015-07-16'wire' emit addrFeross Aboukhadijeh
2015-07-16ut_pex: drop peer if we're not connectedFeross Aboukhadijeh
2015-07-16bittorrent-swarm does not emit 'warning'Feross Aboukhadijeh
2015-07-16remove misleading commentFeross Aboukhadijeh
2015-07-15Update torrent.jsOlaviSau
2015-07-15fixed #322 blobURL cleanupOlaviSau
2015-07-08disable @astro's memory fix because tests failFeross Aboukhadijeh
2015-07-08standardFeross Aboukhadijeh
2015-07-08BREAKING: Add file.appendTo(); remove file.pipe(videoNode)Feross Aboukhadijeh
2015-07-08styleFeross Aboukhadijeh
2015-07-08perf: don't call buffer.fill(0) in browserFeross Aboukhadijeh
2015-07-08fs-storage: return after open if storage is closedFeross Aboukhadijeh
2015-07-08perf: don't change shape of piece objectFeross Aboukhadijeh
2015-07-08dezalgo in FSStorageFeross Aboukhadijeh
2015-07-08Fix PR: fix buffer is not defined errorFeross Aboukhadijeh
2015-07-07Merge branch 'storage-leakfix' of https://github.com/astro/webtorrent into as...Feross Aboukhadijeh
2015-07-03Add web seeds soonerFeross Aboukhadijeh
2015-07-03cleanup web seed support after PRFeross Aboukhadijeh
2015-07-03http server: send 404 messageFeross Aboukhadijeh
2015-07-03Merge branch 'webseed' of https://github.com/olalonde/webtorrent into olalond...Feross Aboukhadijeh
2015-07-03media-stream: emit 'error' on video/audio tagFeross Aboukhadijeh
2015-07-03support all mediasource types (instant.io parity)Feross Aboukhadijeh
2015-06-29allow torrent.addPeer() call before swarm is created (before 'infohash' and '...Feross Aboukhadijeh
2015-06-28feross's fixes to devTristan prFeross Aboukhadijeh
2015-06-25extension supportTristan Davies
2015-06-11return if destroyedFeross Aboukhadijeh