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 (Expand)Author
2015-05-04Remove `wrtc` dependency #303Feross Aboukhadijeh
2015-05-03When no trackers specified, use some reasonable defaultsFeross 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-07style: always use bracesFeross Aboukhadijeh
2015-03-04bittorrent-dht@3Feross Aboukhadijeh
2015-03-01parse-torrent@4Feross Aboukhadijeh
2015-01-29more style fixesFeross Aboukhadijeh
2015-01-27styleFeross Aboukhadijeh
2015-01-27JavaScript Standard StyleFeross Aboukhadijeh
2015-01-26fix unexpected 'torrent' event in browserFeross Aboukhadijeh
2015-01-04add `rtcConfig` optionFeross Aboukhadijeh
2015-01-04remove concat-stream depFeross Aboukhadijeh
2015-01-04add blocklist testsFeross Aboukhadijeh
2014-12-31test that blocklist blocks connections to peersFeross Aboukhadijeh
2014-12-31Use 'WebTorrent' user-agent for http requestsFeross Aboukhadijeh
2014-12-30add `torrent.magnetURI` getter functionFeross Aboukhadijeh
2014-12-30hide EventEmitter warnings when not in debug modeFeross Aboukhadijeh
2014-12-28support .torrent urls with gzip/deflate responseFeross Aboukhadijeh
2014-12-27fix commentFeross Aboukhadijeh
2014-11-29allow Torrent to be initialized from another Torrent instanceFeross Aboukhadijeh
2014-11-27style fixFeross Aboukhadijeh
2014-11-27dynamic requests pipeline lengthAstro
2014-11-25exclude addr-to-ip-portFeross Aboukhadijeh
2014-11-06Support http torrent urls with redirectsFeross Aboukhadijeh
2014-10-28Fix Knuth shufflecharlescharles
2014-10-22add torrent.createServer() methodFeross Aboukhadijeh
2014-09-21merge `bittorrent-client` into this moduleFeross Aboukhadijeh
2014-05-12updating webtorrent with working commandline interface based off of peerflix;...fisch0920
2014-04-17use ut_metadataFeross Aboukhadijeh
2014-03-25update manifest.json for new chrome.sockets.* apiFeross Aboukhadijeh
2014-03-05torrent drag and drop works! (close #33)Feross Aboukhadijeh
2014-03-04add torrent drag-drop (incomplete)Feross Aboukhadijeh
2014-03-03show time remainingFeross Aboukhadijeh
2014-03-03hooked up a lot more of the UIFeross Aboukhadijeh
2014-03-03torrent successfully fetched over the net!Feross Aboukhadijeh
2014-03-03add file fetching / piece verification / storage classesFeross Aboukhadijeh
2014-02-26make some torrent methods privateFeross Aboukhadijeh
2014-02-26torrent.title -> torrent.name (for consistency)Feross Aboukhadijeh
2014-02-25parse torrent fileFeross Aboukhadijeh
2014-02-25fix metadata_size in sent messageFeross Aboukhadijeh
2014-02-25fix torrent file download corruptionFeross Aboukhadijeh
2014-02-24clean up metadata fetching code (BEP 9) (#27)Feross Aboukhadijeh
2014-02-24send metadata_size in extended messageFeross Aboukhadijeh
2014-02-24send PORT message if peer supports DHTFeross Aboukhadijeh
2014-02-24propagate error events up to AppFeross Aboukhadijeh
2014-02-24hook up ui! (eliminate handlebars - it didn't help enough)Feross Aboukhadijeh
2014-02-23progressFeross Aboukhadijeh