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-07-08disable @astro's memory fix because tests failFeross Aboukhadijeh
2015-07-08standardFeross Aboukhadijeh
2015-07-08BREAKING: Add file.appendTo(); remove file.pipe(videoNode)Feross Aboukhadijeh
2015-07-08styleFeross Aboukhadijeh
2015-07-08perf: don't call buffer.fill(0) in browserFeross Aboukhadijeh
2015-07-08fs-storage: return after open if storage is closedFeross Aboukhadijeh
2015-07-08perf: don't change shape of piece objectFeross Aboukhadijeh
2015-07-08dezalgo in FSStorageFeross Aboukhadijeh
2015-07-08Fix PR: fix buffer is not defined errorFeross Aboukhadijeh
2015-07-07Merge branch 'storage-leakfix' of https://github.com/astro/webtorrent into as...Feross Aboukhadijeh
2015-07-03Add web seeds soonerFeross Aboukhadijeh
2015-07-03cleanup web seed support after PRFeross Aboukhadijeh
2015-07-03http server: send 404 messageFeross Aboukhadijeh
2015-07-03Merge branch 'webseed' of https://github.com/olalonde/webtorrent into olalond...Feross Aboukhadijeh
2015-07-03media-stream: emit 'error' on video/audio tagFeross Aboukhadijeh
2015-07-03support all mediasource types (instant.io parity)Feross Aboukhadijeh
2015-06-29allow torrent.addPeer() call before swarm is created (before 'infohash' and '...Feross Aboukhadijeh
2015-06-28feross's fixes to devTristan prFeross Aboukhadijeh
2015-06-25extension supportTristan Davies
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-28Use standard JS styleOlivier Lalonde
2015-05-27Webseed: wrote simple webseed testOlivier Lalonde
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