summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-07-30test: fix nits in test/fixtures/tls-connect.jsLuigi Pinca
2019-07-30test: fix race in test-http2-originAlba Mendez
2019-07-30src: export v8.GetHeapCodeAndMetadataStatistics()Yuriy Vasiyarov
2019-07-30test: udpate test comment descriptionAndres Bedoya
2019-07-30test: refactor test using assert instead of try/catchJuan Bedoya
2019-07-29vm: increase code coverage of source_text_module.jskball
2019-07-29test: improve test-async-hooks-http-parser-destroyGerhard Stoebich
2019-07-29test, util: refactor isObject in test-utilAlex Ramirez
2019-07-29test,report: relax CPU match requirementsAnna Henningsen
2019-07-29crypto: add null check to outputLength logiccjihrig
2019-07-27test: specialize OOM check for AIXSam Roberts
2019-07-26n-api: refactor a previous commitOctavian Soldea
2019-07-26policy: add dependencies map for resourcesBradley Farias
2019-07-26crypto: fix handling of malicious getters (scrypt)Tobias Nießen
2019-07-25crypto: add outputLength option to crypto.createHashTobias Nießen
2019-07-25assert: avoid potentially misleading reference to object identityAnna Henningsen
2019-07-25report: loop over uv_cpu_info() resultscjihrig
2019-07-25n-api: add APIs for per-instance state managementGabriel Schulhof
2019-07-24domain: use strong reference to domain while activeAnna Henningsen
2019-07-23crypto: increase maxmem range from 32 to 53 bitsTobias Nießen
2019-07-23module: implement "exports" proposal for CommonJSJan Krems
2019-07-22dns: fix unsigned record valuesBrian White
2019-07-22src: do not include partial AsyncWrap instances in heap dumpAnna Henningsen
2019-07-20test: fix assertion argument order in test-esm-namespaceAlex Ramirez
2019-07-20stream: add null push transform in async_iteratorDavid Mark Clements
2019-07-20inspector: add inspector.waitForDebugger()Aleksei Koziatinskii
2019-07-20http2: compat req.completeRobert Nagy
2019-07-20policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-20lib: rename lib/internal/readline.jscjihrig
2019-07-19test: changed function to arrow functionHarshitha KP
2019-07-19vm: remove usage of public util moduleKaren He
2019-07-18esm: implement "pkg-exports" proposalGuy Bedford
2019-07-18test,win: cleanup exec-timeout processesJoão Reis
2019-07-18tty: expose stream API from readline methodscjihrig
2019-07-18test: propagate napi_status to JSOctavian Soldea
2019-07-18test: use consistent test namingRich Trott
2019-07-17repl: fix some repl context issuesRuben Bridgewater
2019-07-17repl: fix autocomplete while using .loadRuben Bridgewater
2019-07-17test: make repl tests more resilientRuben Bridgewater
2019-07-17test: fix race condition in test-worker-process-cwd.jsRuben Bridgewater
2019-07-17test: improve variable names in pty_helper.pyAnna Henningsen
2019-07-16http: add response.writableFinishedRobert Nagy
2019-07-16readline: expose stream API in cursorTo()cjihrig
2019-07-16readline: expose stream API in moveCursor()cjihrig
2019-07-16readline: expose stream API in clearLine()cjihrig
2019-07-15http: expose headers on an http.ClientRequest "information" eventAustin Wright
2019-07-15test: update hasFipsCrypto in test/common/READMEDaniel Bevenius
2019-07-15test: use openssl_is_fips instead of hasFipsCryptoDaniel Bevenius
2019-07-15module: increase code coverage of cjs loaderAndrey Melikhov
2019-07-15inspector: do not change async call stack depth if the worker is doneEugene Ostroukhov