summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-11inspector: Fix crash for WS connectionEugene Ostroukhov
2017-12-11src: remove unused include node_crypto_clienthelloDaniel Bevenius
2017-12-11crypto: remove BIO_set_shutdownDaniel Bevenius
2017-12-09crypto: remove explicit qualifiers in InitializeDaniel Bevenius
2017-12-09crypto: do not reach into OpenSSL internals for ThrowCryptoErrorDavid Benjamin
2017-12-09src: fix missing handlescope bug in inspectorBen Noordhuis
2017-12-08src: remove unused variable in node_contextifyDaniel Bevenius
2017-12-08crypto: declare int return type for set_fieldDaniel Bevenius
2017-12-07crypto: use SetNull instead of SetDaniel Bevenius
2017-12-06doc: use American spellings per style guideRich Trott
2017-12-06buffer: throw on failed fill attemptscjihrig
2017-12-06build: replace runtime flag with compiler optionPeter Marshall
2017-12-06src: implement getting current time in NodePlatformSergei Datsenko
2017-12-06src: update NODE_MODULE_VERSION to 60Michaƫl Zasso
2017-12-06dns: fix crash while setting server during queryXadillaX
2017-12-05vm: never abort on caught syntax errorAnna Henningsen
2017-12-05src: remove tracking for exception arrow dataAnna Henningsen
2017-12-05buffer: zero-fill buffer allocated with invalid contentAnna Henningsen
2017-12-04src: use uv_os_getpid() to get process idcjihrig
2017-12-01crypto: better docs for cases where peer's public key is invalidJose M. Palacios Diaz
2017-12-01src: node_http2_state.h should not be executableJon Moss
2017-12-01src: use non-deprecated versions of `->To*()` utilsLeko
2017-12-01tools: add cpplint rule for NULL usageDaniel Bevenius
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-11-30src: fix typo in NODE_OPTIONS whitelistEvan Lucas
2017-11-29module: Set dynamic import callbackJan Krems
2017-11-29process: add flag for uncaught exception abortAnna Henningsen
2017-11-29src: introduce USE() for silencing compiler warningsAnna Henningsen
2017-11-29src: remove `ClearFatalExceptionHandlers()`Anna Henningsen
2017-11-29module: print better message on esm syntax errorBen Noordhuis
2017-11-28module: rename internalModuleReadFile to internalModuleReadJSONJohn-David Dalton
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
2017-11-28src: start heap object tracking after platform is initializedHannes Payer
2017-11-27src: make base64.h self-containedDaniel Bevenius
2017-11-27http2: only schedule write when necessaryAnna Henningsen
2017-11-27http2: don't call into JS from GCAnna Henningsen
2017-11-27src: add optional keep-alive object to SetImmediateAnna Henningsen
2017-11-25fs: throw fs.access errors in JSJoyee Cheung
2017-11-24trace_events: add executionAsyncId to init eventsAndreas Madsen
2017-11-24n-api: use nullptr instead of NULL in node_api.ccDaniel Bevenius
2017-11-24lib,src: remove vm.runInDebugContext()Ben Noordhuis
2017-11-24lib: remove use of Debug.MakeMirror()Ben Noordhuis
2017-11-22src: add public API for managing NodePlatformCheng Zhao
2017-11-22src: add napi_handle_scope_mismatch to msg listneta
2017-11-21src: fix compiler warningcjihrig
2017-11-21src: remove unprofessional slang in assertionsAlexey Orlenko
2017-11-21src: implement v8::TaskRunner API in NodePlatformAnna Henningsen
2017-11-21src: remove async_hooks destroy timer handleAnna Henningsen
2017-11-21src: introduce internal C++ SetImmediate() mechanismAnna Henningsen
2017-11-21http2: major update to internalsJames M Snell