summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* crypto: better error message for createHashCalvin Metcalf2016-04-261-0/+12
* node: make builtin libs available for `--eval`Anna Henningsen2016-04-261-0/+7
* test,repl: use deepStrictEqual for false-y valuesJeremiah Senkpiel2016-04-261-2/+2
* test: move the debugger tests back to parallelSantiago Gimeno2016-04-262-0/+2
* src: don't set non-primitive values on templatesBen Noordhuis2016-04-261-3/+3
* test,vm: enable strict mode for vm testsRich Trott2016-04-263-56/+56
* zlib: Make the finish flush flag configurableAnna Henningsen2016-04-262-0/+45
* buffer: add Buffer.allocUnsafeSlow(size)James M Snell2016-04-261-11/+9
* fs: optimize realpath using uv_fs_realpath()Yuval Brik2016-04-262-76/+37
* test: move debugger tests to sequentialRich Trott2016-04-262-0/+0
* lib: improve module loading performanceBrian White2016-04-267-4/+8
* debugger: run last command on presssing enterRich Trott2016-04-262-0/+53
* test: update error message for JSON.parseMichaël Zasso2016-04-261-1/+1
* repl: don’t complete non-simple expressionsAnna Henningsen2016-04-261-0/+8
* streams: support unlimited synchronous cork/uncork cyclesMatteo Collina2016-04-261-0/+41
* os: add userInfo() methodcjihrig2016-04-261-0/+24
* test: fix flaky test-child-process-fork-netRich Trott2016-04-261-8/+8
* stream: Fix readableState.awaitDrain mechanismAnna Henningsen2016-04-261-0/+40
* querystring: using toString for objects on querystring.escapeIgor Kalashnikov2016-04-261-0/+24
* test: fix issues for ESLint 2.7.0silverwind2016-04-265-28/+24
* buffer: add Buffer.prototype.compare by offsetJames M Snell2016-04-261-0/+63
* test: move some test from sequential to parallelSantiago Gimeno2016-04-2620-8/+13
* test: fix flaky test-http-client-abortRich Trott2016-04-261-6/+6
* path: fixing a test that breaks on some machines.Mike Kaufman2016-04-261-1/+2
* repl: refactor repl.jsRich Trott2016-04-261-0/+17
* buffer: standardize array index checkTrevor Norris2016-04-261-0/+6
* test: refactor test-file-write-stream3Rich Trott2016-04-261-22/+9
* test: enforce strict mode for test-domain-cryptoRich Trott2016-04-061-1/+3
* test: fix another flaky stringbytes testAli Ijaz Sheikh2016-04-062-7/+11
* test: fix flakiness of stringbytes-externalAli Ijaz Sheikh2016-04-059-42/+88
* zlib: detect gzip files when using unzip*Anna Henningsen2016-04-052-0/+42
* readline: emit key info unconditionallycjihrig2016-04-051-1/+1
* readline: document emitKeypressEvents()cjihrig2016-04-051-0/+30
* test: make use of globals explicitRich Trott2016-04-041-10/+10
* test: be explicit about polluting of `global`Rich Trott2016-04-041-2/+3
* test: explicitly set global in test-replRich Trott2016-04-041-1/+1
* path: fix win32.isAbsolute() inconsistencyBrian White2016-04-041-0/+10
* test: fix pummel test failuresRich Trott2016-04-043-9/+10
* test: fix flaky test-net-socket-timeout-unrefRich Trott2016-04-041-20/+16
* test: fix test-dns.js flakinessRich Trott2016-04-031-6/+6
* test: fix error message checks in test-module-loadingJames M Snell2016-04-031-2/+2
* tools: remove disabling of already-disabled ruleRich Trott2016-04-021-2/+0
* test: refactor http-end-throw-socket-handlingSantiago Gimeno2016-04-021-24/+16
* buffer: don't set `kNoZeroFill` flag in allocUnsafeVladimir Kurchatkin2016-04-011-1/+11
* net: support DNS hints in createConnection()Colin Ihrig2016-04-011-6/+11
* net: improve socket.write() error messagePhillip Johnsen2016-04-011-0/+18
* http: Corrects IPv6 address in Host headerMihai Potra2016-04-011-0/+40
* test: ensure _handle property existenceRich Trott2016-03-311-12/+26
* test: fix offending max-len linter errorSakthipriyan Vairamani2016-04-011-1/+1
* assert: Check typed array view type in deepEqualAnna Henningsen2016-03-311-2/+14