summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-24worker: keep allocators for transferred SAB instances alive longerAnna Henningsen
2019-09-24src: try showing stack traces when process._fatalException is not setJoyee Cheung
2019-09-24src: disconnect inspector before exiting out of fatal exceptionJoyee Cheung
2019-09-23tls: add option to override signature algorithmsAnton Gerasimov
2019-09-22src: perform check before running in runMicrotasks()Jeremy Apthorp
2019-09-22src: discard remaining foreground tasks on platform shutdownAnna Henningsen
2019-09-22crypto: use BoringSSL-compatible flag getterShelley Vohr
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-09-21src: fix closing weak `HandleWrap`s on GCAnna Henningsen
2019-09-20http: remove legacy parserAnna Henningsen
2019-09-19module: error for CJS .js load within type: moduleGuy Bedford
2019-09-18src: use libuv to get env varsAnna Henningsen
2019-09-18src: re-delete Atomics.wakeGus Caplan
2019-09-17module: reintroduce package exports dot mainGuy Bedford
2019-09-16inspector: new API - Session.connectToMainThreadEugene Ostroukhov
2019-09-16src: print exceptions from PromiseRejectCallbackAnna Henningsen
2019-09-13util: add encodeInto to TextEncoderAnna Henningsen
2019-09-13crypto: fix OpenSSL return code handlingTobias Nießen
2019-09-13crypto: add oaepLabel optionTobias Nießen
2019-09-12src: modified RealEnvStore methods to use libuv functionsDevendra Satram
2019-09-11src,lib: expose memory file mapping flagJoão Reis
2019-09-09worker: prevent event loop starvation through MessagePortsAnna Henningsen
2019-09-08n-api: delete callback bundle via referenceGabriel Schulhof
2019-09-07src: make ELDHistogram a HandleWrapAnna Henningsen
2019-09-07perf_hooks: remove GC callbacks on zero observers countKirill Fomichev
2019-09-06http2: send out pending data earlierAnna Henningsen
2019-09-05src: check microtasks before running themShelley Vohr
2019-09-06worker: make transfer list behave like web MessagePortAnna Henningsen
2019-09-05n-api: mark version 5 N-APIs as stableGabriel Schulhof
2019-09-05src: fix ValidateDSAParameters when fips is enabledDaniel Bevenius
2019-09-04http2: do not start reading after write if new write is on wireAnna Henningsen
2019-09-01src: do not crash when accessing empty WeakRefsAnna Henningsen
2019-09-02src: turn `GET_OFFSET()` into an inline functionAnna Henningsen
2019-09-02src: inline `SLICE_START_END()` in node_buffer.ccAnna Henningsen
2019-08-29crypto: don't expose openssl internalsShelley Vohr
2019-08-28buffer: consolidate encoding parsingBrian White
2019-08-27src: allow --interpreted-frames-native-stack in NODE_OPTIONSMatheus Marchini
2019-08-26src: expose MaybeInitializeContext to allow existing contextsSamuel Attard
2019-08-23src: remove unused using declarationsDaniel Bevenius
2019-08-23net: allow reading data into a static bufferBrian White
2019-08-23module: avoid passing unnecessary loop referenceSaúl Ibarra Corretgé
2019-08-22crypto: handle i2d_SSL_SESSION() error returnBen Noordhuis
2019-08-20crypto: simplify DSA validation in FIPS modeTobias Nießen
2019-08-20src: add large page support for macOSDavid Carlier
2019-08-19build: enable linux large pages LLVM lld linkage supportDavid Carlier
2019-08-20worker: fix crash when SharedArrayBuffer outlives creating threadAnna Henningsen
2019-08-19src: update v8abbr.h for V8 7.7cjihrig
2019-08-19tools: sync gypfiles with V8 7.7Michaël Zasso
2019-08-19src: update NODE_MODULE_VERSION to 78Michaël Zasso
2019-08-18http2: remove security revert flagsAnna Henningsen