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
2014-05-16support peer blocklistfisch0920
2014-05-16adding FSStorage; webtorrent now can save the results of a torrent download t...fisch0920
2014-05-16stream to VLC is now workingfisch0920
2014-05-15removed extraneous commentfisch0920
2014-05-15added time remaining estimate to console output; several small fixesfisch0920
2014-05-12merging latest changes with addition of working commandline PRfisch0920
2014-05-12fix for invalid torrents passed via commandlinefisch0920
2014-05-12updating webtorrent with working commandline interface based off of peerflix;...fisch0920
2014-05-12pass cb thru to client.addFeross Aboukhadijeh
2014-04-23new constructor usageFeross Aboukhadijeh
2014-04-23handle ready on a per-torrent basisFeross Aboukhadijeh
2014-04-23don't 404 if server is not ready, just waitFeross Aboukhadijeh
2014-04-23clean up torrent addingFeross Aboukhadijeh
2014-04-23if add called before ready, wait til readyFeross Aboukhadijeh
2014-04-23remove torrentId in constructor convenienceFeross Aboukhadijeh
2014-04-23support filesystem urls, move support to moduleFeross Aboukhadijeh
2014-04-23cooler usage messageFeross Aboukhadijeh
2014-04-19progress on command line clientFeross Aboukhadijeh
2014-04-17add command line client stubFeross Aboukhadijeh
2014-04-17remove chrome app stuffFeross Aboukhadijeh
2014-02-24hook up ui! (eliminate handlebars - it didn't help enough)Feross Aboukhadijeh
2014-02-23add todosFeross Aboukhadijeh
2014-02-23use handlebars for templatingFeross Aboukhadijeh
2014-02-23make TorrentManager instance the background pageFeross Aboukhadijeh
2014-02-07remove cruftFeross Aboukhadijeh
2014-02-07move BT logic into background.js; browserify everythingFeross Aboukhadijeh
2014-02-03refactorFeross Aboukhadijeh
2014-02-02Add magnet metadata support (very basic)Feross Aboukhadijeh
2014-02-01fix scope bugFeross Aboukhadijeh
2014-02-01fix weird whitespace character - another one!Feross Aboukhadijeh
2014-02-01progress toward metadata supportFeross Aboukhadijeh
2014-01-30set wire optionsFeross Aboukhadijeh
2014-01-30show # of connected peers in UIFeross Aboukhadijeh
2014-01-28show console.log in UIFeross Aboukhadijeh
2014-01-28show torrent info in chrome app uiFeross Aboukhadijeh
2014-01-19don't assume window exists (it doesn't in node)Feross Aboukhadijeh
2013-12-04update working DHT example. peer wire protocol is in progressFeross Aboukhadijeh
2013-11-10move bittorrent-dht into its own moduleFeross Aboukhadijeh
2013-11-10dht: use node-style dgram APIFeross Aboukhadijeh
2013-10-28Merge branch 'master' of github.com:feross/webtorrentFeross Aboukhadijeh
2013-10-28parse magnet linkFeross Aboukhadijeh
2013-10-28Merge branch 'master' of github.com:feross/webtorrentJohn Hiesey
2013-10-28TCP sockets workingJohn Hiesey
2013-10-28tape for testsFeross Aboukhadijeh
2013-10-28add magnet-uriFeross Aboukhadijeh
2013-10-28move debugs to console (more readable)Feross Aboukhadijeh
2013-10-28better loggingFeross Aboukhadijeh
2013-10-27convert compact2string to use bopsFeross Aboukhadijeh
2013-10-27use bops to make bencode work in browserFeross Aboukhadijeh
2013-10-27receiving DHT responses from the network!Feross Aboukhadijeh