Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-07-20errors: migrate tls_wrap to use internal/errorsBidisha Pyne
2017-07-19assert: show thrown message in doesNotThrow()Ruslan Bekenev
2017-07-19lib: improve lazy requiresRuben Bridgewater
2017-07-19zlib: check if the stream is destroyed before pushMatteo Collina
2017-07-19repl: don't terminate on null thrownBenjamin Gruenbaum
2017-07-19errors: port internal/fs errors to internal/errorsGunar C. Gessner
2017-07-18tls: migrate tls.js to use internal/errors.jsMichael Dawson
2017-07-18lib: update indentation of ternariesRich Trott
2017-07-17http: OutgoingMessage change writable after endRoee Kasher
2017-07-17errors: keep error codes in alphabetical orderWeijia Wang
2017-07-17buffer: fix indentation nitsRich Trott
2017-07-17util: delete unused argument 'depth'kadoufall
2017-07-15cluster: overriding inspector portcornholio
2017-07-15util: remove redundant declarationVse Mozhet Byt
2017-07-13n-api: add code parameter to error helpersMichael Dawson
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-13errors,buffer: port errors to internal/errorsstarkwang
2017-07-12child_process: refactor normalizeSpawnArguments()Rich Trott
2017-07-12querystring: fix up lastPos usageTimothy Gu
2017-07-12buffer: 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-07async_hooks: require parameter in emitBeforeAndreas Madsen
2017-07-07async_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-03assert: refactor the codeRuben Bridgewater
2017-07-02process: use internal/errors in internalNextTickTobias Nießen
2017-07-02errors,url: port url errors to internal/errorsstarkwang
2017-07-02assert: 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