summaryrefslogtreecommitdiff
path: root/test/disabled
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-02-181-0/+81
|\
| * test: disable simple/test-dgram-send-errorBen Noordhuis2013-02-081-0/+81
* | test: disable simple/test-debug-brk-fileBen Noordhuis2013-01-071-0/+108
* | fs: remove fs.sendfile()Ben Noordhuis2012-12-281-52/+0
* | test: disable eio-race testsChad Rhyner2012-11-273-0/+170
|/
* Merge remote-tracking branch 'ry/v0.6' into masterisaacs2012-04-181-58/+0
|\
| * enable test-fs-largefile.js testIgor Zinkovsky2012-04-051-58/+0
* | test: include common.js in all testsBen Noordhuis2012-02-204-0/+4
|/
* test: add missing copyright headersBen Noordhuis2011-12-061-0/+21
* Remove separation of libuv testsRyan Dahl2011-11-0232-32/+32
* test: replace .addListener() calls with .on()Ben Noordhuis2011-10-1516-64/+64
* disable test-sendfdRyan Dahl2011-10-111-0/+149
* Disable test-child-process-custom-fds.jsRyan Dahl2011-10-111-0/+117
* Fixed a lot of jslint errors.Colton Baker2011-10-0511-78/+77
* Disable test-dgram-unix.js test-dgram-unix-anon.js test-dgram-multicast.jsRyan Dahl2011-09-273-0/+275
* Mark tests which are broken in libuvRyan Dahl2011-08-2327-0/+81
* dns: Force the DNS module to invoke callbacks asynchronously.koichik2011-08-241-0/+52
* test: refactored http test.koichik2011-08-162-14/+22
* Test for default host headers on default ports in https and httpisaacs2011-08-071-0/+64
* Fix fs can't handle large file on 64bit platformkoichik2011-07-141-0/+55
* Don't error on ENOTCONN from shutdown()Ryan Dahl2011-04-111-0/+39
* Update copyright headersRyan Dahl2011-03-1425-0/+525
* Disable test-http-agent2.js for the momentRyan Dahl2011-03-021-0/+63
* Fix process.stdout.end() throws ENOTSOCK error.koichik2011-02-271-0/+12
* TLS sockets should not be writable after 'end'Ryan Dahl2011-02-191-0/+31
* Disable test-tls-large-push, taking too longRyan Dahl2011-02-151-0/+63
* TLS: fix throttlingRyan Dahl2011-02-031-66/+0
* TLS: flush buffer before destroyRyan Dahl2011-02-021-0/+66
* child_process: Support setting uid/gid by nameisaacs2011-01-111-15/+31
* child_process: Add gid/uid flags to spawn configisaacs2011-01-111-0/+41
* Add some verification code to tls.connect()Ryan Dahl2010-12-091-2/+6
* Initial implementation of tls.connect()Ryan Dahl2010-12-091-0/+18
* Server must not request cert.Ryan Dahl2010-12-051-1/+5
* GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov2010-12-0519-415/+453
* Fix global leaksRyan Dahl2010-12-0415-30/+30
* New TLS server APIRyan Dahl2010-12-011-0/+29
* Use a proper tty test.isaacs2010-11-271-0/+110
* Support CNAME lookups in DNS module.Ben Noordhuis2010-11-211-0/+10
* Rip out the old TLS implementationRyan Dahl2010-11-183-0/+371
* fix race in test-http-big-proxy-responses.jsRyan Dahl2010-11-181-3/+7
* Enable pipe testRyan Dahl2010-10-111-108/+0
* Remove sys in new testsRyan Dahl2010-10-111-1/+0
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-117-9/+8
* Closer to a working pipeRyan Dahl2010-10-111-5/+0
* TCP clients should buffer writes before connectionRyan Dahl2010-10-101-1/+1
* pipe-test fixesRyan Dahl2010-10-101-22/+46
* Improve pipe-test. Still not workingRyan Dahl2010-10-101-7/+77
* Add Stream base class with stream.pipeRyan Dahl2010-10-101-0/+20
* syntax fixes to pass jslintJoshaven Potter2010-10-0612-16/+16
* Catch Exceptions thrown when openssl is disabledTony Metzidis2010-09-132-2/+12