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-06-11return if destroyedFeross Aboukhadijeh
2015-06-01Save tracker list when fetching metadata over ut_metadataFeross Aboukhadijeh
2015-05-31Don't connect to tracker.webtorrent.io when other tracker is specifiedFeross Aboukhadijeh
2015-05-30standardFeross Aboukhadijeh
2015-05-30add text file mimetypesFeross Aboukhadijeh
2015-05-29moved remote torrent handling into parse-torrent@5.1Feross Aboukhadijeh
2015-05-24add .aac, .oga, .ogg mimetypesFeross Aboukhadijeh
2015-05-24handle uppercase file extension namesFeross Aboukhadijeh
2015-05-24file.getBlobURL sets mimetype automaticallyFeross Aboukhadijeh
2015-05-23optional mimetype param to getBlobURLFeross Aboukhadijeh
2015-05-23fix crash on 'port' message from web peerFeross Aboukhadijeh
2015-05-22client.add takes 'announce' option to specifying trackersFeross Aboukhadijeh
2015-05-21throw sync error when getBlobURL is used in nodeFeross Aboukhadijeh
2015-05-21cleanup torrent.torrentFileURL blob on destroyFeross Aboukhadijeh
2015-05-21add properties to access .torrent fileFeross Aboukhadijeh
2015-05-21remove repeated codeFeross Aboukhadijeh
2015-05-20add todoFeross Aboukhadijeh
2015-05-18add debug logFeross Aboukhadijeh
2015-05-18bittorrent-swarm@5Feross Aboukhadijeh
2015-05-18use 30s piece timeout like torrent-streamFeross Aboukhadijeh
2015-05-18deprioritize selection after filestream.destroy()Feross Aboukhadijeh
2015-05-18remove torrent from client on fatal torrent errorFeross Aboukhadijeh
2015-05-17fix regression: only return file data when it's doneFeross Aboukhadijeh
2015-05-16dedupe parsedTorrent.announceFeross Aboukhadijeh
2015-05-16better stream cleanup in storage.loadFeross Aboukhadijeh
2015-05-16Use in-memory buffer (when possible) for better memory utilizationFeross Aboukhadijeh
2015-05-16dezalgo file.getBlobURLFeross Aboukhadijeh
2015-05-16handle file.getBuffer errorsFeross Aboukhadijeh
2015-05-12fixes for parse-torrent@5Feross Aboukhadijeh
2015-05-12Fix webrtc crash from command lineFeross Aboukhadijeh
2015-05-12style fix for eslint bugFeross Aboukhadijeh
2015-05-05hook for webtorrent-hybrid to force-add trackersFeross Aboukhadijeh
2015-05-05Breaking: change wire.remoteAddress propertyFeross Aboukhadijeh
2015-05-05support PORT message (discover more dht nodes)Feross Aboukhadijeh
2015-05-04Remove `wrtc` dependency #303Feross Aboukhadijeh
2015-05-03When no trackers specified, use some reasonable defaultsFeross Aboukhadijeh
2015-04-24media-stream: don't autoplay mediaFeross Aboukhadijeh
2015-04-11support new bittorrent-swarm@2 usageFeross Aboukhadijeh
2015-04-11unref timersFeross Aboukhadijeh
2015-04-11Breaking: rename "blocked-peer" event to "blockedPeer"Feross Aboukhadijeh
2015-03-20internal: simplify how storage opts are passedFeross Aboukhadijeh
2015-03-18detect browsers that lack MediaSource supportFeross Aboukhadijeh
2015-03-18don't check for WebKitMediaSourceFeross Aboukhadijeh
2015-03-07style: always use bracesFeross Aboukhadijeh
2015-03-07file.getBlobURL requires window.URL window.Blob supportFeross Aboukhadijeh
2015-03-04bittorrent-dht@3Feross Aboukhadijeh
2015-03-04styleFeross Aboukhadijeh
2015-03-04dlna header fixFeross Aboukhadijeh
2015-03-01parse-torrent@4Feross Aboukhadijeh
2015-02-18Allow to cancel reserve on unwritten blocksgrunjol