55 Commits (dd3308851d454e6904da1aaea67af7222a6d5717)

Author SHA1 Message Date
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
Brian White ab5c0dd63e Port to OpenBSD 15 years ago
Ryan Dahl 8e5b91c79b Revert "Check for strings.h" 15 years ago
Ryan Dahl 032f651824 Check for strings.h 15 years ago
Peter Griess d9882395e2 Fix SEGV by setting msg_controllen earlier. 15 years ago
Ryan Dahl 9926dacd14 Remove getaddrinfo from net2.cc 15 years ago
Ryan Dahl c72967d335 Remove http_old tcp_old 15 years ago
Ryan Dahl c9e27b11c5 Unify ErrnoException creation 15 years ago
Herbert Vojčík 4badb227cf Fix TCP_KEEPIDLE build failure in FreeBSD. 15 years ago
Julian Lamb 5f8f561d61 add setKeepAlive function, which enables and sets the TCP keep-alive timer 15 years ago
Ryan Dahl 9331218449 Servers shouldn't die on EMFILE 15 years ago
Ryan Dahl ae805f1057 Emit 'error' on tcp connection DNS error 15 years ago
Ryan Dahl b9106b0ecd Use AF_INET sockets instead of always AF_INET6 15 years ago
Ryan Dahl 3197cf291d Better flushing 15 years ago