summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2016-03-17path: assert inputs are stringsBrian White
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-15src: allow combination of -i and -e cli flagsRich Trott
2016-03-15console: check that stderr is writableRich Trott
2016-03-15events: add eventNames() methodJames M Snell
2016-03-15zlib: add support for concatenated membersKári Tristan Helgason
2016-03-15net: make `isIPv4` and `isIPv6` more efficientVladimir Kurchatkin
2016-03-15net: type check createServer options objectSam Roberts
2016-03-14test: improve test-npm-installSantiago Gimeno