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-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
2016-03-26Fix link to FAQ in getting started pageManuel Simoni
2016-03-25use complete magnet uriFeross Aboukhadijeh
2016-03-25add html example to get-started pageFeross Aboukhadijeh
2016-03-25merge quick-start.md into api.mdFeross Aboukhadijeh
2016-03-25provide the torrent instance in the opts.store() optionsJames Halliday
2016-03-24docs: add missing `torrent.uploaded`, `torrent.torrentFile`, `torrent.numPeers`Feross Aboukhadijeh
2016-03-24docs: minor torrent.addPeer() tweakFeross Aboukhadijeh
2016-03-21docs: explain torrent.addPeer(peer) argumentsFeross Aboukhadijeh
Fix #687
2016-03-19readmeFeross Aboukhadijeh
2016-03-19API docs: opts.name/opts.pieceLength not required anymoreFeross Aboukhadijeh
2016-03-17readmeFeross Aboukhadijeh
2016-03-17readmeFeross Aboukhadijeh
2016-03-17update list of production webtorrent users in FAQFeross Aboukhadijeh
2016-03-17fix broken imageFeross Aboukhadijeh
2016-03-17docsFeross Aboukhadijeh
2016-03-17docs: Improve get started docsFeross Aboukhadijeh
2016-03-17docs: add note about webrtc to quick-start.mdFeross Aboukhadijeh
2016-03-17docs: add get-started.mdFeross Aboukhadijeh
2016-03-17docs: add faq.mdFeross Aboukhadijeh
2016-03-17docs: format api.mdFeross Aboukhadijeh
2016-03-16doc tweakFeross Aboukhadijeh
2016-03-16doc tweakFeross Aboukhadijeh
2016-03-16doc tweaksFeross Aboukhadijeh
2016-03-16docs formattingFeross Aboukhadijeh