summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-01-11path: fix path.normalize for relative pathsWeijia Wang
2018-01-11fs: extract out validateUint32 and validateLen functionsJon Moss
2018-01-11fs: extract out validatePath functionJon Moss
2018-01-11fs: extract out validateOffsetLengthWrite functionJon Moss
2018-01-11fs: extract out validateBuffer functionJon Moss
2018-01-11fs: extract out validateOffsetLengthRead functionJon Moss
2018-01-11fs: extract out validateFd functionJon Moss
2018-01-10stream: always defer 'readable' with nextTickMatteo Collina
2018-01-09n-api: throw RangeError in napi_create_dataview() with invalid rangeJinho Bang
2018-01-09lib: handle `throw undefined` in assert.throws()Ben Noordhuis
2018-01-09http2: use aliased buffer for perf stats, add statsJames M Snell
2018-01-09lib: enable dot-notation eslint ruleAnatoli Papirovski
2018-01-09async_hooks: update defaultTriggerAsyncIdScope for perfAnatoli Papirovski
2018-01-08fs: guarantee order of callbacks in ws.closeMatteo Collina
2018-01-07lib: remove queue implementation from JSStreamWrapAnna Henningsen
2018-01-05http2: implement maxSessionMemoryJames M Snell
2018-01-05buffer: check byteLength in readUInt(B|L)ERich Trott
2018-01-05buffer: check byteLength in readInt(B|L)ESebastian Van Sande
2018-01-05cluster: support windowsHide option for workersTodd Wong
2018-01-04http: remove duplicate exportEvan Lucas
2018-01-04repl: refactor code for readabilityRuben Bridgewater
2018-01-04repl: upper case comments first charRuben Bridgewater
2018-01-03http2: add initial support for originSetJames M Snell
2018-01-03tls: set servername on client side tooJames M Snell
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