Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-14worker: allow passing JS wrapper objects via postMessageAnna Henningsen
2020-06-14src: add equality operators for BaseObjectPtrAnna Henningsen
2020-06-14worker: allow transferring/cloning generic BaseObjectsAnna Henningsen
2020-06-14src: introduce BaseObject base FunctionTemplateAnna Henningsen
2020-06-12src: reduce FileHandle size by reordering fieldsAnna Henningsen
2020-06-12src: do not track BaseObjects via cleanup hooksAnna Henningsen
2020-06-11src: handle missing TracingController everywhereAnna Henningsen
2020-06-11src: remove unused `ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER`Anna Henningsen
2020-06-11vm: allow proxy callbacks to throwGus Caplan
2020-06-10doc: fix misc. mislabeled code block info stringsDerek Lewis
2020-06-10n-api: ensure scope present for finalizationMichael Dawson
2020-06-09src: perform bounds checking on error source lineAnna Henningsen
2020-06-09inspector: drop 'chrome-' from inspector urlcjihrig
2020-06-08src: simplify Reindent function in json_utils.ccsapics
2020-06-08src: add "missing" bash completion optionsDaniel Bevenius
2020-06-08src,build: add --openssl-default-cipher-listDaniel Bevenius
2020-06-08src: use Check() instead of FromJust in environmentDaniel Bevenius
2020-06-06process: use v8 fast api calls for hrtimeGus Caplan
2020-06-06url: remove gopher from special schemesMichaël Zasso
2020-06-05lib: unflag AbortControllerJames M Snell
2020-06-05lib: initial experimental AbortController implementationJames M Snell
2020-06-05src: use ToLocal in SafeGetenvDaniel Bevenius
2020-06-05src: use getauxval in node_main.ccDaniel Bevenius
2020-06-05src: remove unnecessary ToLocalChecked callDaniel Bevenius
2020-06-03src: simplify format in node_file.cchimself65
2020-06-02http2: implement support for max settings entriesJames M Snell
2020-06-02napi: fix memory corruption vulnerabilityTobias Nießen
2020-06-01crypto: update root certificatesAshCripps
2020-06-01src: remove deprecated node debug commandJames M Snell
2020-06-01dns: make dns.Resolver timeout configurableBen Noordhuis
2020-05-31src: simplify MaybeStackBuffer::capacity()Ben Noordhuis
2020-05-31src: remove superfluous inline keywordsJames M Snell
2020-05-31src: turn AllocatedBuffer into thin wrapper around v8::BackingStoreJames M Snell
2020-05-31src: extract AllocatedBuffer from env.hJames M Snell
2020-05-30src: avoid OOB read in URL parserAnna Henningsen
2020-05-30src: use MaybeLocal.ToLocal instead of IsEmpty workerDaniel Bevenius
2020-05-30napi: add __wasm32__ guardsGus Caplan
2020-05-30cli: add alias for report-directory to make it consistentAshCripps
2020-05-30wasi: allow WASI stdio to be configuredcjihrig
2020-05-30win: allow skipping the supported platform checkJoão Reis
2020-05-29src: don't use semicolon outside functionShelley Vohr
2020-05-28n-api: remove `napi_env::CallIntoModuleThrow`Gabriel Schulhof
2020-05-28src: remove unused using declarationsDaniel Bevenius
2020-05-28src: use MaybeLocal.ToLocal instead of IsEmptyDaniel Bevenius
2020-05-28src: use NewFromUtf8Literal in GetLinkedBindingDaniel Bevenius
2020-05-25src: use const in constant args.Length()himself65
2020-05-25wasi: simplify WASI memory managementcjihrig
2020-05-25src: use MaybeLocal::FromMaybe to return exceptionDaniel Bevenius
2020-05-25errors: print original exception contextbcoe
2020-05-25esm: share package.json cache between ESM and CJS loadersKirill Shatskiy