summaryrefslogtreecommitdiff
path: root/test/disabled
AgeCommit message (Expand)Author
2011-04-11Don't error on ENOTCONN from shutdown()Ryan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-03-02Disable test-http-agent2.js for the momentRyan Dahl
2011-02-27Fix process.stdout.end() throws ENOTSOCK error.koichik
2011-02-19TLS sockets should not be writable after 'end'Ryan Dahl
2011-02-15Disable test-tls-large-push, taking too longRyan Dahl
2011-02-03TLS: fix throttlingRyan Dahl
2011-02-02TLS: flush buffer before destroyRyan Dahl
2011-01-11child_process: Support setting uid/gid by nameisaacs
2011-01-11child_process: Add gid/uid flags to spawn configisaacs
2010-12-09Add some verification code to tls.connect()Ryan Dahl
2010-12-09Initial implementation of tls.connect()Ryan Dahl
2010-12-05Server must not request cert.Ryan Dahl
2010-12-05GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov
2010-12-04Fix global leaksRyan Dahl
2010-12-01New TLS server APIRyan Dahl
2010-11-27Use a proper tty test.isaacs
2010-11-21Support CNAME lookups in DNS module.Ben Noordhuis
2010-11-18Rip out the old TLS implementationRyan Dahl
2010-11-18fix race in test-http-big-proxy-responses.jsRyan Dahl
2010-10-11Enable pipe testRyan Dahl
2010-10-11Remove sys in new testsRyan Dahl
2010-10-11Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-11Closer to a working pipeRyan Dahl
2010-10-10TCP clients should buffer writes before connectionRyan Dahl
2010-10-10pipe-test fixesRyan Dahl
2010-10-10Improve pipe-test. Still not workingRyan Dahl
2010-10-10Add Stream base class with stream.pipeRyan Dahl
2010-10-06syntax fixes to pass jslintJoshaven Potter
2010-09-13Catch Exceptions thrown when openssl is disabledTony Metzidis
2010-08-17More changes to tests so they really work under context module loader.Herbert Vojčík
2010-08-17Fix of 'sys.common.debug' calls in tests.Herbert Vojčík
2010-08-12added read and write support for process.title DarwinRasmus Andersson
2010-07-15Update tests to work with module contextsRyan Dahl
2010-06-29fix whitespace errorsBlake Mizerany
2010-06-23:%s/sys.puts/console.log/gRyan Dahl
2010-05-18Allow process.setuid() and process.setgid() to accept string names in lieu of...Peter Griess
2010-05-14FIX: signal-unregister bugJonas Pfenniger
2010-05-12Disable test-signal-unregister.js as functionality doesn't exist yetRyan Dahl
2010-05-09Disable test-remote-module-loadingRyan Dahl
2010-05-09Improve error reportingRyan Dahl
2010-04-29Chunk strings together on Stream bufferRyan Dahl
2010-04-26Add more asserts to test-http-big-proxy-responsesRyan Dahl
2010-04-26test-dns so that NXDOMAIN does not rise errorsJérémy Lal
2010-04-26Add support for MX queries in dns module, works with c-ares upstream patch.Jérémy Lal
2010-04-15Fixed ssl client and server examplesRhys Jones
2010-04-15Merge branch 'master' into opensslRhys Jones
2010-04-15Move two broken tests to disabled folderRyan Dahl
2010-04-15Merge branch 'master' into opensslRhys Jones
2010-04-14Merge branch 'master' into opensslRhys Jones