summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-12-14events: remove reaches into _events internalsAnatoli Papirovski
2017-12-14process: fix coverage generationEvan Lucas
2017-12-13fs: move type checking for fs.read to jsJames M Snell
2017-12-13fs: move type checking in fs.futimes to jsJames M Snell
2017-12-13fs: move type checking for fs.fchown to jsJames M Snell
2017-12-13fs: move type checking for fs.fchmod to jsJames M Snell
2017-12-13fs: move type checking for fs.ftruncate to jsJames M Snell
2017-12-13fs: move type checking for fs.sync to jsJames M Snell
2017-12-13fs: move type checking for fs.fdatasync to jsJames M Snell
2017-12-13fs: move type checking on fs.fstat to jsJames M Snell
2017-12-13fs: move type checking for fs.close to jsJames M Snell
2017-12-13domain: fix error emit handlingAnatoli Papirovski
2017-12-13url: added space to class string of iterator objectsHaejin Jo
2017-12-13tools: add lowercase-name-for-primitive eslint ruleWeijia Wang
2017-12-13zlib: add ArrayBuffer supportJem Bezooyen
2017-12-12tls: use correct class name in deprecation messageAnna Henningsen
2017-12-12repl: fix util.inspect() coloring regressionBen Noordhuis
2017-12-12net: remove Socket.prototype.listenRuben Bridgewater
2017-12-12http: disallow two-byte characters in URL pathBenno Fünfstück
2017-12-10http: simplify checkIsHttpToken()Rich Trott
2017-12-09util: fix negative 0 check in inspectGus Caplan
2017-12-08fs: use rest param & Reflect.apply in makeCallbackMithun Sasidharan
2017-12-08util: remove check for global.processGus Caplan
2017-12-07timers: improvements to TimersList managementAnatoli Papirovski
2017-12-06doc: use American spellings per style guideRich Trott
2017-12-06events: use Reflect.applyAnatoli Papirovski
2017-12-06process: slight refinements to nextTickAnatoli Papirovski
2017-12-06buffer: throw on failed fill attemptscjihrig
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