summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2017-11-19domain: re-implement domain over async_hookvladimir
2017-11-18stream: use arrow fns for 'this' in readableVipin Menon
2017-11-18zlib: fix assert fail for bad write in object modeKevin Locke
2017-11-18util: escaping object keys in util.inspect()buji
2017-11-18buffer: don't predefine errorbuji
2017-11-18zlib: fix decompression of empty data streamsAnna Henningsen
2017-11-18errors: consistent format for error messageAnatoli Papirovski
2017-11-18console: add support for console.debugBenjamin Zaslavsky
2017-11-18timers: cross JS/C++ border less frequentlyAnna Henningsen
2017-11-17lib: replace string concatenation with templateVijayalakshmi Kannan
2017-11-16util: runtime deprecation for custom .inspect()Rich Trott
2017-11-16util: emit deprecation code only onceRich Trott