summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-01-03readline: update references to archived repositoryTobias Nießen
2018-01-03http2: add altsvc supportJames M Snell
2018-01-02http2: perf_hooks integrationJames M Snell
2018-01-02timers: refactor setImmediate error handlingAnatoli Papirovski
2018-01-02http2: remove duplicate words in commentsTobias Nießen
2017-12-30src: use AliasedBuffer for TickInfoAnatoli Papirovski
2017-12-30timers: remove domain enter and exitAnatoli Papirovski
2017-12-29errors: remove ERR_OUTOFMEMORYTobias Nießen
2017-12-29util: improve error message of _errnoExceptionWeijia Wang
2017-12-29http: convert utcDate to use setTimeoutJeremiah Senkpiel
2017-12-29assert: fix strict regressionRuben Bridgewater
2017-12-28repl: fix coloring of `process.versions`Ben Noordhuis
2017-12-28http2: implement ref() and unref() on client sessionsKelvin Jin
2017-12-28readline: refactor filter() callbackRich Trott
2017-12-28process: do not directly schedule _tickCallback in _fatalExceptionAnatoli Papirovski
2017-12-28lib: migrate _http_outgoing.js's remaining errorsAnton Paras
2017-12-28fs: throw fs.close errors in JSJoyee Cheung
2017-12-28fs: simplify the error context collection in C++Joyee Cheung
2017-12-27async_hooks: use typed array stack as fast pathAnna Henningsen
2017-12-27buffer: optimize readDouble and readFloat methodsBen Noordhuis
2017-12-27tls: fix SNICallback without .server optionAnna Henningsen
2017-12-27http: add rawPacket in err of `clientError` eventXadillaX
2017-12-27fs: validate path in fs.exists{Sync}Joyee Cheung
2017-12-27fs: validate path in fs.readFileJoyee Cheung
2017-12-26timers: make setImmediate() immune to tamperingBen Noordhuis
2017-12-26console: make .assert standard compliantRuben Bridgewater
2017-12-24module: print better message on esm import errorMichaël Zasso
2017-12-24process: refactor nextTick for clarityAnatoli Papirovski
2017-12-24lib: combine similar error codesWeijia Wang
2017-12-23lib, src: use process.config instead of regexJon Moss
2017-12-24net: migrate errors to internal/errorskysnm
2017-12-24fs: migrate errors to internal/errorsSteven
2017-12-24tls: migrate errors in _tls_wrap.jsMir Mufaqam Ali
2017-12-23vm: allow modifying context name in inspectorTimothy Gu
2017-12-22http2: convert Http2Settings to an AsyncWrapJames M Snell
2017-12-22fs: move type checking to jsJames M Snell
2017-12-22repl: migrate errors to internal/errorskysnm
2017-12-22tls: comment about old-style errorsxortiz
2017-12-21src: remove redundant `JSStream::DoAfterWrite`Anna Henningsen
2017-12-21repl: show lexically scoped vars in tab completionMichaël Zasso
2017-12-21net: remove ADDRCONFIG DNS hint on WindowsBartosz Sosnowski
2017-12-21util: rename util.inspect argumentRuben Bridgewater
2017-12-21util: add util.inspect compact optionRuben Bridgewater
2017-12-21assert: .throws accept objectsRuben Bridgewater
2017-12-20http2: use session kUpdateTimer from kUpdateTimerJeremiah Senkpiel
2017-12-20http2: use actual Timeout instancesJeremiah Senkpiel
2017-12-20timers: extract enroll() validation into a fnJeremiah Senkpiel
2017-12-20net: use actual Timeout instance on SocketsJeremiah Senkpiel
2017-12-20events: add off alias to removeListenerUlmanb
2017-12-20console: order functions and remove \n\nRuben Bridgewater