summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-30src: large pages fix FreeBSD fix region sizeDavid Carlier
2019-07-30src: export v8.GetHeapCodeAndMetadataStatistics()Yuriy Vasiyarov
2019-07-30src: readlink("/proc/self/exe") -> uv_exename()Ben Noordhuis
2019-07-29src: fix OpenBSD buildDavid Carlier
2019-07-29src: read break_node_first_line from the inspect optionsSamuel Attard
2019-07-27src: move relative uptime initMicha Hanselmann
2019-07-25crypto: add outputLength option to crypto.createHashTobias Nießen
2019-07-25report: loop over uv_cpu_info() resultscjihrig
2019-07-25n-api: add APIs for per-instance state managementGabriel Schulhof
2019-07-24domain: use strong reference to domain while activeAnna Henningsen
2019-07-24src : elevate v8 namespacesHarshitha KP
2019-07-24crypto: update root certificatesSam Roberts
2019-07-23crypto: increase maxmem range from 32 to 53 bitsTobias Nießen
2019-07-23module: implement "exports" proposal for CommonJSJan Krems
2019-07-23src: fix type name in commentBen Noordhuis
2019-07-22dns: fix unsigned record valuesBrian White
2019-07-22src: do not include partial AsyncWrap instances in heap dumpAnna Henningsen
2019-07-22src: make `CompiledFnEntry` a `BaseObject`Anna Henningsen
2019-07-22src: silence compiler warningcjihrig
2019-07-21src: expose TraceEventHelper with NODE_EXTERNSamuel Attard
2019-07-20inspector: add inspector.waitForDebugger()Aleksei Koziatinskii
2019-07-20src: add public virtual destructor for KVStoreGauthamBanasandra
2019-07-20inspector: do not spin-wait while waiting for the initial connectionEugene Ostroukhov
2019-07-20policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-19vm: fix gc bug with modules and compiled functionsGus Caplan
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