69 Commits (519dc2c114c650e4278aeb9373d74a702bcda8ef)

Author SHA1 Message Date
Bert Belder f99fc29e62 Fix mingw build 14 years ago
Bert Belder d8d627e2d4 Revert "Workaround for libev handle caching bug on windows" 14 years ago
Joe Walnes df6e497793 dgram: setMulticastTTL, setMulticastLoopback and addMembership. 14 years ago
Ryan Dahl fda70b8b90 getaddrinfo exists on windows 14 years ago
Bert Belder f263b29141 Windows: better net support 14 years ago
Bert Belder 25d0e38048 Workaround for libev handle caching bug on windows 14 years ago
Bert Belder 5087c62f18 Fix detection of socket errors 14 years ago
Bert Belder c99962e4cd Misc. cleanups 14 years ago
Bert Belder e0f47be9d0 Clean up the way windows headers are included 14 years ago
Tom Hughes 4b555091e4 Fix memory corruption with unnamed AF_UNIX sockets. 14 years ago
Theo Schlossnagle b202483e47 The following error can be thrown from accept on ECONNABORT. Instead, it should be ignored. 14 years ago
Bert Belder bd62203d13 Support for non-overlapped sockets 14 years ago
Bert Belder ad41e778b4 Port socketerror 14 years ago
Bert Belder dd3308851d Fix connect bug 14 years ago
Bert Belder 4a2cb07808 Fix whitespace errors introduced by porting efforts 14 years ago
Bert Belder 46dc393ff1 node_net: IsIP and CreateErrnoException just work 14 years ago
Bert Belder a807ac6660 Bugfixes, more consistency in node_net error handling 14 years ago
Bert Belder 2d39e1341c Make node_net Connect work 14 years ago
Bert Belder cecc351303 Make node_net Shutdown work on windows 14 years ago
Bert Belder 1361e87e80 Fix error reporting and EAGAIN handling bug in net Write 14 years ago
Bert Belder 03a74efb16 Don't break the linux build 14 years ago
Bert Belder 8b9f7c6eb2 Make Read and Write in node_net.cc actually work on sockets 14 years ago
Bert Belder 13fb6f7fa1 Make Socket, Bind, Listen, Accept work for windows 14 years ago
Bert Belder 51300f36d6 Make SetNonBlock and SetSockFlags work on FDs instead of sockets 14 years ago
Bert Belder 6e522fb27b Use the c-ares pton/ntop hack in node_net.cc as well 14 years ago
Bert Belder a85a776268 Most of node_net is not yet available on windows 14 years ago
Bert Belder 7a1917d86f Make SetNonBlock and SetSockFlags work on mingw 14 years ago
Bert Belder cbf73fcccd Fix headers for node_net.cc 14 years ago
Wade Simmons 03e5da8429 Fix ErrnoExceptions that have the wrong syscall name 14 years ago
Ryan Dahl 2320497992 Revert "Merge branch 'writev'" 14 years ago
Ryan Dahl 913789da3e IOWatcher::Dump(), writev 14 years ago
Micheil Smith 8da020d39e Update node_net.cc to make us of node_constants.cc 14 years ago
Ryan Dahl 1cf538a60a Work to get C++ fast buffers. incomplete 14 years ago
Herbert Vojčík 4db608dbba Get away uint/int comparision warning. 14 years ago
Rasmus Andersson 8d5e05668b Added support for multiple listeners to DNS multicast datagrams. 14 years ago
Benjamin Kramer eeb54c63d8 Fix addrlen for unix_dgram sockets 14 years ago
Ryan Dahl 02746eddd6 Apple's SUN_LEN is broken, override 14 years ago
Ryan Dahl 341e41726f Set SO_REUSEADDR on all sockets 14 years ago
Ryan Dahl fa344d8514 Fix solaris build 14 years ago
Matt Ranney 98341daee2 Fix unix dgram socket address resolution on Linux. 14 years ago
Matt Ranney 4e50197e53 Datagram socket refactor. Add tests and documentation. 15 years ago
Paul Querna 30dadfc033 Register builtin extensions via a macro, rather than a manual strcmp 14 years ago
Peter Griess 6eb0b6ac27 Coverity fixes: src/node_net 14 years ago
Peter Griess 4e3c5d88b3 Coverity fixes: src/node.cc 14 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Ryan Dahl 0a8bd34b69 Resolve .local domains with getaddrinfo() 15 years ago
David Siegel 81ad8106dc Add UDP broadcast support 15 years ago
Paul Querna 02da5ed4a1 Implement datagram sockets 15 years ago
Peter Griess 8f0b4e9111 Send and receive file descriptors through net.Stream. 15 years ago
Ryan Dahl 78e49f1c88 Rename node_net2.cc to node_net.cc 15 years ago