summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2016-03-26crypto: improve error messagesSakthipriyan Vairamani
2016-03-26test: fix flaky test-net-socket-timeoutBrian White
2016-03-26querystring: don't stringify bad surrogate pairBrian White
2016-03-25test: move dns test to test/internetBen Noordhuis
2016-03-25fs: Buffer and encoding enhancements to fs APIJames M Snell
2016-03-24test: fix flaky test-http-set-timeoutRich Trott
2016-03-24process: add 'warning' event and process.emitWarning()James M Snell
2016-03-24test: fix test-debugger-client.jsRich Trott
2016-03-23zlib: Fix handling of gzip magic bytes mid-fileAnna Henningsen
2016-03-23buffer: add swap16() and swap32() methodsJames M Snell
2016-03-22lib,src: refactor src/node.js into internal filesJeremiah Senkpiel
2016-03-22dns: Use object without protoype for mapBenjamin Gruenbaum
2016-03-21test: smaller chunk size for smaller person.jpgJérémy Lal
2016-03-21test: strip non-free icc profile from person.jpgJérémy Lal
2016-03-21buffer: throw range error before truncating writeMatt Loring
2016-03-21test: remove timer from test-http-1.0Santiago Gimeno
2016-03-21test: repl tab completion testSantiago Gimeno
2016-03-21lib: simplify code with String.prototype.repeat()Jackson Tian
2016-03-21lib: reduce usage of `self = this`Jackson Tian
2016-03-21net: strict checking for internal/net isLegalPortJames M Snell
2016-03-21test: make test-net-connect-options-ipv6.js betterMichael Dawson
2016-03-21test: fix `test-cluster-worker-kill`Santiago Gimeno
2016-03-21test: fix flaky test-cluster-shared-leakClaudio Rodriguez
2016-03-21test: minimize test-http-get-pipeline-problemRich Trott
2016-03-21timers: give Timeouts a constructor nameJeremiah Senkpiel
2016-03-20fs: add the fs.mkdtemp() function.Florian MARGAINE
2016-03-19zlib: do not emit event on *Sync() methodsRich Trott
2016-03-19contextify: tie lifetimes of context & sandboxAli Ijaz Sheikh
2016-03-19test: add buffer alignment regression testsAnna Henningsen
2016-03-18test: reduce brittleness of tab complete testMatt Loring
2016-03-18repl: support standalone blocksPrince J Wesley
2016-03-18repl: Assignment of _ allowed with warningLance Ball
2016-03-18net: emit host in lookup eventHUANG Wei