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
2021-08-17feat: Add PE/MSE support (#1820)Ivan Borzenkov
2021-07-24feat: add speed limit to client (#2062)Alex
2021-07-14fix: call public FileStream.destroy method so cb is defined (#2135)John Hiesey
2021-07-13fix: store.put is async and might fail (#2006)ftrees
2021-07-11fix: modernize code (#2134)Diego Rodríguez Baquero
2021-07-10feat: support adding paused torrents. (#2004)nkavian
2021-07-06fix: ensure uTP peer address is IPv4 (#2125)Julen Garcia Leunda
2021-07-03fix: Cleanup duplicated deselect() code (#2113)Feross Aboukhadijeh
2021-06-30feat: Use a cache on the chunk store (#2095)John Hiesey
2021-06-30fix: remove deprecated functionality (#2118)Cas
2021-06-17fix: make utp-native optional (#1966)Julen Garcia Leunda
2021-05-21fix: getAnnounceOpts (#2075)Alex
2021-05-08Merge pull request #2018 from jimmywarting/setDiego Rodríguez Baquero
2021-04-21FileStream: remove onclose argument to destroy()Feross Aboukhadijeh
2021-04-14Merge pull request #2025 from jhiesey/lt_donthaveFeross Aboukhadijeh
2021-04-14Add timeouts and retry inside webconnJohn Hiesey
2021-04-13Make file.downloaded getter not throw when destroyedJohn Hiesey
2021-04-13remove leaked event listenersFeross Aboukhadijeh
2021-04-09Add lt_donthaveJohn Hiesey
2021-04-01guard against exception from buffer being undefinedFeross Aboukhadijeh
2021-03-25Add opts.destroyStoreOnDestroy to torrentJohn Hiesey
2021-03-20Made two array into a setJimmy Wärting
2021-03-18Change filesystem concurrency to number of cpusFeross Aboukhadijeh
2021-03-09Only pass length to store.get when definedJohn Hiesey
2021-03-05Destroy torrent if putting into store failsJohn Hiesey
2021-03-02Fix file progress sometimes < 0 and > 1Feross Aboukhadijeh
2021-02-27Code review fixesJohn Hiesey
2021-02-26Allow passing a custom connection object to torrent.addWebSeedJohn Hiesey
2021-02-11always print "piece verified" debug log in _verifyPiecesFeross Aboukhadijeh
2021-02-10Support opts.preloadedStore in webtorrent.seedJohn Hiesey
2021-01-29correctly calculate file downloaded progressFeross Aboukhadijeh
2021-01-27fix queuemicrotask usageFeross Aboukhadijeh
2020-12-11replace process.nextTick with queueMicrotaskftreesmilo
2020-11-24styleFeross Aboukhadijeh
2020-11-12Add lsd option to clientJulen Garcia Leunda
2020-11-05Merge pull request #1952 from webtorrent/bitfieldFeross Aboukhadijeh
2020-11-04Fix BEP53 implementationJulen Garcia Leunda
2020-11-03bitfield@4Feross Aboukhadijeh
2020-10-31Apply review suggestionsJulen Garcia Leunda
2020-10-30Implement peer-address (x.pe) BEP09Julen Garcia Leunda
2020-10-28standardFeross Aboukhadijeh
2020-10-27Fix "Cannot read property 'utp' of null"Feross Aboukhadijeh
2020-10-23standardFeross Aboukhadijeh
2020-10-22Final ChangesRhys Williams
2020-10-22Remove addressed TODORhys Williams
2020-10-22Simple ChangesRhys Williams
2020-10-16Making Travis HappyRhys Williams
2020-10-16[BugFix] Peer reconnect timeout throwing NPE on destroyed.Rhys Williams
2020-10-10Merge pull request #1923 from webtorrent/add_utp_supportKaylee
2020-10-06keeping code consistencyJean-Philippe ALLEGRO