summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-01-17tls: migrate C++ errors to internal/errors.jsJoyee Cheung
2018-01-17tls: migrate argument type-checking errorsJoyee Cheung
2018-01-16util: change %o depth defaultRuben Bridgewater
2018-01-16util: change util.inspect depth defaultRuben Bridgewater
2018-01-16stream: add custom inspect to BufferListRuben Bridgewater
2018-01-15module: refactor loaderGus Caplan
2018-01-15child_process: ignore undef/proto values of env现充
2018-01-14tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen
2018-01-14process: use more direct sync I/O for stdioAnna Henningsen
2018-01-12timers: setInterval interval includes cb durationzhangzifa
2018-01-12async_hooks,http: set HTTPParser trigger to socketAndreas Madsen
2018-01-11http2: remember sent headersJames M Snell
2018-01-11perf_hooks,http2: add performance.clear()James M Snell
2018-01-11http2: fix kUpdateTimer timer refreshJeremiah Senkpiel
2018-01-11lib: fix spelling in commentsTobias Nießen
2018-01-11stream: added experimental support for for-awaitMatteo Collina
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