0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Peter Griess a0134ff0f8 add net.Server.listenFD
Now that FD passing is in master, it'd be great to be able to use a received
socket (which has already had bind(2) and listen(2) called on it) to fire up a
new net.Server instance. This patch adds a net.Server.listenFD() method which
will start up the accept watcher on the provided FD.
2010-06-07 10:13:30 -07:00
..
assert.js Add assert.ifError 2010-05-21 12:06:12 -07:00
buffer.js Use some more Binary/F methods for Buffer 2010-04-08 16:31:02 -07:00
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 File API tweaks 2010-02-16 23:55:53 -08:00
freelist.js Moving the http.js, net.js FreeList to being standalone. 2010-04-12 16:57:45 -07:00
fs.js Fix: fs.readFile would execute callbacks twice 2010-06-03 09:40:40 -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 Move mjsunit.js to system module directory. 2009-09-20 18:19:33 +02:00
module.js Fix: require.async module exception delegation 2010-06-03 09:59:56 -07:00
net.js add net.Server.listenFD 2010-06-07 10:13:30 -07:00
path.js Change the behavior of path.extname 2010-05-24 09:56:28 -07:00
posix.js Rename 'posix' module to 'fs' 2010-02-12 01:04:14 -08:00
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 old tcp module is now tcp_old 2010-03-19 21:22:11 -07:00
uri.js Use "url" module instead of "uri" module in http.js. 2010-01-04 21:22:46 -08:00
url.js Replace slow and broken for..in loops with faster for loops over the keys. 2010-04-12 10:34:35 -07:00
utf8decoder.js Implemented Utf8Decoder module 2010-05-17 22:12:30 -07:00
utils.js utils.js links to sys.js instead of other way around 2009-10-13 19:55:28 +02:00