0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/lib
Peter Griess 8f0b4e9111 Send and receive file descriptors through net.Stream.
a) create a layer of indirection in net.Stream to allow swapping in
different read/write implementations and

b) emit an 'fd' event when file descriptors are received over a UNIX pipe,
as finally as a tangential benefit

c) remove a bunch of conditionals from the primary codepaths for
ease-of-reading.
2010-06-02 18:16:53 -07:00
..
assert.js Add assert.ifError 2010-05-21 12:06:12 -07:00
buffer.js
child_process.js Add a parameter to spawn() that sets the child's stdio file descriptors. 2010-06-02 10:41:24 -07:00
crypto.js Added default CAs, updated openssl verify behaviour, added crypto and https documentation 2010-05-04 14:12:54 -07:00
dns.js Add support for MX queries in dns module, works with c-ares upstream patch. 2010-04-26 15:09:03 -07:00
events.js FIX: EventEmitter#removeAllListeners signature 2010-05-14 19:15:07 -07:00
file.js
freelist.js
fs.js API: readFileSync without encoding argument now returns a Buffer 2010-05-29 13:38:00 -07:00
http.js Server responses should have a body if HEAD request 2010-06-02 15:07:15 -07:00
ini.js Deprecate the 'ini' module 2010-05-29 13:14:38 -07:00
mjsunit.js
module.js API: readFileSync without encoding argument now returns a Buffer 2010-05-29 13:38:00 -07:00
net.js Send and receive file descriptors through net.Stream. 2010-06-02 18:16:53 -07:00
path.js Change the behavior of path.extname 2010-05-24 09:56:28 -07:00
posix.js
querystring.js Allow callers to disable PHP/Rails style parameter mungeing in querystring.stringify 2010-04-28 16:18:48 -07:00
repl.js Make require() from the repl be relative to cwd 2010-05-29 12:35:30 -07:00
sys.js Fix style in sys.js 2010-06-01 09:28:56 -07:00
tcp.js
uri.js
url.js
utf8decoder.js Implemented Utf8Decoder module 2010-05-17 22:12:30 -07:00
utils.js