summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2017-12-12 Version 9.3.0 (Current)v9.3.0v9.3.0-proposalMyles Borins2017-12-1210-15/+427
* test: refactor test-child-process-pass-fdRich Trott2017-12-121-3/+12
* test: remove unnecessary use of common.PORT in addons testRich Trott2017-12-121-4/+2
* tools,test: throw if common.PORT used in parallel testsRich Trott2017-12-122-2/+12
* test: simplify common.PORT codeRich Trott2017-12-122-6/+3
* tools: simplify no-let-in-for-declaration rulecjihrig2017-12-121-32/+14
* tools: simplify buffer-constructor rulecjihrig2017-12-121-8/+3
* tools: simplify prefer-assert-methods rulecjihrig2017-12-121-19/+8
* tools: simplify prefer-common-mustnotcall rulecjihrig2017-12-121-22/+13
* test: refactor test-http-default-portAnna Henningsen2017-12-121-41/+14
* doc: fix modules.md export exampleAnatoli Papirovski2017-12-121-5/+9
* inspector: Fix crash for WS connectionEugene Ostroukhov2017-12-1213-1024/+1022
* tools: prefer common.expectsError in testsAnatoli Papirovski2017-12-123-0/+49
* test: replace assert.throws w/ common.expectsErrorAnatoli Papirovski2017-12-1220-140/+140
* benchmark: fix http/simple.js benchmarkAnatoli Papirovski2017-12-122-3/+3
* test: refactored to remove unnecessary variablesMithun Sasidharan2017-12-122-6/+4
* doc: add link to debugger in process.mdDelapouite2017-12-121-1/+2
* tools: don't lint-md as part of main lint targetRefael Ackermann2017-12-121-1/+0
* src: remove unused include node_crypto_clienthelloDaniel Bevenius2017-12-121-2/+1
* crypto: remove BIO_set_shutdownDaniel Bevenius2017-12-121-2/+0
* doc: simplify and clarify FIPS text in BUILDING.mdRich Trott2017-12-121-10/+6
* http: simplify checkIsHttpToken()Rich Trott2017-12-121-59/+3
* test: use Countdown in http-agent testFederico Kauffman2017-12-121-3/+7
* build: allow running configure from any directoryGibson Fahnestock2017-12-121-8/+10
* test: update http test to use common.mustCallCollins Abitekaniza2017-12-121-17/+5
* build: define HAVE_OPENSSL macro for cctestMatheus Marchini2017-12-121-0/+3
* crypto: remove explicit qualifiers in InitializeDaniel Bevenius2017-12-121-36/+31
* doc: esm loader example with module.builtinModulesGuy Bedford2017-12-121-5/+3
* crypto: do not reach into OpenSSL internals for ThrowCryptoErrorDavid Benjamin2017-12-121-36/+27
* test: improve assert messages in repl-reset-eventAdri Van Houdt2017-12-121-3/+7
* util: fix negative 0 check in inspectGus Caplan2017-12-122-4/+4
* test: update test-http-should-keep-alive to use countdownTomerOmri2017-12-121-17/+11
* tools: replace space with \b in regexDiego Rodríguez Baquero2017-12-121-1/+1
* doc: 'constructor' implies use of new keywordCameron Moorehead2017-12-121-3/+3
* src: fix missing handlescope bug in inspectorBen Noordhuis2017-12-122-7/+8
* build: add a `make help` option for common targetsGibson Fahnestock2017-12-121-14/+21
* test: fix flaky test-benchmark-esRich Trott2017-12-121-1/+2
* tools: lint for additional strings in docsRich Trott2017-12-121-2/+4
* doc: use correct and consistent typography for productsRich Trott2017-12-121-3/+3
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-1210-62/+66
* test: use common.expectsError in testsMithun Sasidharan2017-12-1210-29/+30
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-1248-369/+358
* test: use Countdown in http testidandagan12017-12-121-4/+3
* doc: add "Hello world" example for N-APIFranziska Hinkelmann2017-12-121-1/+36
* doc: immprove inode text in fs.mdRich Trott2017-12-121-6/+3
* doc: improve text for Console constructorRich Trott2017-12-121-4/+3
* doc: improve readability of README.mdRich Trott2017-12-121-10/+6
* doc: improve readability of COLLABORATOR_GUIDE.mdRich Trott2017-12-121-10/+11
* test: use Number.isNaN instead of global isNaNMithun Sasidharan2017-12-123-5/+5
* test: use Countdown in http-response-statuscodeMandeep Singh2017-12-121-1/+6