summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-232019-07-23, Version 12.7.0 (Current)Michaël Zasso
2019-07-23dns: fix unsigned record valuesBrian White
2019-07-23src: do not include partial AsyncWrap instances in heap dumpAnna Henningsen
2019-07-23src: make `CompiledFnEntry` a `BaseObject`Anna Henningsen
2019-07-23vm: fix gc bug with modules and compiled functionsGus Caplan
2019-07-22src: silence compiler warningcjihrig
2019-07-22src: expose TraceEventHelper with NODE_EXTERNSamuel Attard
2019-07-22inspector: add inspector.waitForDebugger()Aleksei Koziatinskii
2019-07-22src: add public virtual destructor for KVStoreGauthamBanasandra
2019-07-22inspector: do not spin-wait while waiting for the initial connectionEugene Ostroukhov
2019-07-22policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-20esm: implement "pkg-exports" proposalGuy Bedford
2019-07-20n-api: correct bug in napi_get_last_errorOctavian Soldea
2019-07-20src: large pages option: FreeBSD support proposalDavid Carlier
2019-07-20inspector: do not change async call stack depth if the worker is doneEugene Ostroukhov
2019-07-20src: add missing option parser template for the DebugOptionsParserSamuel Attard
2019-07-20build: remove broken intel vtune supportBen Noordhuis
2019-07-20src: lint #defines in src/node.hTariq Ramlall
2019-07-20http2: report memory allocated by nghttp2 to V8Anna Henningsen
2019-07-20src: add cleanup hook for ContextifyContextAnna Henningsen
2019-07-20src: simplify --debug flagscjihrig
2019-07-20src, tools: replace raw ptr with smart ptrGauthamBanasandra
2019-07-20src: replace already elevated Object, Local v8 namespaceJuan José Arboleda
2019-07-20src: manage MakeContext() pointer with unique_ptrcjihrig
2019-07-20src: clang build warning fixDavid Carlier
2019-07-20perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud
2019-07-20n-api: make thread-safe-function calls properlyGabriel Schulhof
2019-07-20src: implement special member functions for classes in env.hGauthamBanasandra
2019-07-20src: simplify DEP0062 logiccjihrig
2019-07-20build: update Windows icon to Feb 2016 rebrandMike MacCana
2019-07-20src: implement runtime option --no-node-snapshot for debuggingJoyee Cheung
2019-07-20worker: fix passing multiple SharedArrayBuffers at onceAnna Henningsen
2019-07-20src: allow fatal exceptions to be enhancedcjihrig
2019-07-20src: block SIGTTOU before calling tcsetattr()Ben Noordhuis
2019-07-20inspector: reduce InspectorIo API surfaceEugene Ostroukhov
2019-07-20src: correct json writer placement in process.reporthimself65
2019-07-20src: remove unused using declarations in src/apiDaniel Bevenius
2019-07-20src: configure v8 isolate with uv_get_constrained_memoryKelvin Jin
2019-07-20src: use thread_local to declare modpendingGabriel Schulhof
2019-07-20src: remove redundant returngengjiawen
2019-07-03Working on v12.6.1Michaël Zasso
2019-07-022019-07-03, Version 12.6.0 (Current)Michaël Zasso
2019-07-02build: expose napi_build_version variableNickNaso
2019-07-02src: don't abort on EIO when restoring ttyBen Noordhuis
2019-07-02process: expose uv_rusage on process.resourcesUsage()vmarchaud
2019-07-02src: fix small memory leakDavid Carlier
2019-07-02process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-07-02n-api: add error message for date expectedGabriel Schulhof
2019-07-02n-api: make func argument of napi_create_threadsafe_function optionallegendecas
2019-07-02src: add error codes to errors thrown in node_i18n.ccYaniv Friedensohn