Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-04-14repl: don’t complete non-simple expressionsAnna Henningsen
2016-04-14streams: support unlimited synchronous cork/uncork cyclesMatteo Collina
2016-04-13os: add userInfo() methodcjihrig
2016-04-12test: fix flaky test-child-process-fork-netRich Trott
2016-04-12stream: Fix readableState.awaitDrain mechanismAnna Henningsen
2016-04-12querystring: using toString for objects on querystring.escapeIgor Kalashnikov
2016-04-10test: fix issues for ESLint 2.7.0silverwind
2016-04-09buffer: add Buffer.prototype.compare by offsetJames M Snell
2016-04-09test: move some test from sequential to parallelSantiago Gimeno
2016-04-09test: fix flaky test-http-client-abortRich Trott
2016-04-09path: 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-08test: 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-06test: 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-05test: make use of globals explicitRich Trott
2016-04-05test: be explicit about polluting of `global`Rich Trott
2016-04-05test: explicitly set global in test-replRich Trott
2016-04-05path: fix win32.isAbsolute() inconsistencyBrian White
2016-04-05test: fix pummel test failuresRich Trott
2016-04-04test: fix flaky test-net-socket-timeout-unrefRich Trott
2016-04-04test: fix test-dns.js flakinessRich Trott
2016-04-04test: fix error message checks in test-module-loadingJames M Snell
2016-04-03tools: remove disabling of already-disabled ruleRich Trott
2016-04-02test: refactor http-end-throw-socket-handlingSantiago Gimeno
2016-04-02buffer: don't set `kNoZeroFill` flag in allocUnsafeVladimir Kurchatkin
2016-04-02net: 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-04-01test: 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-31test: add known_issues test for GH-2148Rich Trott
2016-03-31test: 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-29test: exclude new fs watch test for AIXMichael Dawson
2016-03-29test: confirm globals not used internallyRich Trott
2016-03-29timers: fixing API refs to use safe internal refsKyle Simpson