node/lib
Felix Geisendörfer f0a440d886 Remove 'connect' event from server side sockets
Sockets emitted by the 'connection' event are always connected, having
them emit the 'connect' event makes no sense. It only confused people,
as it's not clear if you have to listen to 'connect' or not.

That try..catch block was also very scary. It would silently swallow
exceptions in 'connect' listeners and destroy the socket. Makes no
sense.

Fixes #1047.
2011-05-24 11:22:59 -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 Add reading/writing of floats and doubles from/to buffers 2011-05-15 18:39:07 -07:00
buffer_ieee754.js Add reading/writing of floats and doubles from/to buffers 2011-05-15 18:39:07 -07:00
child_process.js fork: Use utf8 for channel encoding 2011-05-17 10:51:30 -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 Merge branch 'v0.4' 2011-05-20 10:29:16 -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 Merge branch 'v0.4' 2011-05-16 19:29:02 -07:00
freelist.js Update copyright headers 2011-03-14 17:37:05 -07:00
fs.js GH-853 fs.lchown and fs.lchmod 2011-04-20 16:04:39 -07:00
http.js Merge branch 'v0.4' 2011-05-22 13:02:06 -07:00
https.js Add support for Unix Domain Sockets to HTTP 2011-04-25 16:52:31 -07:00
module.js Add --cov code coverage option 2011-04-14 23:42:08 -07:00
net.js Remove 'connect' event from server side sockets 2011-05-24 11:22:59 -07:00
os.js Add arch/platform to os module 2011-04-26 20:04:32 -07:00
path.js Merge branch 'v0.4' 2011-03-14 17:45:15 -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 Merge branch 'v0.4' 2011-05-07 20:38:32 -07:00
stream.js cleartextstream.destroy() should destroy socket. 2011-05-02 15:03:50 -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 Merge branch 'v0.4' 2011-05-20 10:29:16 -07:00
tty.js Update copyright headers 2011-03-14 17:37:05 -07:00
tty_posix.js Fix setsid in tty.open 2011-03-22 12:02:35 -07:00
tty_win32.js Merge branch 'v0.4' 2011-03-14 17:45:15 -07:00
url.js Fix a url regression 2011-05-10 13:57:25 -07:00
util.js Closes GH-310 Format slashes properly 2011-04-01 17:40:19 -07:00
vm.js Don't conflict with V8's Script class 2011-03-30 10:06:25 -07:00