summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-12-06dns: fix crash while setting server during queryXadillaX
2017-12-05vm: never abort on caught syntax errorAnna Henningsen
2017-12-05buffer: zero-fill buffer allocated with invalid contentAnna Henningsen
2017-12-04events: move domain handling from events to domainvdeturckheim
2017-12-04console: make dirxml an alias for console.logBenjamin Zaslavsky
2017-12-01crypto: better docs for cases where peer's public key is invalidJose M. Palacios Diaz
2017-12-01util: use @@toStringTagGus Caplan
2017-12-01doc: document tls.checkServerIdentityHannes Magnusson
2017-12-01errors: fix typo in TLS_SESSION_ATTACK messageTom Hallam
2017-11-29errors, child_process: use internal/errors codesJon Moss
2017-11-29module: Set dynamic import callbackJan Krems
2017-11-29process: add flag for uncaught exception abortAnna Henningsen
2017-11-29module: print better message on esm syntax errorBen Noordhuis
2017-11-29tls: set ecdhCurve default to 'auto'Hativ
2017-11-28timers: clean up for readabilityAnatoli Papirovski
2017-11-28module: rename internalModuleReadFile to internalModuleReadJSONJohn-David Dalton
2017-11-28http2: use more descriptive namesJames M Snell
2017-11-28http2: remove unnecessary event handlersJames M Snell
2017-11-28http2: use 'close' event instead of 'streamClosed'James M Snell
2017-11-28http2: reduce code duplication in settingsJames M Snell
2017-11-28http2: general cleanupsJames M Snell
2017-11-28http2: use correct connect event for TLS SocketJames M Snell
2017-11-28process: slightly simplify next tick executionAnatoli Papirovski
2017-11-28module: fix for #17130 shared loader cjs depGuy Bedford
2017-11-28tools: prohibit notDeepEqual usageRuben Bridgewater
2017-11-28assert: add strict functionality exportRuben Bridgewater
2017-11-28lib: add `process` to internal module wrapperAnna Henningsen
2017-11-28module: be lazy when creating CJS facadesBradley Farias
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
2017-11-28http: do not assign intermediate variableJon Moss
2017-11-28module: add builtinModulesJon Moss
2017-11-25fs: throw fs.access errors in JSJoyee Cheung
2017-11-24trace_events: add executionAsyncId to init eventsAndreas Madsen
2017-11-24http2: general cleanups in core.jsJames M Snell
2017-11-24lib,src: remove vm.runInDebugContext()Ben Noordhuis
2017-11-24lib: remove use of Debug.MakeMirror()Ben Noordhuis
2017-11-23internal: add emitExperimentalWarning functionCody Deckard
2017-11-22benchmark,path: remove unused variables薛定谔的猫
2017-11-22process: Send signal name to signal handlersRobert Rossmann
2017-11-22process: improve unhandled rejection messageMadara Uchiha
2017-11-22assert: use Object.is comparison in .strictEqualRuben Bridgewater
2017-11-22zlib: remove unnecessary else branchjohn
2017-11-22fs: use arrow functions instead of `.bind` and `self`Weijia Wang
2017-11-22net: remove deprecated getters for internalsAnna Henningsen
2017-11-22stream: improve the error message of `ERR_INVALID_ARG_TYPE`Weijia Wang
2017-11-22async_hooks: remove deprecated APIAndreas Madsen
2017-11-21module: replace default paths in require.resolve()cjihrig
2017-11-21inspector: no async tracking for promisesAnna Henningsen
2017-11-21http2: major update to internalsJames M Snell
2017-11-20async_hooks: deprecate undocumented APIAndreas Madsen