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
2022-06-26fix: null opts causing errorThaUnknown
2022-06-26fix: use streamx instead of streamThaUnknown
2021-10-26fix: Prep for esm (#2205)Jimmy Wärting
2021-07-14fix: call public FileStream.destroy method so cb is defined (#2135)John Hiesey
2021-07-03fix: Cleanup duplicated deselect() code (#2113)Feross Aboukhadijeh
2021-04-21FileStream: remove onclose argument to destroy()Feross Aboukhadijeh
2021-04-01guard against exception from buffer being undefinedFeross Aboukhadijeh
2021-03-09Only pass length to store.get when definedJohn Hiesey
2021-02-10Support opts.preloadedStore in webtorrent.seedJohn Hiesey
2019-08-13print debug log in error caseFeross Aboukhadijeh
2018-08-10modernize lib/file-stream.jsKayleePop
2017-07-29Raise error when streaming from a removed torrentDavid Chevers Williams
2016-04-21move method comments to api docFeross Aboukhadijeh
2016-03-19filestream.destroy(): accept onclose callback instead of errorFeross Aboukhadijeh
2016-03-17FileStream: should emit 'close' and potentially 'error'Feross Aboukhadijeh
2016-02-05Swap core stream for readble-streamZander Mackie
2016-02-03Clamp file.createReadStream({ end: num }) valueFeross Aboukhadijeh
2016-01-04cmd: fix exception when quittingFeross Aboukhadijeh
2015-08-22BREAKING: rename `torrent.storage` to `torrent.store`Feross Aboukhadijeh
2015-08-22remove stray console logsFeross Aboukhadijeh
2015-08-22BREAKING: Use abstract-chunk-store for storageFeross Aboukhadijeh
2015-07-08standardFeross Aboukhadijeh
2015-07-08BREAKING: Add file.appendTo(); remove file.pipe(videoNode)Feross Aboukhadijeh
2015-07-08Fix PR: fix buffer is not defined errorFeross Aboukhadijeh
2015-07-03support all mediasource types (instant.io parity)Feross Aboukhadijeh
2015-05-24handle uppercase file extension namesFeross 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-03-07style: always use bracesFeross Aboukhadijeh
2015-01-29styleFeross Aboukhadijeh
2015-01-27JavaScript Standard StyleFeross 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
2014-10-20support streaming into video tagFeross Aboukhadijeh
2014-09-21merge `bittorrent-client` into this moduleFeross Aboukhadijeh