summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-04-30errors: minor (SystemError) refactoringRuben Bridgewater
2018-04-30test: add dns memory error testRich Trott
2018-04-30dns: report out of memory properlyRuben Bridgewater
2018-04-29stream: fix error handling with async iterationJulien Fontanet
2018-04-29test: fix a TODO and remove obsolete TODOsRuben Bridgewater
2018-04-29test: verify arguments length in common.expectsErrorRuben Bridgewater
2018-04-29assert: make skipping indicator blueRuben Bridgewater
2018-04-29assert: minor error message improvementsRuben Bridgewater
2018-04-29http,https,tls: switch to WHATWG URL parserHackzzila
2018-04-29child_process: fix leak when passing http socketsSantiago Gimeno
2018-04-29buffer: do not always use defaultsRuben Bridgewater
2018-04-29timers: reschedule interval even if it threwAnatoli Papirovski
2018-04-28http2: fix responses to long payload reqsAnatoli Papirovski
2018-04-28tls: fix getEphemeralKeyInfo to support X25519Shigeki Ohtsu
2018-04-28benchmark: add bench for zlib gzip + gunzip cycleAnna Henningsen
2018-04-28util: fix isInsideNodeModules inside errorAnatoli Papirovski
2018-04-27console: fix console.table() display edge caseRich Trott
2018-04-28tools: simplify HTML generationVse Mozhet Byt
2018-04-27http: refactor outgoing headers processingAnatoli Papirovski
2018-04-27tls: specify options.name in validateKeyCertDaniel Bevenius
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