aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-04-26inspector: allow concurrent inspector sessionsEugene Ostroukhov
2018-04-26crypto: support authTagLength in GCM encryptionTobias Nießen
2018-04-26n-api: remove unused Test functionDaniel Bevenius
2018-04-26src: remove SecureContext `_external` getterAnna Henningsen
2018-04-26test: removed assert.strictEqual messagekailash k yogeshwar
2018-04-26test: added coverage for fs/promises APIMithun Sasidharan
2018-04-26process: migrate methods to throw errors with codeMichaël Zasso
2018-04-26lib: introduce internal/validatorsMichaël Zasso
2018-04-26http: added aborted property to requestRobert Nagy
2018-04-26inspector: Use default uv_listen backlog sizeEugene Ostroukhov
2018-04-26n-api,test: remove superfluous persistentGabriel Schulhof
2018-04-26n-api,test: make method staticGabriel Schulhof
2018-04-25test: fix flaky child-process-exec-kill-throwsSantiago Gimeno
2018-04-26crypto: make pbkdf2 use checkIsArrayBufferViewDaniel Bevenius
2018-04-25src: assign ERR_SCRIPT_EXECUTION_* codes in C++Joyee Cheung
2018-04-25n-api,test: make methods staticGabriel Schulhof
2018-04-25test,n-api: re-write test_error in CGabriel Schulhof
2018-04-25src: limit foreground tasks draining loopUlan Degenbaev
2018-04-25test: add checkMethods function for CertificateDaniel Bevenius
2018-04-25test: remove crypto.DEFAULT_ENCODING usageDaniel Bevenius
2018-04-23Revert "src: make process.env.TZ setter clear tz cache"Ruben Bridgewater
2018-04-23n-api: initialize a module via a special symbolGabriel Schulhof
2018-04-23test: improve http res write and end dont take arrayIlya Sotov
2018-04-23net: honor default values in Socket constructorSantiago Gimeno
2018-04-23src: make process.env.TZ setter clear tz cacheBen Noordhuis
2018-04-23test: improve common.expectsErrorRuben Bridgewater
2018-04-23src: cover extra load-via-special-symbol scenarioGabriel Schulhof
2018-04-22test: update non-string header names should throwDhansuhu Uzumaki
2018-04-23crypto: allow to restrict valid GCM tag lengthTobias Nießen
2018-04-23test: add test for loading read-only modulesBill Ticehurst
2018-04-22test: fix arg names in benchmark string_decoderAnatoli Papirovski
2018-04-22test: reduce duration in misc benchmarkAnatoli Papirovski
2018-04-22test: fix missing param in url benchmarkAnatoli Papirovski
2018-04-22test: use correct arg name in domains benchmarkAnatoli Papirovski
2018-04-22test: use correct arg name in assert benchmarkAnatoli Papirovski
2018-04-22test: fix long-running http benchmarksAnatoli Papirovski
2018-04-22test: fix long-running buffer benchmarksAnatoli Papirovski
2018-04-21test: add strictEqual method to assertChristine E. Taylor
2018-04-21test: resolve process.setgid() error on UbuntuDivyanshu Singh
2018-04-20test: remove message from strictEqual assertionsBryan Azofeifa
2018-04-20test: fix test-child-process-send-returns-booleanRich Trott
2018-04-20Revert "process: add version constants and compare"Rod Vagg
2018-04-20buffer: fix deprecation warning emitAnatoli Papirovski
2018-04-20test: fix flaky http-server-keep-alive-timeoutSantiago Gimeno
2018-04-20stream: prevent 'end' to be emitted after 'error'Matteo Collina
2018-04-20console: fix class inheritance regressionAnatoli Papirovski
2018-04-19test: removes string literals from test-domain-timer.jsPalash Nigam
2018-04-20assert: validate the block return typeRuben Bridgewater
2018-04-19http: fix _dump regressionAnatoli Papirovski
2018-04-19src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung