aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-09-05tls: re-allow falsey option valuesAnna Henningsen
2017-09-05http2: guard against destroyed session, timeoutsJames M Snell
2017-09-05assert: use SameValueZero in deepStrictEqualRuben Bridgewater
2017-09-05vm: support parsing a script in a specific contextTimothy Gu
2017-09-04net: multiple listen() events fail silentlyEduard Bondarenko
2017-09-03http2: correct emit error in onConnect, full testsAnatoli Papirovski
2017-09-03http2: adjust error types, test coverageAnatoli Papirovski
2017-09-03url: remove unused code from autoEscapeStrCyril Lakech
2017-09-03net: check EADDRINUSE after binding localPortJoyee Cheung
2017-09-01buffer: increase coverage by removing dead codeMarcelo Gobelli
2017-09-01errors,tools: alphabetize-errors lint ruleJon Moss
2017-09-01errors: alphabetize error codesJon Moss
2017-09-01doc,lib,src,test: strip executable bits off filesAnna Henningsen
2017-09-01repl: force editorMode in .loadLance Ball
2017-09-01assert: handle errors properly with deep*EqualRuben Bridgewater
2017-08-31errors: convert 'fs'matzavinos
2017-08-31module: mark DEP0019 as EOL and remove compat codeRoman Reiss
2017-08-30util: remove duplicate code in formatAnatoli Papirovski
2017-08-30lib: simplify the readonly properties of icuJackson Tian
2017-08-30repl: remove REPLServer.createContext side effectsLance Ball
2017-08-30lib: remove the invalid command line optionsJackson Tian
2017-08-30http2: handle 100-continue flow & writeContinueAnatoli Papirovski
2017-08-30tls: fix object prototype type confusionBen Noordhuis
2017-08-30tls: replace forEach with forBrian White
2017-08-30lib: clean up usage of threwJackson Tian
2017-08-30path: fix normalize on directories with two dotsMichaël Zasso
2017-08-30async_hooks: emitAfter correctly on fatalExceptionTrevor Norris
2017-08-28assert: handle sparse arrays in deepStrictEqualRuben Bridgewater
2017-08-28http2: refactor error handlingMatteo Collina
2017-08-27timers: Migrate to use internal/errorsWeijia Wang
2017-08-27tls: type checking for `key`, `cert` and `ca` optionsJimmy Cann
2017-08-27errors: remove duplicated ERR_HTTP_INVALID_STATUS_CODE errorJon Moss
2017-08-26Revert "http2: refactor error handling"Rich Trott
2017-08-26net: move debug statementBrian White
2017-08-25lib: remove circular referenceRuben Bridgewater
2017-08-25http2: refactor error handlingMatteo Collina
2017-08-25console: improve console.group()Rich Trott
2017-08-24buffer: improve error messagesWeijia Wang
2017-08-24stream: fix Writable instanceof for subclassesAnna Henningsen
2017-08-23console: implement minimal `console.group()`Rich Trott
2017-08-23perf_hooks: implementation of the perf timing APIJames M Snell
2017-08-23dns: add `verbatim` option to dns.lookup()Ben Noordhuis
2017-08-23lib: instantiate console methods eagerlyBen Noordhuis
2017-08-23uv: improvements to process.binding('uv')James M Snell
2017-08-23fix --prof-process --preprocess flagdavidmarkclements
2017-08-21os: make EOL configurable and read onlyXadillaX
2017-08-21util: fix inspect array w. negative maxArrayLengthRuben Bridgewater
2017-08-17buffer: fix MAX_LENGTH constant exportAnna Henningsen
2017-08-17util: use proper circular reference checkingAnna Henningsen
2017-08-17inspector: enable async stack tracesMiroslav Bajtoš