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-01-26fix unexpected 'torrent' event in browserFeross Aboukhadijeh
2015-01-16Use a map instead of multiple ternary statementsJoseph Dykstra
2015-01-16Renamed instances of 'video' to 'media'Joseph Dykstra
2015-01-16code styleFeross Aboukhadijeh
2015-01-16Add <audio> tag streaming support for mp3 filesmathiasvr
2015-01-09code styleFeross Aboukhadijeh
2015-01-08fix Piece.verify method and update README with options available when adding ...Anthony MOI
2015-01-05upgrade simple-sha1 to v2; use async sha1Feross Aboukhadijeh
2015-01-05client.seed: skip piece verification for performanceFeross Aboukhadijeh
2015-01-05replace git-sha1 with simple-sha1Astro
2015-01-04add `rtcConfig` optionFeross Aboukhadijeh
2015-01-04remove concat-stream depFeross Aboukhadijeh
2015-01-04Add file.getBuffer() APIFeross 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-31Support DLNA streamingFeross Aboukhadijeh
2014-12-30New API: Add file.getURL()Feross Aboukhadijeh
2014-12-30add `torrent.magnetURI` getter functionFeross Aboukhadijeh
2014-12-30propagate initial mediasource errorsFeross Aboukhadijeh
2014-12-30video-stream: fix undefined var usageFeross 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-12-17support seeding by string path to fileFeross 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-22server: statusCode 200 unless range requestAstro
2014-11-06Support http torrent urls with redirectsFeross Aboukhadijeh
2014-10-28Fix Knuth shufflecharlescharles
2014-10-22server: homepage list files in torrentFeross Aboukhadijeh
2014-10-22add torrent.createServer() methodFeross Aboukhadijeh
2014-10-22server: remove duplicate Access-Control-Allow-Origin headerFeross Aboukhadijeh
2014-10-22`client.seed` streams into storageFeross Aboukhadijeh
2014-10-20support streaming into video tagFeross Aboukhadijeh
2014-10-14Use --index to pick video file to stream (fix #150)Feross Aboukhadijeh
2014-10-14allow CORS range requestsFeross Aboukhadijeh
2014-09-21merge `bittorrent-client` into this moduleFeross Aboukhadijeh
2014-09-17add CORS headerFeross Aboukhadijeh
2014-09-13`webtorrent` module works with browserify (fix #88)Feross Aboukhadijeh
2014-06-05fix missing colonfisch0920
2014-06-03fs_storage.js -> fs-storage.jsFeross Aboukhadijeh
2014-06-03code styleFeross Aboukhadijeh
2014-05-31changes to support resuming torrents via initial piece verification; also inc...fisch0920
2014-05-30fs_storage changes for correctness and efficiency of initial piece verificati...fisch0920
2014-05-18spacesFeross Aboukhadijeh
2014-05-18code cleanupFeross Aboukhadijeh
2014-05-16fixed possibility of hanging process on --remove and fixed an error in FSStor...fisch0920