isaacs
e733dc3bc3
Fix #3388 Support listening on file descriptors
...
This implements server.listen({ fd: <filedescriptor> }). The fd should
refer to an underlying resource that is already bound and listening, and
causes the new server to also accept connections on it.
Not supported on Windows. Raises ENOTSUP.
2012-06-13 12:24:45 -07:00
..
2012-04-17 13:14:55 -07:00
2012-05-26 19:34:13 +09:00
2012-04-17 13:14:55 -07:00
2012-05-26 19:41:37 +09:00
2012-03-12 02:27:55 +01:00
2012-06-11 15:51:23 -07:00
2012-06-08 22:57:22 -07:00
2012-06-13 12:24:45 -07:00
2012-06-12 22:02:35 +02:00
2012-03-03 23:38:52 -08:00
2012-05-01 14:50:17 +02:00
2012-04-18 21:51:16 +02:00
2012-03-03 17:03:59 -08:00
2012-06-09 18:15:38 +02:00
2012-03-03 17:03:52 -08:00
2012-05-24 01:15:15 -07:00
2012-04-17 17:10:42 +02:00
2012-06-13 12:24:45 -07:00
2012-05-15 11:37:34 -07:00
2010-11-07 17:22:56 -08:00
2012-03-03 23:38:52 -08:00
2012-06-13 12:24:45 -07:00
2012-06-12 19:08:47 -07:00
2012-05-01 15:19:37 +02:00
2012-05-24 18:55:08 +02:00
2012-05-23 04:04:12 +02:00
2012-03-03 23:38:52 -08:00
2012-05-06 11:23:09 -07:00
2012-03-27 18:00:59 -07:00
2012-05-01 02:25:08 +02:00
2012-05-16 16:08:18 +02:00
2012-04-25 01:13:08 +02:00
2012-02-29 16:04:54 -08:00
2012-03-03 17:03:52 -08:00
2012-05-15 11:37:34 -07:00
2012-03-29 13:15:24 -07:00
2012-05-04 15:12:47 -07:00
2012-04-24 05:25:09 +02:00
2012-05-07 21:39:08 +02:00
2012-04-16 23:06:52 +02:00