node/lib
Vladimir Kurchatkin 8de89ec465 lib: move default address logic to `net._listen2`
When address is not provided to `server.listen()`, `_connectionKey` and
error messages should include actual address and correct family.

PR-URL: https://github.com/iojs/io.js/pull/539
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-01-23 18:09:39 +01:00
..
_debug_agent.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_debugger.js debugger: don't override module binding 2015-01-23 09:54:27 -05:00
_http_agent.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_http_client.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_http_common.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_http_incoming.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_http_outgoing.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_http_server.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_linklist.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
_stream_duplex.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_stream_passthrough.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_stream_readable.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_stream_transform.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_stream_writable.js stream: use nop as write() callback if omitted 2015-01-23 09:43:31 -05:00
_tls_common.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_tls_legacy.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_tls_wrap.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
assert.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
buffer.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
child_process.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
cluster.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
console.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
constants.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
crypto.js lib,src: make pseudoRandomBytes alias randomBytes 2015-01-22 23:08:36 +01:00
dgram.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
dns.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
domain.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
events.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
freelist.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
fs.js fs: make fs.access() flags read only 2015-01-21 16:29:58 -05:00
http.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
https.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
module.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
net.js lib: move default address logic to `net._listen2` 2015-01-23 18:09:39 +01:00
os.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
path.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
process.js lib: introduce process module 2014-12-30 23:29:32 +01:00
punycode.js punycode: update to v1.3.2 2014-11-28 13:21:43 +03:00
querystring.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
readline.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
repl.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
smalloc.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
stream.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
string_decoder.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
sys.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
timers.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
tls.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
tty.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
url.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
util.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
v8.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
vm.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
zlib.js lib: use const to define constants 2015-01-21 16:21:31 -05:00