summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2020-01-07, Version 12.14.1 'Erbium' (LTS)v12.14.1v12.14.1-proposalBeth Griggs2019-12-313-2/+241
* util: fix inspection of errors with tampered name or stack propertyRuben Bridgewater2019-12-312-3/+32
* test: skip test-domain-error-types in debug mode temporariliyRich Trott2019-12-311-0/+4
* test: add coverage for ERR_TLS_INVALID_PROTOCOL_VERSIONRich Trott2019-12-311-0/+12
* test: add an indicator `isIBMi`Xu Meng2019-12-314-0/+14
* build,win: propagate error codes in vcbuildJoão Reis2019-12-311-1/+4
* doc: fix typographical errorRich Trott2019-12-311-1/+1
* test: use arrow functions in async-hooks testsgarygsc2019-12-316-13/+13
* test: fix test-benchmark-streamsRich Trott2019-12-311-1/+2
* doc: revise REPL uncaught exception textRich Trott2019-12-311-4/+3
* doc: update signature algorithm in release docMyles Borins2019-12-311-8/+8
* doc: update README.md to fix active/maint timesMichael Dawson2019-12-311-1/+1
* doc: update socket.bufferSize textRich Trott2019-12-311-8/+6
* test: remove unused callback argumentRich Trott2019-12-171-1/+1
* test: simplify forEach() usageRich Trott2019-12-171-1/+1
* test: remove unused callback argumentRich Trott2019-12-171-1/+1
* stream: improve performance for sync write finishesAnna Henningsen2019-12-173-8/+66
* test: increase coverage for trace_events.jsRich Trott2019-12-171-2/+7
* tools: enforce blank line between functionsRich Trott2019-12-171-0/+4
* benchmark,doc,lib,test: prepare for padding lint ruleRich Trott2019-12-1726-0/+42
* doc: note that buf.buffer's contents might differAJ Jordan2019-12-171-0/+3
* tools: add unified plugin changing links for html docsMarek Łabuz2019-12-176-1/+81
* doc: clarify IncomingMessage.destroy() descriptionSam Foxman2019-12-171-2/+2
* doc: fixed a typo in process.mdHarendra Singh2019-12-171-1/+1
* doc: documenting a bit more FreeBSD caseDavid Carlier2019-12-171-1/+5
* http2: fix session memory accounting after pausingMichael Lehenbauer2019-12-172-1/+59
* src: remove unused variable in node_dir.ccgengjiawen2019-12-171-1/+0
* test:refactor createHook testJeny2019-12-171-2/+2
* buffer: fix 6-byte writeUIntBE() range checkBrian White2019-12-173-3/+3
* dns: use length for building TXT stringAnna Henningsen2019-12-172-2/+3
* test: port worker + buffer test to N-APIAnna Henningsen2019-12-174-0/+83
* n-api: detach external ArrayBuffers on env exitAnna Henningsen2019-12-171-5/+38
* doc: add missing 'added' versions to module.builtinModulesThomas Watson2019-12-171-1/+4
* doc: address nits for src/README.mdAnna Henningsen2019-12-171-1/+1
* doc: revise socket.connect() noteRich Trott2019-12-171-3/+3
* child_process: document kill() return valuecjihrig2019-12-171-1/+3
* http: set socket.server unconditionallyAnna Henningsen2019-12-172-2/+15
* deps: update llhttp to 2.0.1Fedor Indutny2019-12-175-115/+306
* test: move test-https-server-consumed-timeout to parallelRich Trott2019-12-172-52/+86
* test: remove unnecessary common.platformTimeout() callRich Trott2019-12-171-1/+1
* test: do not skip test-http-server-consumed-timeoutRich Trott2019-12-171-41/+42
* test: remove unused function argument from http testRich Trott2019-12-171-1/+1
* tls: allow empty subject even with altNames definedJason Macgowan2019-12-172-10/+28
* inspector: properly shut down uv_async_tAnna Henningsen2019-12-171-8/+21
* src: cleanup unused headersAlexandre Ferrando2019-12-1722-30/+11
* src,doc: fix broken linkscjihrig2019-12-171-3/+3
* test: add logging in case of infinite loopRich Trott2019-12-171-0/+8
* test: remove destructuring from test-inspector-contextsRich Trott2019-12-171-37/+37
* test: check for session.post() errors in test-insepctor-contextRich Trott2019-12-171-3/+3
* test: add mustCall() to test-inspector-contextsRich Trott2019-12-171-1/+1