0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Joe Andaverde 20e12e4be3 events: make .listeners() return a copy
Make EventEmitter.listeners(event) return a copy of the listeners array instead
of the array itself.

Fixes #3442.
2012-07-27 20:28:51 +02:00
..
_debugger.js
_linklist.js
assert.js assert: remove unnecessary use of __proto__ 2012-07-25 10:41:08 -07:00
buffer_ieee754.js
buffer.js
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram: make .bind() always asynchronous 2012-07-26 23:55:25 +02:00
dns.js
domain.js domain: Fix stack leak on error 2012-07-16 18:04:55 -07:00
events.js events: make .listeners() return a copy 2012-07-27 20:28:51 +02:00
freelist.js
fs.js windows: correctly prep long path for fs.exists(Sync) 2012-07-23 13:55:42 +02:00
http.js https: Use host header as effective servername 2012-07-25 13:38:43 -07:00
https.js Revert "http/https: pass request to .createConnection()" 2012-07-20 21:48:56 +04:00
module.js
net.js Merge remote-tracking branch 'ry/v0.8' 2012-07-26 11:58:03 -07:00
os.js
path.js
punycode.js
querystring.js
readline.js Merge remote-tracking branch 'ry/v0.8' 2012-07-26 11:58:03 -07:00
repl.js Merge remote-tracking branch 'ry/v0.8' into v0.8-merge 2012-07-11 17:38:11 -07:00
stream.js
string_decoder.js
sys.js
timers.js add ref/unref to setTimeout timers 2012-07-23 18:31:30 +02:00
tls.js tls: pass linting 2012-07-20 22:07:39 +04:00
tty.js
url.js
util.js Enable color customization of util.inspect 2012-07-16 18:32:03 -07:00
vm.js
zlib.js