summaryrefslogtreecommitdiff
path: root/test/disabled
AgeCommit message (Expand)Author
2013-02-18Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2013-02-08test: disable simple/test-dgram-send-errorBen Noordhuis
2013-01-07test: disable simple/test-debug-brk-fileBen Noordhuis
2012-12-28fs: remove fs.sendfile()Ben Noordhuis
2012-11-27test: disable eio-race testsChad Rhyner
2012-04-18Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-04-05enable test-fs-largefile.js testIgor Zinkovsky
2012-02-20test: include common.js in all testsBen Noordhuis
2011-12-06test: add missing copyright headersBen Noordhuis
2011-11-02Remove separation of libuv testsRyan Dahl
2011-10-15test: replace .addListener() calls with .on()Ben Noordhuis
2011-10-11disable test-sendfdRyan Dahl
2011-10-11Disable test-child-process-custom-fds.jsRyan Dahl
2011-10-05Fixed a lot of jslint errors.Colton Baker
2011-09-27Disable test-dgram-unix.js test-dgram-unix-anon.js test-dgram-multicast.jsRyan Dahl
2011-08-23Mark tests which are broken in libuvRyan Dahl
2011-08-24dns: Force the DNS module to invoke callbacks asynchronously.koichik
2011-08-16test: refactored http test.koichik
2011-08-07Test for default host headers on default ports in https and httpisaacs
2011-07-14Fix fs can't handle large file on 64bit platformkoichik
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