aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10doc: un-mark Socket#write “removal” as notable changeAnna Henningsen
2018-01-102019-01-10 Version 9.4.0 (Current)Myles Borins
2018-01-10stream: always defer 'readable' with nextTickMatteo Collina
2018-01-09doc: add descriptions of state propertiesJames M Snell
2018-01-09doc: examples for fast-tracking regression fixesRefael Ackermann
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-09benchmark: add JSStreamWrap benchmarkAnna Henningsen
2018-01-09doc: multiple updates to BUILDING.mdRich Trott
2018-01-09test: use smaller input file for test-zlib.jsRich Trott
2018-01-09doc: multiple updates to child_process.mdRich Trott
2018-01-09build: fix cctest target with --enable-staticQingyan Li
2018-01-09test: replace assert.throws with expectsErrorsreepurnajasti
2018-01-09doc: fix incorrect argument type in fs.readSyncMykola Bilochub
2018-01-09http2: use aliased buffer for perf stats, add statsJames M Snell
2018-01-09perf_hooks: fix scheduling regressionAnatoli Papirovski
2018-01-09lib: enable dot-notation eslint ruleAnatoli Papirovski
2018-01-09async_hooks: update defaultTriggerAsyncIdScope for perfAnatoli Papirovski
2018-01-09tools: do not override V8's gitignoreYang Guo
2018-01-09doc: add guide on maintaining build filesJoyee Cheung
2018-01-09build: document targets in the MakefileJoyee Cheung
2018-01-08src: update make for new code coverage locationsMichael Dawson
2018-01-08http2: verify flood error and unsolicited framesJames M Snell
2018-01-08trace_events: stop tracing agent in process.exit()Andreas Madsen
2018-01-08fs: guarantee order of callbacks in ws.closeMatteo Collina
2018-01-07tls: remove cleartext input data queueAnna Henningsen
2018-01-07tls: refactor write queues awayAnna Henningsen
2018-01-07lib: remove queue implementation from JSStreamWrapAnna Henningsen
2018-01-07doc: updates examples to use NULLMichael Dawson
2018-01-06test: refactor test-replAnna Henningsen
2018-01-06doc: move matthewloring to emeritiRich Trott
2018-01-06test: fix flaky test-http-pipeline-floodAnatoli Papirovski
2018-01-06test: add more asserts to `test-internal-errors`Refael Ackermann
2018-01-06test: fix common.expectsErrorRefael Ackermann
2018-01-06test: fix wrong error classes passed in as typeRuben Bridgewater
2018-01-05http2: verify that a dependency cycle may existJames M Snell
2018-01-05doc: grammar fixes in http2.mdRich Trott
2018-01-05http2: implement maxSessionMemoryJames M Snell
2018-01-05build: put .PHONY directly before its targetOky Antoro
2018-01-05doc: re-alphabetise sections in common/README.mdVse Mozhet Byt
2018-01-05doc: fix code nits in common/READMEVse Mozhet Byt
2018-01-05doc: compact eslint directives in common/READMEVse Mozhet Byt
2018-01-05buffer: check byteLength in readUInt(B|L)ERich Trott
2018-01-05benchmark: improve buffer.readInt(B|L)E benchmarksRich Trott
2018-01-05buffer: check byteLength in readInt(B|L)ESebastian Van Sande