summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2016-04-11stream: Fix readableState.awaitDrain mechanismAnna Henningsen
2016-04-11querystring: using toString for objects on querystring.escapeIgor Kalashnikov
2016-04-10test: fix issues for ESLint 2.7.0silverwind
2016-04-08buffer: add Buffer.prototype.compare by offsetJames M Snell
2016-04-08test: move some test from sequential to parallelSantiago Gimeno
2016-04-08test: fix flaky test-http-client-abortRich Trott
2016-04-08path: fixing a test that breaks on some machines.Mike Kaufman
2016-04-08repl: refactor repl.jsRich Trott
2016-04-08buffer: standardize array index checkTrevor Norris
2016-04-07test: refactor test-file-write-stream3Rich Trott
2016-04-07handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel
2016-04-06test: enforce strict mode for test-domain-cryptoRich Trott
2016-04-06test: fix another flaky stringbytes testAli Ijaz Sheikh
2016-04-05test: fix flakiness of stringbytes-externalAli Ijaz Sheikh
2016-04-05zlib: detect gzip files when using unzip*Anna Henningsen
2016-04-05readline: emit key info unconditionallycjihrig
2016-04-05readline: document emitKeypressEvents()cjihrig
2016-04-04test: make use of globals explicitRich Trott
2016-04-04test: be explicit about polluting of `global`Rich Trott
2016-04-04test: explicitly set global in test-replRich Trott
2016-04-04path: fix win32.isAbsolute() inconsistencyBrian White
2016-04-04test: fix pummel test failuresRich Trott
2016-04-04test: fix flaky test-net-socket-timeout-unrefRich Trott
2016-04-03test: fix test-dns.js flakinessRich Trott
2016-04-03test: fix error message checks in test-module-loadingJames M Snell
2016-04-02tools: remove disabling of already-disabled ruleRich Trott
2016-04-02test: refactor http-end-throw-socket-handlingSantiago Gimeno
2016-04-01buffer: don't set `kNoZeroFill` flag in allocUnsafeVladimir Kurchatkin
2016-04-01net: support DNS hints in createConnection()Colin Ihrig
2016-04-01net: improve socket.write() error messagePhillip Johnsen
2016-04-01http: Corrects IPv6 address in Host headerMihai Potra
2016-03-31test: ensure _handle property existenceRich Trott
2016-04-01test: fix offending max-len linter errorSakthipriyan Vairamani
2016-03-31assert: Check typed array view type in deepEqualAnna Henningsen