summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fs: use rest param & Reflect.apply in makeCallbackMithun Sasidharan2017-12-081-2/+2
* util: remove check for global.processGus Caplan2017-12-081-7/+0
* timers: improvements to TimersList managementAnatoli Papirovski2017-12-071-31/+24
* doc: use American spellings per style guideRich Trott2017-12-062-2/+2
* events: use Reflect.applyAnatoli Papirovski2017-12-062-5/+5
* process: slight refinements to nextTickAnatoli Papirovski2017-12-061-13/+8
* buffer: throw on failed fill attemptscjihrig2017-12-061-1/+5
* dns: fix crash while setting server during queryXadillaX2017-12-061-16/+34
* vm: never abort on caught syntax errorAnna Henningsen2017-12-051-1/+14
* buffer: zero-fill buffer allocated with invalid contentAnna Henningsen2017-12-051-11/+16
* events: move domain handling from events to domainvdeturckheim2017-12-042-47/+52
* console: make dirxml an alias for console.logBenjamin Zaslavsky2017-12-041-0/+3
* crypto: better docs for cases where peer's public key is invalidJose M. Palacios Diaz2017-12-012-0/+4
* util: use @@toStringTagGus Caplan2017-12-012-23/+67
* doc: document tls.checkServerIdentityHannes Magnusson2017-12-011-1/+0
* errors: fix typo in TLS_SESSION_ATTACK messageTom Hallam2017-12-011-1/+1
* errors, child_process: use internal/errors codesJon Moss2017-11-292-23/+65
* module: Set dynamic import callbackJan Krems2017-11-293-3/+25
* process: add flag for uncaught exception abortAnna Henningsen2017-11-294-14/+119
* module: print better message on esm syntax errorBen Noordhuis2017-11-291-0/+2
* tls: set ecdhCurve default to 'auto'Hativ2017-11-291-1/+1
* timers: clean up for readabilityAnatoli Papirovski2017-11-281-142/+102
* module: rename internalModuleReadFile to internalModuleReadJSONJohn-David Dalton2017-11-281-2/+2
* http2: use more descriptive namesJames M Snell2017-11-281-15/+15
* http2: remove unnecessary event handlersJames M Snell2017-11-281-16/+0
* http2: use 'close' event instead of 'streamClosed'James M Snell2017-11-282-7/+5
* http2: reduce code duplication in settingsJames M Snell2017-11-281-73/+33
* http2: general cleanupsJames M Snell2017-11-281-22/+27
* http2: use correct connect event for TLS SocketJames M Snell2017-11-281-1/+3
* process: slightly simplify next tick executionAnatoli Papirovski2017-11-281-44/+33
* module: fix for #17130 shared loader cjs depGuy Bedford2017-11-282-3/+14
* tools: prohibit notDeepEqual usageRuben Bridgewater2017-11-281-7/+7
* assert: add strict functionality exportRuben Bridgewater2017-11-281-0/+12
* lib: add `process` to internal module wrapperAnna Henningsen2017-11-281-2/+2
* module: be lazy when creating CJS facadesBradley Farias2017-11-281-5/+11
* async_wrap: add provider types for net serverAndreas Madsen2017-11-284-18/+32
* http: do not assign intermediate variableJon Moss2017-11-281-2/+1
* module: add builtinModulesJon Moss2017-11-281-0/+6
* fs: throw fs.access errors in JSJoyee Cheung2017-11-252-1/+59
* trace_events: add executionAsyncId to init eventsAndreas Madsen2017-11-241-1/+3
* http2: general cleanups in core.jsJames M Snell2017-11-241-192/+125
* lib,src: remove vm.runInDebugContext()Ben Noordhuis2017-11-242-19/+0
* lib: remove use of Debug.MakeMirror()Ben Noordhuis2017-11-243-20/+55
* internal: add emitExperimentalWarning functionCody Deckard2017-11-231-0/+11
* benchmark,path: remove unused variables薛定谔的猫2017-11-221-4/+0
* process: Send signal name to signal handlersRobert Rossmann2017-11-221-1/+1
* process: improve unhandled rejection messageMadara Uchiha2017-11-221-3/+17
* assert: use Object.is comparison in .strictEqualRuben Bridgewater2017-11-221-7/+4
* zlib: remove unnecessary else branchjohn2017-11-221-2/+1
* fs: use arrow functions instead of `.bind` and `self`Weijia Wang2017-11-221-22/+18