summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel2016-04-072-0/+128
* 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
* test: stdin is not always a net.SocketJeremiah Senkpiel2016-03-311-0/+19
* zlib: fix gzip member head/buffer boundary issueAnna Henningsen2016-03-312-5/+30
* test: add known_issues test for GH-2148Rich Trott2016-03-301-0/+20
* test: mitigate flaky test-https-agentRich Trott2016-03-301-2/+2
* test: fix flaky test-replBrian White2016-03-301-6/+1
* test: add test for piping large input from stdinAnna Henningsen2016-03-301-0/+23
* test: remove the use of curl in the test suiteSantiago Gimeno2016-03-293-89/+93
* test: update test-repl-require for local pathsMyles Borins2016-03-292-2/+3
* module: prioritize current dir for local lookupsPhillip Johnsen2016-03-291-0/+10
* test: exclude new fs watch test for AIXMichael Dawson2016-03-281-0/+1
* test: confirm globals not used internallyRich Trott2016-03-281-14/+15
* timers: fixing API refs to use safe internal refsKyle Simpson2016-03-281-0/+20
* async_wrap: don't abort on callback exceptionTrevor Norris2016-03-281-0/+68
* async_wrap: notify post if intercepted exceptionTrevor Norris2016-03-281-0/+34
* async_wrap: setupHooks now accepts objectTrevor Norris2016-03-285-6/+6
* dgram: pass null as error on successful send()cjihrig2016-03-281-0/+1
* buffer: make byteLength work with ArrayBuffer & DataViewJackson Tian2016-03-271-0/+34
* crypto: improve error messagesSakthipriyan Vairamani2016-03-261-0/+35
* test: fix flaky test-net-socket-timeoutBrian White2016-03-261-1/+1
* querystring: don't stringify bad surrogate pairBrian White2016-03-261-0/+5
* test: move dns test to test/internetBen Noordhuis2016-03-251-0/+0
* fs: Buffer and encoding enhancements to fs APIJames M Snell2016-03-257-6/+136
* test: fix flaky test-http-set-timeoutRich Trott2016-03-241-1/+1
* process: add 'warning' event and process.emitWarning()James M Snell2016-03-245-23/+94
* test: fix test-debugger-client.jsRich Trott2016-03-241-1/+1
* zlib: Fix handling of gzip magic bytes mid-fileAnna Henningsen2016-03-233-0/+22