aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-07-13async_hooks: make AsyncResource match emitInitAndreas Madsen
2017-07-13async_hooks: rename internal emit functionsAndreas Madsen
2017-07-13async_hooks: fix nested hooks mutationAndreas Madsen
2017-07-13async_hooks: move restoreTmpHooks call to initRuben Bridgewater
2017-07-12errors,buffer: port errors to internal/errorsstarkwang
2017-07-12child_process: refactor normalizeSpawnArguments()Rich Trott
2017-07-12querystring: fix up lastPos usageTimothy Gu
2017-07-11buffer: remove MAX_SAFE_INTEGER check on lengthRich Trott
2017-07-10lib: normalize indentation in parenthesesRich Trott
2017-07-09assert: refactor to reduce unecessary code pathsRuben Bridgewater
2017-07-09fs: two minor optimizationsRuben Bridgewater
2017-07-07lib: remove excess indentationRich Trott
2017-07-07lib: use consistent indentation for ternariesRich Trott
2017-07-07repl: fix crash with large buffer tab completionXadillaX
2017-07-06async_hooks: require parameter in emitBeforeAndreas Madsen
2017-07-06async_hooks: use common emitBefore and emitAfterAndreas Madsen
2017-07-05tools: eslint - use `error` and `off`Refael Ackermann
2017-07-05lib: fix urlObject parameter name in url.formatEduardo Leggiero
2017-07-05async_hooks: fix default nextTick triggerAsyncIdAndreas Madsen
2017-07-05async-hooks,net: ensure asyncId=null if no handleMatt Sergeant
2017-07-05async_hooks: reduce duplication with factoryRuben Bridgewater
2017-07-05assert: replace many if's with if-else statementkuroljov
2017-07-05url: normalize port on scheme changeTimothy Gu
2017-07-04tools: use no-use-before-define ESLint ruleVse Mozhet Byt
2017-07-04lib: fix off-by-one indentationRich Trott
2017-07-03http: guard against failed sockets creationRefael Ackermann
2017-07-03child_process: use internal/errorsTobias Nießen
2017-07-03path: fix incorrect use of ERR_INVALID_ARG_TYPETobias Nießen
2017-07-03assert: fix incorrect use of ERR_INVALID_ARG_TYPETobias Nießen
2017-07-02assert: refactor the codeRuben Bridgewater
2017-07-02process: use internal/errors in internalNextTickTobias Nießen
2017-07-01errors,url: port url errors to internal/errorsstarkwang
2017-07-01assert: fix assert.fail with zero argumentsRuben Bridgewater
2017-07-01child_process: fix handleless NODE_HANDLE handlingSantiago Gimeno
2017-06-30repl: fix old history error handlingRuben Bridgewater
2017-06-30stream: avoid possible slow path w UInt8ArrayMatteo Collina
2017-06-29stream: use more explicit statementsRuben Bridgewater
2017-06-28readline: properly handle 0-width charactersTimothy Gu
2017-06-28http: simplify if statementRuben Bridgewater
2017-06-28v8: add new to the throw statementRuben Bridgewater
2017-06-28dgram,process,util: refactor Error to TypeErrorRuben Bridgewater
2017-06-28errors: fix and improve error typesRuben Bridgewater
2017-06-24child_process: emit IPC messages on next tickcjihrig
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-23util: make util.debuglog() consistent with docVse Mozhet Byt
2017-06-22stream: finish must always follow errorMatteo Collina
2017-06-22cluster: remove obsolete todoRuben Bridgewater
2017-06-22errors: prevent stack recalculationRuben Bridgewater
2017-06-22console: use a plain object for the the error stackRuben Bridgewater
2017-06-22errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater