68 Commits (97cf216c74796e7f6dbc65e346ce69cbb160c67f)

Author SHA1 Message Date
Ryan Dahl 4e1d6fca8e Mark tests which are broken in libuv 13 years ago
koichik 485d5b5dff dns: Force the DNS module to invoke callbacks asynchronously. 13 years ago
koichik 8293bb8a32 test: refactored http test. 13 years ago
isaacs ef35f4d6c1 Test for default host headers on default ports in https and http 13 years ago
koichik a3e3ad40b1 Fix fs can't handle large file on 64bit platform 13 years ago
Ryan Dahl 9ccf0e527f Don't error on ENOTCONN from shutdown() 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl ca8be39b9e Disable test-http-agent2.js for the moment 14 years ago
koichik 0a51a6d3ac Fix process.stdout.end() throws ENOTSOCK error. 14 years ago
Ryan Dahl c2a62951f6 TLS sockets should not be writable after 'end' 14 years ago
Ryan Dahl 60ad3aa917 Disable test-tls-large-push, taking too long 14 years ago
Ryan Dahl 97f7c06451 TLS: fix throttling 14 years ago
Ryan Dahl 41b4ec7952 TLS: flush buffer before destroy 14 years ago
isaacs 435ece5058 child_process: Support setting uid/gid by name 14 years ago
isaacs 6f5d95de6d child_process: Add gid/uid flags to spawn config 14 years ago
Ryan Dahl 5138992f3c Add some verification code to tls.connect() 14 years ago
Ryan Dahl 2ca63c8f79 Initial implementation of tls.connect() 14 years ago
Ryan Dahl 5bca100afe Server must not request cert. 14 years ago
Oleg Efimov 093dfaf801 GJSLint all tests, only 3 long lines left in test-url.js 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Ryan Dahl d8f2880ca4 New TLS server API 14 years ago
isaacs a52f59b437 Use a proper tty test. 14 years ago
Ben Noordhuis 611dffabb6 Support CNAME lookups in DNS module. 14 years ago
Ryan Dahl df46c8e698 Rip out the old TLS implementation 14 years ago
Ryan Dahl 2219c64a04 fix race in test-http-big-proxy-responses.js 14 years ago
Ryan Dahl ee8522996a Enable pipe test 14 years ago
Ryan Dahl 1879d8211d Remove sys in new tests 14 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 14 years ago
Ryan Dahl 2944e03a03 Closer to a working pipe 14 years ago
Ryan Dahl 1d3142a882 TCP clients should buffer writes before connection 14 years ago
Ryan Dahl 81ac0d5088 pipe-test fixes 14 years ago
Ryan Dahl 393f0071e4 Improve pipe-test. Still not working 14 years ago
Ryan Dahl bc695475b9 Add Stream base class with stream.pipe 14 years ago
Joshaven Potter 3d4e4d8909 syntax fixes to pass jslint 14 years ago
Tony Metzidis debf389490 Catch Exceptions thrown when openssl is disabled 14 years ago
Herbert Vojčík cf2b206a8e More changes to tests so they really work under context module loader. 14 years ago
Herbert Vojčík 32e309440f Fix of 'sys.common.debug' calls in tests. 14 years ago
Rasmus Andersson 758f12f34c added read and write support for process.title Darwin 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Ryan Dahl ba792ea202 :%s/sys.puts/console.log/g 15 years ago
Peter Griess 2420f07e94 Allow process.setuid() and process.setgid() to accept string names in lieu of numeric IDs 15 years ago
Jonas Pfenniger 4274e6b7d0 FIX: signal-unregister bug 15 years ago
Ryan Dahl 67eeedd602 Disable test-signal-unregister.js as functionality doesn't exist yet 15 years ago
Ryan Dahl 15bb392afd Disable test-remote-module-loading 15 years ago
Ryan Dahl ab068db9b1 Improve error reporting 15 years ago
Ryan Dahl 301b44d45d Chunk strings together on Stream buffer 15 years ago
Ryan Dahl c7b3c1ecbc Add more asserts to test-http-big-proxy-responses 15 years ago
Jérémy Lal 0802326fc9 test-dns so that NXDOMAIN does not rise errors 15 years ago
Jérémy Lal 5caf53a053 Add support for MX queries in dns module, works with c-ares upstream patch. 15 years ago