summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: fix Makefile wrt finding node executableYang Guo2018-01-111-1/+2
* path: fix path.normalize for relative pathsWeijia Wang2018-01-112-20/+34
* fs: extract out validateUint32 and validateLen functionsJon Moss2018-01-111-62/+54
* fs: extract out validatePath functionJon Moss2018-01-111-173/+64
* fs: extract out validateOffsetLengthWrite functionJon Moss2018-01-111-10/+17
* fs: extract out validateBuffer functionJon Moss2018-01-111-6/+11
* fs: extract out validateOffsetLengthRead functionJon Moss2018-01-111-10/+17
* fs: extract out validateFd functionJon Moss2018-01-111-41/+32
* doc: un-mark Socket#write “removal” as notable changeAnna Henningsen2018-01-101-6/+5
* 2019-01-10 Version 9.4.0 (Current)Myles Borins2018-01-107-31/+309
* stream: always defer 'readable' with nextTickMatteo Collina2018-01-109-57/+263
* doc: add descriptions of state propertiesJames M Snell2018-01-091-15/+34
* doc: examples for fast-tracking regression fixesRefael Ackermann2018-01-091-6/+8
* n-api: throw RangeError in napi_create_dataview() with invalid rangeJinho Bang2018-01-095-7/+84
* lib: handle `throw undefined` in assert.throws()Ben Noordhuis2018-01-092-3/+18
* benchmark: add JSStreamWrap benchmarkAnna Henningsen2018-01-091-0/+107
* doc: multiple updates to BUILDING.mdRich Trott2018-01-091-13/+13
* test: use smaller input file for test-zlib.jsRich Trott2018-01-091-1/+1
* doc: multiple updates to child_process.mdRich Trott2018-01-091-8/+8
* build: fix cctest target with --enable-staticQingyan Li2018-01-091-17/+29
* test: replace assert.throws with expectsErrorsreepurnajasti2018-01-094-19/+19
* doc: fix incorrect argument type in fs.readSyncMykola Bilochub2018-01-091-1/+1
* http2: use aliased buffer for perf stats, add statsJames M Snell2018-01-096-66/+240
* perf_hooks: fix scheduling regressionAnatoli Papirovski2018-01-092-7/+27
* lib: enable dot-notation eslint ruleAnatoli Papirovski2018-01-093-2/+4
* async_hooks: update defaultTriggerAsyncIdScope for perfAnatoli Papirovski2018-01-093-11/+11
* tools: do not override V8's gitignoreYang Guo2018-01-091-0/+3
* doc: add guide on maintaining build filesJoyee Cheung2018-01-091-0/+52
* build: document targets in the MakefileJoyee Cheung2018-01-091-18/+53
* src: update make for new code coverage locationsMichael Dawson2018-01-081-2/+2
* http2: verify flood error and unsolicited framesJames M Snell2018-01-087-2/+252
* trace_events: stop tracing agent in process.exit()Andreas Madsen2018-01-082-0/+25
* fs: guarantee order of callbacks in ws.closeMatteo Collina2018-01-084-27/+77
* tls: remove cleartext input data queueAnna Henningsen2018-01-074-54/+25
* tls: refactor write queues awayAnna Henningsen2018-01-072-27/+12
* lib: remove queue implementation from JSStreamWrapAnna Henningsen2018-01-073-97/+71
* doc: updates examples to use NULLMichael Dawson2018-01-071-16/+16
* test: refactor test-replAnna Henningsen2018-01-061-494/+700
* doc: move matthewloring to emeritiRich Trott2018-01-061-2/+2
* test: fix flaky test-http-pipeline-floodAnatoli Papirovski2018-01-061-2/+2
* test: add more asserts to `test-internal-errors`Refael Ackermann2018-01-061-0/+3
* test: fix common.expectsErrorRefael Ackermann2018-01-061-0/+5
* test: fix wrong error classes passed in as typeRuben Bridgewater2018-01-0612-16/+45
* http2: verify that a dependency cycle may existJames M Snell2018-01-051-0/+69
* doc: grammar fixes in http2.mdRich Trott2018-01-051-28/+28
* http2: implement maxSessionMemoryJames M Snell2018-01-057-15/+172
* build: put .PHONY directly before its targetOky Antoro2018-01-051-79/+66
* doc: re-alphabetise sections in common/README.mdVse Mozhet Byt2018-01-051-44/+44
* doc: fix code nits in common/READMEVse Mozhet Byt2018-01-051-3/+2
* doc: compact eslint directives in common/READMEVse Mozhet Byt2018-01-051-32/+8