0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/lib
Ben Noordhuis df2c5fa81d fs: fix file descriptor leak in sync functions
Fixes #3202. This is a back-port of commit 4e290e4.
2012-05-03 02:49:36 +02:00
..
_debugger.js debugger: Request backtrace w/o refs, see #1745 2011-12-19 13:30:43 -08:00
_linklist.js Update copyright headers 2011-03-14 17:37:05 -07:00
assert.js Fixed a lot of jslint errors. 2011-10-05 18:51:06 -07:00
buffer_ieee754.js Fixed a lot of jslint errors. 2011-10-05 18:51:06 -07:00
buffer.js buffer: don't pollute global namespace in buffer.readInt* 2011-12-22 23:26:43 +01:00
child_process.js Child process: support the gid and uid options 2012-04-27 22:13:00 +02:00
cluster.js cluster: don't always kill the master on uncaughtException 2012-01-18 00:45:02 +01:00
console.js Fixes #1860. Remove process.writeError 2011-10-18 13:12:50 -07:00
constants.js Update copyright headers 2011-03-14 17:37:05 -07:00
crypto.js tls, https: add passphrase option 2011-10-31 17:36:43 +09:00
dgram.js dgram: handle close of dgram socket before DNS lookup completes 2012-02-14 14:10:21 +01:00
dns.js getaddrinfo returns ENOTFOUND for invalid domain names 2011-10-21 15:19:53 -07:00
events.js events: fix checking max listeners with 1 2012-01-09 04:02:01 +01:00
freelist.js Update copyright headers 2011-03-14 17:37:05 -07:00
fs.js fs: fix file descriptor leak in sync functions 2012-05-03 02:49:36 +02:00
http.js Add WebSocket RFC6455 multiheader fields to the http parser. 2012-02-16 14:12:38 -08:00
https.js http.request(url.parse(x)) 2011-10-22 14:14:40 +09:00
module.js debugger: fix --debug-brk 2012-02-07 23:16:40 +01:00
net.js don't crash when queued write fails 2012-03-22 17:09:22 -07:00
os.js util: add internal function _deprecationWarning() 2011-12-14 13:36:21 +01:00
path.js Windows: get rid of process._cwdForDrive() 2012-02-16 00:10:51 +01:00
punycode.js punycode: Update to v1.0.0 2012-02-27 14:03:18 -08:00
querystring.js Make QueryString.parse run faster 2012-02-01 16:04:01 -08:00
readline.js Fixes #2052. Readline get win cols correctly 2011-11-08 13:37:08 -08:00
repl.js repl: make tab completion work on non-objects 2012-02-17 15:51:33 +01:00
stream.js throw from stdout.end and stderr.end 2011-11-10 14:51:16 -08:00
string_decoder.js Update copyright headers 2011-03-14 17:37:05 -07:00
sys.js util: add internal function _deprecationWarning() 2011-12-14 13:36:21 +01:00
timers.js timers: add v0.4 compatibility hack 2012-01-30 14:12:23 +01:00
tls.js tls: mitigate session renegotiation attacks 2012-02-16 18:15:21 +01:00
tty.js Add missing TTY key translations for F1-F5 on Windows 2012-01-18 16:00:55 +01:00
url.js url: add '.' '+' and '-' in url protocol 2011-11-04 13:36:06 +01:00
util.js util: use getOwnPropertyDescripter 2012-01-22 17:29:40 +09:00
vm.js Revert "vm context with accessors" 2011-09-08 13:30:52 -07:00
zlib.js Fix #2365 zlib crashing on invalid input 2012-01-20 13:12:32 -08:00