0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Ben Noordhuis fa9aa1c961 net: fix 'close' event emit order
The server 'close' event was emitted before the last client 'close' event. Not
exactly fatal but potentially confusing.

Before this commit the order looked something like [client, server, client],
now it looks like [client, client, server].

See #3340 for more details.
2012-05-29 13:05:51 +02:00
..
_debugger.js debugger: support mirroring Date objects 2012-05-02 15:48:23 +07:00
_linklist.js
assert.js
buffer_ieee754.js
buffer.js Revert "Fix #3242 Actually deprecate 'binary' buffer encoding" 2012-05-16 16:32:37 -07:00
child_process.js child_process: hook up handle wrap to owning object 2012-05-15 16:59:01 +02:00
cluster.js cluster: remove NODE_UNIQUE_ID from env on startup 2012-05-21 23:27:44 +02:00
console.js console: throw when no such label exists in console.timeEnd 2012-04-29 22:27:45 +02:00
constants.js
crypto.js Merge remote-tracking branch 'ry/v0.6' into v0.6-merge 2012-05-15 11:37:34 -07:00
dgram.js dgram: hook up handle wrap to owning object 2012-05-15 16:56:48 +02:00
dns.js dns: add more error codes 2012-04-18 21:50:52 +02:00
domain.js lint 2012-04-17 15:52:57 -07:00
events.js Domain feature 2012-04-17 13:14:55 -07:00
freelist.js
fs.js fs: no end emit after createReadStream.pause() 2012-05-27 20:00:19 +02:00
http.js http: fix duplicated variable declaration 2012-05-28 23:26:02 +02:00
https.js
module.js Merge remote-tracking branch 'ry/v0.6' into v0.6-merge 2012-05-09 15:12:13 -07:00
net.js net: fix 'close' event emit order 2012-05-29 13:05:51 +02:00
os.js os: add cross platform EOL character 2012-04-14 23:17:38 +02:00
path.js Merge remote-tracking branch 'ry/v0.6' into v0.6-merge 2012-05-15 11:37:34 -07:00
punycode.js
querystring.js Fix #3058 querystring: Fix incorrect handling of empty keys 2012-05-11 08:49:03 -07:00
readline.js readline: explicitly disable and re-enable "raw mode" on Ctrl+Z 2012-05-21 21:09:46 -03:00
repl.js repl: preserve the cursor when redisplaying the prompt on SIGCONT 2012-05-21 21:09:46 -03:00
stream.js stream: don't call cleanup twice on end and close 2012-05-28 01:35:36 +02:00
string_decoder.js string_decoder: added support for UTF-16LE 2012-05-05 22:47:24 +09:00
sys.js
timers.js Domain feature 2012-04-17 13:14:55 -07:00
tls.js lint 2012-05-15 13:03:43 -07:00
tty.js deps: upgrade libuv to a478847 2012-05-22 16:14:24 +02:00
url.js Fix #3270 Escape url.parse delims 2012-05-16 15:41:28 -07:00
util.js util: make _extend() more robust 2012-05-10 16:49:37 +02:00
vm.js
zlib.js zlib: fix error reporting 2012-05-09 04:44:04 +02:00