node/test
Ryan Petrello 58a1d7ec30 Close #562 Close #1078 Parse file:// urls properly
The file:// protocol *always* has a hostname; it's frequently
abbreviated as an empty string, which represents 'localhost'
implicitly.

According to RFC 1738 (http://tools.ietf.org/html/rfc1738):

A file URL takes the form:

   file://<host>/<path>

where <host> is the fully qualified domain name of the system on
which the <path> is accessible...

As a special case, <host> can be the string "localhost" or the empty
string; this is interpreted as 'the machine from which the URL is
being interpreted'.
2011-05-27 10:47:34 -07:00
..
disabled Don't error on ENOTCONN from shutdown() 2011-04-11 15:33:24 -07:00
fixtures Test to demonstrate #892 2011-04-13 12:49:13 -07:00
internet Fix test harness for Linux 2010-10-18 14:54:39 -07:00
message Close #974 Properly report traceless errors. 2011-04-25 12:22:18 -07:00
pummel Retain buffers in fs.read/write() 2011-03-28 15:28:55 -07:00
simple Close #562 Close #1078 Parse file:// urls properly 2011-05-27 10:47:34 -07:00
CMakeLists.txt cmake cleanup 2010-11-23 23:33:19 -06:00
common.js Retain buffers in fs.read/write() 2011-03-28 15:28:55 -07:00