0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/lib
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
..
_debugger.js Attempt to connect to debug process more than once 2011-05-06 20:53:40 -07:00
_linklist.js Update copyright headers 2011-03-14 17:37:05 -07:00
assert.js Lint 2011-01-06 16:06:27 -08:00
buffer.js Fix SlowBuffer.write() with 'ucs2' throws ReferenceError. 2011-04-28 04:57:00 -04:00
child_process.js Update copyright headers 2011-03-14 17:37:05 -07:00
console.js Update copyright headers 2011-03-14 17:37:05 -07:00
constants.js Update copyright headers 2011-03-14 17:37:05 -07:00
crypto.js Remove unused variable 2011-05-20 08:51:55 -07:00
dgram.js Update copyright headers 2011-03-14 17:37:05 -07:00
dns.js Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR" 2011-05-16 10:21:16 -07:00
events.js Fix event listener leak check timing 2011-05-14 14:43:00 -07:00
freelist.js Update copyright headers 2011-03-14 17:37:05 -07:00
fs.js Allow omission of end option for range reads 2011-04-13 09:46:28 -07:00
http.js Fix TJ's assert error 2011-05-20 15:41:04 -07:00
https.js Closes GH-721 Set default host header properly 2011-04-01 17:40:41 -07:00
module.js Update copyright headers 2011-03-14 17:37:05 -07:00
net.js Don't emit error on ECONNRESET - just close 2011-04-14 10:42:57 -07:00
os.js Update copyright headers 2011-03-14 17:37:05 -07:00
path.js Update copyright headers 2011-03-14 17:37:05 -07:00
querystring.js Update copyright headers 2011-03-14 17:37:05 -07:00
readline.js Update copyright headers 2011-03-14 17:37:05 -07:00
repl.js Close #983 Better JSON.parse error detection 2011-04-26 09:48:28 -07:00
stream.js Fix error handling bug in stream.pipe() 2011-05-24 10:50:33 -07:00
string_decoder.js Update copyright headers 2011-03-14 17:37:05 -07:00
sys.js Update copyright headers 2011-03-14 17:37:05 -07:00
timers.js Update copyright headers 2011-03-14 17:37:05 -07:00
tls.js CryptoStream.prototype.readyState shoudn't reference fd 2011-05-20 10:20:22 -07:00
tty_posix.js Fix setsid in tty.open 2011-03-22 12:02:35 -07:00
tty_win32.js Update copyright headers 2011-03-14 17:37:05 -07:00
tty.js Update copyright headers 2011-03-14 17:37:05 -07:00
url.js Close #562 Close #1078 Parse file:// urls properly 2011-05-27 10:47:34 -07:00
util.js Closes GH-310 Format slashes properly 2011-04-01 17:40:19 -07:00
vm.js Update copyright headers 2011-03-14 17:37:05 -07:00