Files
node-v0.x-archive/lib
Ben Noordhuis 4c150ca0d0 net: fix listen() regression, revert patches
This commit reverts the following commits (in reverse chronological order):

  74d076c errnoException must be done immediately
  ddb02b9 net: support Server.listen(Pipe)
  085a098 cluster: do not use internal server API
  d138875 net: lazy listen on handler

Commit d138875 introduced a backwards incompatible change that broke the
simple/test-net-socket-timeout and simple/test-net-lazy-listen tests - it
defers listening on the target port until the `net.Server` instance has at
least one 'connection' event listener.

The other patches had to be reverted in order to revert d138875.

Fixes #3832.
2012-08-06 23:55:38 +02:00
..
2011-03-14 17:37:05 -07:00
2011-03-14 17:37:05 -07:00
2012-06-16 11:02:49 -07:00
2012-07-16 18:04:55 -07:00
2011-03-14 17:37:05 -07:00
2012-07-04 13:45:14 +02:00
2012-06-19 14:07:48 -07:00
2012-06-28 10:14:03 -07:00
2012-07-23 18:31:30 +02:00
2012-07-20 22:07:39 +04:00
2012-05-16 15:41:28 -07:00
2012-08-05 23:40:28 +02:00
2012-03-03 23:48:57 -08:00