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/docs
AgeCommit message (Collapse)Author
2016-09-17Revert "Adds Instant Popcorn to FAQ"Feross Aboukhadijeh
2016-09-17Adds Instant Popcorn to FAQferrolho
2016-09-17Option to disable BEP19 web seedsDC
2016-09-15Merge pull request #910 from elendirx/update-who-is-using-faqFeross Aboukhadijeh
Added web2web to the "Who is using" section
2016-09-15Added source code of web2web to the "Who is using" sectionmichal
2016-09-14Added web2web to the "Who is using" sectionmichal
2016-09-13Add new FAQ: "Does WebTorrent leak your IP address?"Feross Aboukhadijeh
2016-08-23docs: better docs for .renderTo()Feross Aboukhadijeh
2016-08-11live streaming faqFeross Aboukhadijeh
2016-08-11typoFeross Aboukhadijeh
2016-08-04Add options to disable autoplay/hide controlsFeross Aboukhadijeh
Fix #878.
2016-08-03docsFeross Aboukhadijeh
2016-07-30Add an HTML example showing status using the torrent APIYoann Ciabaud
2016-07-29fix docs (fixes #861)Feross Aboukhadijeh
2016-07-29Add something about live streaming in the faq (fix #826)Feross Aboukhadijeh
2016-07-27docsFeross Aboukhadijeh
2016-07-27Clarify 'error' event handling in docsFeross Aboukhadijeh
2016-07-05Added Squidlink to the list of 'whos using webtorrent'darkenvy
2016-06-16WebTorrent, LLCFeross Aboukhadijeh
What is WebTorrent, LLC? WebTorrent, LLC is the legal entity that runs the WebTorrent project. WebTorrent is still, and always will be, non-profit, open source, free software. There are no plans to make a profit from WebTorrent.
2016-06-15Merge pull request #837 from cvillecsteele/webtorrent-cljsFeross Aboukhadijeh
Update faq.
2016-06-15API: Add file.getBlob() methodFeross Aboukhadijeh
Get a W3C `Blob` object which contains the file data. The file will be fetched from the network with highest priority, and `callback` will be called once the file is ready. `callback` must be specified, and will be called with a an `Error` (or `null`) and the `Blob` object.
2016-06-15Update faq.Colin Steele
2016-06-06Add url to cinematrix.onev0dy
2016-06-05Add PeerTube to projects that use WebTorrentBigard Florian
2016-05-09add link to twister sourceFeross Aboukhadijeh
2016-05-09Decentralized microblogging twister is using WebTorrent for media attachmentsMiguel Freitas
2016-05-08Move tracker options into `opts.tracker`Feross Aboukhadijeh
Closes #649 Based on a PR by @nkittsteiner. #791
2016-05-05Merge pull request #775 from harperj/no-peersFeross Aboukhadijeh
Add 'noPeers' event to torrents
2016-05-02doc styleFeross Aboukhadijeh
2016-05-02Merge pull request #750 from feross/api-improvementFeross Aboukhadijeh
API improve
2016-05-01Docs improvementsFeross Aboukhadijeh
Supersedes #694
2016-05-01Mark node-only and browser-only methodsFeross Aboukhadijeh
Closes #693
2016-04-27Document 'noPeers' torrent eventJonathan Harper
2016-04-23add p2pdrop to app using webtorrent listAjain Vivek
P2PDrop is secure file sharing application for desktop and browser.
2016-04-22Merge pull request #762 from feross/fixes-for-desktopFeross Aboukhadijeh
BREAKING: Many fixes; all leaks fixed
2016-04-21move method comments to api docFeross Aboukhadijeh
2016-04-21BREAKING: Major cleanupFeross Aboukhadijeh
### Added - `client.listening` property to signal whether TCP server is listening for incoming connections. ### Changed - Merged `Swarm` class into `Torrent` object. Properties on `torrent.swarm` (like `torrent.swarm.wires`) now exist on `torrent` (e.g. `torrent.wires`). - `torrent.addPeer` can no longer be called before the `infoHash` event has been emitted. - Remove `torrent.on('listening')` event. Use `client.on('listening')` instead. - Remove support from `TCPPool` for listening on multiple ports. This was not used by WebTorrent and just added complexity. There is now a single `TCPPool` instance for the whole WebTorrent client. - Deprecate: Do not use `client.download()` anymore. Use `client.add()` instead. - Deprecate: Do not use `torrent.swarm` anymore. Use `torrent` instead. ### Fixed - When there is a `torrent.on('error')` listener, don't also emit `client.on('error')`. - Do not return existing torrent object when duplicate torrent is added. Fire an `'error'` event instead. - Memory leak of `Torrent` object caused by `RarityMap` - Memory leak of `Torrent` object caused by `TCPPool` - `client.ratio` and `torrent.ratio` are now calculated as `uploaded / received` instead of `uploaded / downloaded`.
2016-04-16Remove extraDiego Rodríguez Baquero
2016-04-13add instant-share to app using webtorrent listLunik
2016-04-12API improveDiego Rodríguez Baquero
infohash, metadata and ready note. Added uploaded
2016-04-11Merge pull request #742 from feross/faq-updateFeross Aboukhadijeh
Add Peerify, PRs to webtorrent
2016-04-11api: improve docsFeross Aboukhadijeh
2016-04-10Added torrent.on events to documentationTercus
Added the other torrent.on events to the documentation.
2016-04-09Add Peerify, PRs to webtorrentDiego Rodríguez Baquero
2016-04-07readme/faqFeross Aboukhadijeh
2016-03-30Merge branch 'master' into max-web-conns-defaultDiego Rodríguez Baquero
2016-03-30Fix broken linksDC
2016-03-30Update api.mdDiego Rodríguez Baquero
2016-03-29documentation fixesFeross Aboukhadijeh
2016-03-27Update get-started.mdDiego Rodríguez Baquero
Saw that #696 missed it