summaryrefslogtreecommitdiff
path: root/test/disabled
AgeCommit message (Expand)Author
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-07-10test: Remove references to customFdsRyan Graham
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-05-13test: fixes test/disabled/test-readline.jsDan Kaplun
2014-02-24test: move pummel/test-fs-largefile to disabledTimothy J Fontaine
2013-08-19fixes #6031 spelling errorsMatthew Aynalem
2013-08-12cares_wrap: remove unused function getHostByName()Ben Noordhuis
2013-08-05test: Move test-http-default-port from disabled to simpleisaacs
2013-08-05https: fix default portKoichi Kobayashi
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