summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: improve http res write and end dont take arrayIlya Sotov2018-04-231-6/+17
* net: honor default values in Socket constructorSantiago Gimeno2018-04-231-0/+43
* src: make process.env.TZ setter clear tz cacheBen Noordhuis2018-04-231-0/+23
* test: improve common.expectsErrorRuben Bridgewater2018-04-233-30/+55
* src: cover extra load-via-special-symbol scenarioGabriel Schulhof2018-04-231-0/+17
* test: update non-string header names should throwDhansuhu Uzumaki2018-04-221-8/+9
* crypto: allow to restrict valid GCM tag lengthTobias Nießen2018-04-231-0/+37
* test: add test for loading read-only modulesBill Ticehurst2018-04-231-0/+48
* test: fix arg names in benchmark string_decoderAnatoli Papirovski2018-04-221-2/+2
* test: reduce duration in misc benchmarkAnatoli Papirovski2018-04-221-0/+1
* test: fix missing param in url benchmarkAnatoli Papirovski2018-04-221-0/+1
* test: use correct arg name in domains benchmarkAnatoli Papirovski2018-04-221-1/+1
* test: use correct arg name in assert benchmarkAnatoli Papirovski2018-04-221-1/+9
* test: fix long-running http benchmarksAnatoli Papirovski2018-04-221-1/+3
* test: fix long-running buffer benchmarksAnatoli Papirovski2018-04-221-0/+2
* test: add strictEqual method to assertChristine E. Taylor2018-04-211-1/+1
* test: resolve process.setgid() error on UbuntuDivyanshu Singh2018-04-211-1/+8
* test: remove message from strictEqual assertionsBryan Azofeifa2018-04-201-2/+1
* test: fix test-child-process-send-returns-booleanRich Trott2018-04-202-3/+3
* Revert "process: add version constants and compare"Rod Vagg2018-04-201-38/+1
* buffer: fix deprecation warning emitAnatoli Papirovski2018-04-201-2/+4
* test: fix flaky http-server-keep-alive-timeoutSantiago Gimeno2018-04-201-25/+24
* stream: prevent 'end' to be emitted after 'error'Matteo Collina2018-04-2014-13/+43
* console: fix class inheritance regressionAnatoli Papirovski2018-04-201-0/+7
* test: removes string literals from test-domain-timer.jsPalash Nigam2018-04-191-4/+2
* assert: validate the block return typeRuben Bridgewater2018-04-201-13/+24
* http: fix _dump regressionAnatoli Papirovski2018-04-191-0/+33
* src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung2018-04-193-27/+70
* src: migrate ERR_INDEX_OUT_OF_RANGE in C++Joyee Cheung2018-04-191-1/+5
* doc: fix misplaced entries in test/common docRich Trott2018-04-181-15/+15
* test: remove message from strictEqual assertionsisurusiri2018-04-181-3/+2
* repl: hide top-level await feature behind a flagTimothy Gu2018-04-181-1/+1
* trace_events: adds a new trace_events apiJames M Snell2018-04-179-10/+177
* timers: call destroy on interval errorAnatoli Papirovski2018-04-171-0/+37
* timers: fix subsequent enroll calls not workingAnatoli Papirovski2018-04-171-0/+16
* errors: alter ERR_INVALID_CURSOR_POSdavidmarkclements2018-04-171-1/+1
* test: fix http-agent-destroyed-socket cb not firingAnatoli Papirovski2018-04-171-15/+2
* http2: refactor how trailers are doneJames M Snell2018-04-1610-86/+101
* errors: alter ERR_INVALID_PROTOCOLdavidmarkclements2018-04-161-1/+1
* stream: add pipeline and finishedMathias Buus2018-04-162-0/+606
* fs: add 'close' event to FSWatcherAlec Larson2018-04-161-0/+1
* http: relax requirements on upgrade listenerAnatoli Papirovski2018-04-162-10/+17
* errors: alter ERR_INVALID_DOMAIN_NAMEdavidmarkclements2018-04-161-1/+4
* timers: fix clearInterval to work with timers from setTimeoutRémi Berson2018-04-161-0/+18
* tools: add eslintrc rule for `assert.rejects`Ruben Bridgewater2018-04-161-1/+1
* assert: add direct promises support in rejectsRuben Bridgewater2018-04-161-57/+99
* fs: handle long files reading in fs.promisesAntoine du HAMEL2018-04-151-0/+28
* util: introduce types.isModuleNamespaceObjectGus Caplan2018-04-151-1/+9
* test: remove expectations based on v8 headers from types testGus Caplan2018-04-151-37/+0
* errors: alter ERR_HTTP2_PSEUDOHEADER_NOT_ALLOWEDdavidmarkclements2018-04-141-1/+1