summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2016-03-31test: stdin is not always a net.SocketJeremiah Senkpiel
2016-03-31zlib: fix gzip member head/buffer boundary issueAnna Henningsen
2016-03-30test: add known_issues test for GH-2148Rich Trott
2016-03-30test: mitigate flaky test-https-agentRich Trott
2016-03-30test: fix flaky test-replBrian White
2016-03-30test: add test for piping large input from stdinAnna Henningsen
2016-03-29test: remove the use of curl in the test suiteSantiago Gimeno
2016-03-29test: update test-repl-require for local pathsMyles Borins
2016-03-29module: prioritize current dir for local lookupsPhillip Johnsen
2016-03-28test: exclude new fs watch test for AIXMichael Dawson
2016-03-28test: confirm globals not used internallyRich Trott
2016-03-28timers: fixing API refs to use safe internal refsKyle Simpson
2016-03-28async_wrap: don't abort on callback exceptionTrevor Norris
2016-03-28async_wrap: notify post if intercepted exceptionTrevor Norris
2016-03-28async_wrap: setupHooks now accepts objectTrevor Norris
2016-03-28dgram: pass null as error on successful send()cjihrig
2016-03-27buffer: make byteLength work with ArrayBuffer & DataViewJackson Tian