summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-04-26readline: allow history to be disabledsurya panikkal
2016-04-25cluster: migrate from worker.suicideEvan Lucas
2016-04-25handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel
2016-04-25url: drop auth in `url.resolve()` if host changesAlex Kocharin
2016-04-25repl: don’t complete expressions when eval failsAnna Henningsen
2016-04-25module: preserve symlinks when requiringAlex Lamar
2016-04-25console: timeEnd() with no label emits warningEugene Obrezkov
2016-04-25buffer: add Buffer.prototype.lastIndexOf()dcposch@dcpos.ch
2016-04-25test: increase the platform timeout for AIXMichael Dawson
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-04-22events: add prependListener() and prependOnceListener()James M Snell
2016-04-21test: add tests for console.assertEvan Lucas
2016-04-21test: v8-flags is sensitive to script cachingAli Ijaz Sheikh
2016-04-21test: don't assume IPv6 in test-regress-GH-5727cjihrig
2016-04-20http: disallow sending obviously invalid status codesBrian White
2016-04-20net: Validate port in createServer().listen()Dirceu Pereira Tiegs
2016-04-20stream: make null an invalid chunk to write in object modeCalvin Metcalf
2016-04-20http: unref socket timer on parser executeFedor Indutny
2016-04-20module: fix resolution of filename with trailing slashMichaël Zasso
2016-04-20stream_base: expose `bytesRead` getterFedor Indutny
2016-04-20test: spawn new processes in vm-cached-dataFedor Indutny
2016-04-20test: move more tests from sequential to parallelSantiago Gimeno
2016-04-20test: assert - fixed error messages to match the testssurya panikkal
2016-04-20test: add zlib close-after-error regression testAnna Henningsen
2016-04-20test,tools: enable linting for undefined varsRich Trott
2016-04-20url: use "empty" object for empty query stringsBrian White
2016-04-19test: add test for responses to HTTP CONNECT reqJosh Leder
2016-04-19test: fix flaky test-http-set-timeout-serverSantiago Gimeno
2016-04-19test: fix test-net-settimeout flakinessSantiago Gimeno
2016-04-18events: don't inherit from Object.prototypeBrian White
2016-04-18querystring: don't inherit from Object.prototypeBrian White
2016-04-18lib,test,tools: alignment on variable assignmentsRich Trott
2016-04-18assert: respect assert.doesNotThrow message.Ilya Shaisultanov
2016-04-18crypto: better error message for createHashCalvin Metcalf
2016-04-18node: make builtin libs available for `--eval`Anna Henningsen
2016-04-18test,repl: use deepStrictEqual for false-y valuesJeremiah Senkpiel
2016-04-18test: move the debugger tests back to parallelSantiago Gimeno
2016-04-18src: don't set non-primitive values on templatesBen Noordhuis
2016-04-17test,vm: enable strict mode for vm testsRich Trott
2016-04-17zlib: Make the finish flush flag configurableAnna Henningsen
2016-04-15buffer: add Buffer.allocUnsafeSlow(size)James M Snell
2016-04-15fs: optimize realpath using uv_fs_realpath()Yuval Brik
2016-04-14test: move debugger tests to sequentialRich Trott
2016-04-14lib: improve module loading performanceBrian White
2016-04-14debugger: run last command on presssing enterRich Trott
2016-04-14test: update error message for JSON.parseMichaël Zasso
2016-04-14repl: don’t complete non-simple expressionsAnna Henningsen
2016-04-14streams: support unlimited synchronous cork/uncork cyclesMatteo Collina
2016-04-12os: add userInfo() methodcjihrig
2016-04-12test: fix flaky test-child-process-fork-netRich Trott