summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* util: reconstruct constructor in more casesreconstruct-constructor-inspectRuben Bridgewater2019-05-162-5/+17
* assert: remove unused codeRuben Bridgewater2019-05-161-3/+2
* tools: update capitalized-comments eslint ruleRuben Bridgewater2019-05-161-1/+2
* assert: add compatibility for older Node.js versionsRuben Bridgewater2019-05-162-2/+22
* process: inspect error in case of a fatal exceptionRuben Bridgewater2019-05-1611-9/+76
* tools: update dmn to 2.2.2Rich Trott2019-05-162-2/+2
* child_process: refactor stdioStringToArray functionzero1five2019-05-162-23/+23
* tools: DRY isRequireCall() in lint rulescjihrig2019-05-154-24/+12
* tls: expose keylog event on TLSSocketAlba Mendez2019-05-158-1/+143
* inspector: added NodeRuntime domainAleksei Koziatinskii2019-05-147-5/+175
* fs: extract path conversion and validation to getValidatedPathZYSzys2019-05-145-153/+85
* doc,tools: updates for 6.x End-of-LifeRichard Lau2019-05-142-50/+2
* tools: add `12.x` to alternative docs versionsRichard Lau2019-05-141-0/+1
* deps: update OpenSSL configs' timestampsJon Kunkee2019-05-14116-122/+122
* deps: regenerate OpenSSL configs with fixed toolingJon Kunkee2019-05-143-10/+7
* test: clearing require cache crashes esm loaderAntoine du HAMEL2019-05-141-0/+11
* esm: fix esm load bugZYSzys2019-05-141-3/+5
* doc: format correction for experimental loader hooksDaniel Nalborczyk2019-05-141-2/+2
* deps: make VC-WIN config generation deterministicJon Kunkee2019-05-134-4/+11
* doc: dns.lookup() documentation error codejvelezpo2019-05-131-2/+2
* vm: mark global proxy as side-effect-freeAnna Henningsen2019-05-143-8/+76
* test: pass null params to napi_xxx_property()Octavian Soldea2019-05-132-0/+215
* doc,meta: codify security release commit messageRichard Lau2019-05-131-0/+15
* lib: fix typo in pre_execution.jsgengjiawen2019-05-131-1/+1
* assert: loose deep equal should not compare symbol propertiesRuben Bridgewater2019-05-132-6/+16
* test: use common.PORT instead of an extraneous variableBenjamin Ki2019-05-131-5/+3
* test: move dgram invalid host test to internet testsBenjamin Ki2019-05-132-12/+23
* src: remove util-inl.h from header filesSam Roberts2019-05-1361-28/+67
* src: declare unused priv argumentSam Roberts2019-05-132-2/+4
* src: fix warnings about redefined BSWAP macrosSam Roberts2019-05-131-0/+12
* tools: allow RegExp in required-modules eslint ruleRichard Lau2019-05-133-23/+39
* module: fix createRequireFromPath() slash logiccjihrig2019-05-131-1/+1
* doc: add call-once note to napi_queue_async_workGabriel Schulhof2019-05-131-1/+2
* module: add missing space in error messagecjihrig2019-05-132-2/+4
* tools: force common be required before any other modulesZYSzys2019-05-1352-66/+194
* async_hooks: only disable promise hook if wantedAnna Henningsen2019-05-133-11/+36
* http2: do not override the allowHalfOpen optionLuigi Pinca2019-05-131-1/+0
* module: simplify createRequire() validationcjihrig2019-05-131-4/+3
* lib: restore `global.module` after --eval code is runAnna Henningsen2019-05-121-0/+4
* repl: do not run --eval code if there is noneAnna Henningsen2019-05-122-3/+24
* src: remove extra semicolons after macrosgengjiawen2019-05-121-7/+10
* test: better assertion for async hook testsAli Ijaz Sheikh2019-05-121-1/+2
* doc: simplify test/README.mdRich Trott2019-05-111-6/+6
* meta: move firedfox to Collaborator Emeriti listRich Trott2019-05-111-2/+2
* test: test error when breakOnSigint is not a boolean for evaluateRuwan Geeganage2019-05-111-0/+15
* src: extract common macro to util.hgengjiawen2019-05-116-45/+19
* doc: simplify About This Documentation textRich Trott2019-05-111-7/+7
* test: add tests for hasItems method in FreeListRuwan Geeganage2019-05-101-0/+10
* module: improve resolve paths validationcjihrig2019-05-102-16/+30
* tls: fix createSecureContext() cipher list filterSam Roberts2019-05-102-1/+12