summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2017-11-07, Version 9.1.0 (Current)v9.1.0v9.1.0-proposalcjihrig2017-11-074-8/+123
* doc: add links to EventEmitter in errors.mdDelapouite2017-11-071-4/+5
* doc: fix a link in dgram.mdVse Mozhet Byt2017-11-071-1/+1
* test: tick processor version check regression testBen Noordhuis2017-11-071-0/+41
* lib: shuffle v8_prof_polyfill.js for unit testingBen Noordhuis2017-11-071-13/+25
* lib: fix version check in tick processorBen Noordhuis2017-11-071-1/+1
* src: fix -Winconsistent-missing-override warningBen Noordhuis2017-11-071-1/+1
* test: use default assertion messagejonask2017-11-071-1/+1
* doc: add isTTY property documentationSonaySevik2017-11-071-0/+14
* test: improve message in test-fs-readfile-pipe-largefjau2017-11-071-2/+10
* test: remove custom message from assertionNicolas Morel2017-11-071-2/+1
* test: show incorrect value on test failureSean Karson2017-11-071-1/+1
* test: include file mode in assert messageSascha Tandel2017-11-071-2/+6
* doc: fix json generator warningsLuigi Pinca2017-11-071-2/+2
* test: refactor tls test to use fixtres.readSyncBrian O'Connell2017-11-071-3/+6
* test: add detailed message for assertion failureAttila Gonda2017-11-071-1/+3
* test: use fixtures module in test-replMaring, Damian Lion2017-11-071-1/+2
* test: update test to use fixtures.readKeyDara Hayes2017-11-071-4/+8
* tools: remove unneeded parentheses in doc/html.jsVse Mozhet Byt2017-11-071-1/+1
* test: fix typos in read-buffer testsJimi van der Woning2017-11-071-2/+2
* tools: replace string concatenation with template literalsKevin Yu2017-11-071-3/+3
* http: use 'connect' event only if socket is connectingLuigi Pinca2017-11-062-2/+48
* test: replace fixturesDir with usage of fixtures moduleOctavian Ionescu2017-11-061-3/+6
* test: use default assertion messagesJohn Byrne2017-11-061-7/+4
* test: clarified assert message for test-require-json.jsMatthias Reis2017-11-061-1/+2
* tools: replace string concatenation with template literalsGiovanni Lela2017-11-061-2/+1
* test: replace common.fixturesDir with fixtures moduleDumitru Glavan2017-11-061-1/+2
* test: replace common.fixturesDir with fixtures.readSync()Adri Van Houdt2017-11-061-3/+6
* tools: replace string concetation with templatesPatrick Heneise2017-11-061-4/+4
* test: replace `common.fixturesDir` usageSascha Tandel2017-11-061-2/+2
* test: update test to use fixturesAdam Wegrzynek2017-11-061-3/+2
* src: clean up uv_fs_t's in module_wrap.cccjihrig2017-11-061-13/+27
* tools: update to ESLint 4.10.0cjihrig2017-11-06263-8838/+9333
* src: remove unnecessary call to SetHiddenPrototypeToon Verwaest2017-11-061-1/+0
* doc: make stream.Readable consistentSakthipriyan Vairamani (thefourtheye)2017-11-061-1/+1
* doc: correct effects to affectsgowpen2017-11-061-1/+1
* doc: correct EventEmitter referencegowpen2017-11-061-1/+1
* http2: improve errors thrown in header validationJoyee Cheung2017-11-065-12/+18
* inspector: include node_platform.h headerAlexey Kuzmin2017-11-061-1/+1
* test: refactor exitedAfterDisconnect testRich Trott2017-11-061-2/+3
* http2: refactor multiple internalsJames M Snell2017-11-0611-146/+275
* http: use arrow fns for lexical `this` in AgentBryan English2017-11-061-41/+39
* tls: accept array of protocols in TLSSocketMark S. Everitt2017-11-062-11/+89
* http, http2: add 103 Early Hints status codeYosuke Furukawa2017-11-063-0/+3
* tools: add fixer for no-let-in-for-declarationWeijia Wang2017-11-062-3/+16
* src: add method to compute storage in WriteWrapAnna Henningsen2017-11-063-2/+7
* doc: update license to include node-inspectMyles Borins2017-11-062-0/+26
* doc: add 9.x to version picker and mark 8.x as LTSChris Young2017-11-061-1/+2
* http2: allocate on every chunk sendJames M Snell2017-11-065-34/+42
* http2: refactor settings handlingJames M Snell2017-11-063-170/+167