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 (Collapse)Author
2015-05-18bittorrent-swarm@5Feross Aboukhadijeh
2015-05-18use 30s piece timeout like torrent-streamFeross Aboukhadijeh
2015-05-18buildFeross Aboukhadijeh
2015-05-180.40.2v0.40.2Feross Aboukhadijeh
2015-05-18deprioritize selection after filestream.destroy()Feross Aboukhadijeh
cc @jhiesey
2015-05-18remove torrent from client on fatal torrent errorFeross Aboukhadijeh
also, fixed a bug with choking where we were inspecting wire._destroyed instead of wire.destroyed.
2015-05-18add test: remove by Torrent objectFeross Aboukhadijeh
2015-05-17buildFeross Aboukhadijeh
2015-05-170.40.1v0.40.1Feross Aboukhadijeh
2015-05-17fix regression: only return file data when it's doneFeross Aboukhadijeh
2015-05-16buildFeross Aboukhadijeh
2015-05-160.40.0v0.40.0Feross Aboukhadijeh
2015-05-16dedupe parsedTorrent.announceFeross Aboukhadijeh
have to do this after adding new tracker to the array
2015-05-16better stream cleanup in storage.loadFeross Aboukhadijeh
2015-05-16Use in-memory buffer (when possible) for better memory utilizationFeross Aboukhadijeh
For https://github.com/feross/instant.io/issues/3
2015-05-16dezalgo file.getBlobURLFeross Aboukhadijeh
2015-05-16handle file.getBuffer errorsFeross Aboukhadijeh
2015-05-14let's say we're in alphaFeross Aboukhadijeh
2015-05-14add links to webtorrent-hybrid and instant.ioFeross Aboukhadijeh
2015-05-13buildFeross Aboukhadijeh
2015-05-130.39.0v0.39.0Feross Aboukhadijeh
2015-05-13bittorrent-swarm@4Feross Aboukhadijeh
2015-05-12remove links to webtorrent-swarm/trackerFeross Aboukhadijeh
their functionality was merged into bittorrent-swarm and bittorrent-tracker
2015-05-12buildFeross Aboukhadijeh
2015-05-120.38.0v0.38.0Feross Aboukhadijeh
2015-05-12fixes for parse-torrent@5Feross Aboukhadijeh
Fixes https://github.com/feross/parse-torrent/issues/9
2015-05-12parse-torrent@5Feross Aboukhadijeh
2015-05-12Fix webrtc crash from command lineFeross Aboukhadijeh
Sometimes RTCPeerConnection.getStats() doesn't return an ip:port for peers
2015-05-12style fix for eslint bugFeross Aboukhadijeh
https://github.com/eslint/eslint/issues/2504
2015-05-12Merge pull request #312 from alexeisavca/patch-1Feross Aboukhadijeh
Added an app built with Webtorrent
2015-05-11Added an app built with Webtorrentalexeisavca
Can I haz my app mentioned here pls?
2015-05-08add contributing rulesFeross Aboukhadijeh
2015-05-06buildFeross Aboukhadijeh
2015-05-060.37.2v0.37.2Feross Aboukhadijeh
2015-05-05hook for webtorrent-hybrid to force-add trackersFeross Aboukhadijeh
2015-05-05buildFeross Aboukhadijeh
2015-05-050.37.1v0.37.1Feross Aboukhadijeh
2015-05-05add-to-ip-port is used in browserFeross Aboukhadijeh
2015-05-05buildFeross Aboukhadijeh
2015-05-050.37.0v0.37.0Feross Aboukhadijeh
2015-05-05Breaking: change wire.remoteAddress propertyFeross Aboukhadijeh
wire.remoteAddress used to be an "addr:port" string. Now, wire.remoteAddress is just the ip address. wire.remotePort is the port. This matches what net.Socket does.
2015-05-05buildFeross Aboukhadijeh
2015-05-050.36.0v0.36.0Feross Aboukhadijeh
2015-05-05support PORT message (discover more dht nodes)Feross Aboukhadijeh
2015-05-04buildFeross Aboukhadijeh
2015-05-040.35.0v0.35.0Feross Aboukhadijeh
2015-05-04document `wrtc` constructor optionFeross Aboukhadijeh
2015-05-04support `webtorrent-hybrid` packageFeross Aboukhadijeh
2015-05-04remove unused package.json propertiesFeross Aboukhadijeh
2015-05-04use hi-res standard logoFeross Aboukhadijeh