summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-18esm: implement "pkg-exports" proposalGuy Bedford
2019-07-17n-api: correct bug in napi_get_last_errorOctavian Soldea
2019-07-15src: large pages option: FreeBSD support proposalDavid Carlier
2019-07-15inspector: do not change async call stack depth if the worker is doneEugene Ostroukhov
2019-07-15src: add missing option parser template for the DebugOptionsParserSamuel Attard
2019-07-15build: remove broken intel vtune supportBen Noordhuis
2019-07-15src: lint #defines in src/node.hTariq Ramlall
2019-07-15http2: report memory allocated by nghttp2 to V8Anna Henningsen
2019-07-14src: add cleanup hook for ContextifyContextAnna Henningsen
2019-07-13src: simplify --debug flagscjihrig
2019-07-12src, tools: replace raw ptr with smart ptrGauthamBanasandra
2019-07-12src: replace already elevated Object, Local v8 namespaceJuan José Arboleda
2019-07-12src: manage MakeContext() pointer with unique_ptrcjihrig
2019-07-11src: clang build warning fixDavid Carlier
2019-07-12perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud
2019-07-11n-api: make thread-safe-function calls properlyGabriel Schulhof
2019-07-09src: implement special member functions for classes in env.hGauthamBanasandra
2019-07-09src: simplify DEP0062 logiccjihrig
2019-07-09build: update Windows icon to Feb 2016 rebrandMike MacCana
2019-07-10src: implement runtime option --no-node-snapshot for debuggingJoyee Cheung
2019-07-08worker: fix passing multiple SharedArrayBuffers at onceAnna Henningsen
2019-07-07src: allow fatal exceptions to be enhancedcjihrig
2019-07-06src: block SIGTTOU before calling tcsetattr()Ben Noordhuis
2019-07-06inspector: reduce InspectorIo API surfaceEugene Ostroukhov
2019-07-05src: correct json writer placement in process.reporthimself65
2019-07-05src: remove unused using declarations in src/apiDaniel Bevenius
2019-07-03src: configure v8 isolate with uv_get_constrained_memoryKelvin Jin
2019-07-02src: use thread_local to declare modpendingGabriel Schulhof
2019-07-02src: remove redundant returngengjiawen
2019-07-01build: expose napi_build_version variableNickNaso
2019-07-01src: don't abort on EIO when restoring ttyBen Noordhuis
2019-07-01process: expose uv_rusage on process.resourcesUsage()vmarchaud
2019-06-30src: fix small memory leakDavid Carlier
2019-06-27process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-06-23n-api: add error message for date expectedGabriel Schulhof
2019-06-21n-api: make func argument of napi_create_threadsafe_function optionallegendecas
2019-06-21src: add error codes to errors thrown in node_i18n.ccYaniv Friedensohn
2019-06-20report: add report versioningcjihrig
2019-06-19src: silence compiler warning node_process_methodsDaniel Bevenius
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-19src: fall back to env->exec_path() for default profile directoryJoyee Cheung
2019-06-19src: save exec path when initializing EnvironmentJoyee Cheung
2019-06-18crypto: fix crash when calling digest after pipingTobias Nießen
2019-06-17http2: refactor ping + settings object lifetime managementAnna Henningsen
2019-06-17worker: refactor `worker.terminate()`Anna Henningsen
2019-06-17n-api: define ECMAScript-compliant accessors on napi_define_classlegendecas
2019-06-17n-api: define ECMAScript-compliant accessors on napi_define_propertieslegendecas
2019-06-16src: fix compiler warning in node_worker.ccDaniel Bevenius
2019-06-15report: add cpu info to report outputChristopher Hiller
2019-06-14src: forbid reset_handler for SIGSEGV handlingAnna Henningsen