summaryrefslogtreecommitdiff
path: root/src/node_net2.cc
AgeCommit message (Expand)AuthorFilesLines
2010-05-10Revert "Check for strings.h"Ryan Dahl1-5/+1
2010-05-10Check for strings.hRyan Dahl1-1/+5
2010-05-04Fix SEGV by setting msg_controllen earlier.Peter Griess1-2/+2
2010-04-23Remove getaddrinfo from net2.ccRyan Dahl1-160/+0
2010-04-23Remove http_old tcp_oldRyan Dahl1-0/+2
2010-04-22Unify ErrnoException creationRyan Dahl1-340/+0
2010-04-21Fix TCP_KEEPIDLE build failure in FreeBSD.Herbert Vojčík1-5/+3
2010-04-20add setKeepAlive function, which enables and sets the TCP keep-alive timerJulian Lamb1-1/+34
2010-04-09Servers shouldn't die on EMFILERyan Dahl1-0/+1
2010-04-02Emit 'error' on tcp connection DNS errorRyan Dahl1-4/+6
2010-04-02Use AF_INET sockets instead of always AF_INET6Ryan Dahl1-84/+79
2010-04-01Better flushingRyan Dahl1-1/+3
2010-03-31Better check for FDs in net2 bindingsRyan Dahl1-3/+3
2010-03-31EAI_NODATA deprecated, patch to use EAI_NONAME if missing (it is in FreeBSD)Herbert Vojcik1-0/+3
2010-02-08Expose errno exception creationRyan Dahl1-0/+13
2010-02-05Whitespace for node_net2.ccRyan Dahl1-5/+24
2010-02-05Add errno symbol to error messagesRyan Dahl1-1/+330
2010-01-27Reimplment BuffersRyan Dahl1-21/+17
2010-01-13recvMsg shouldn't return array for efficiency.Ryan Dahl1-22/+30
2010-01-09Initial take on passing FDs between processesDavid Sklar1-3/+166
2009-12-30[net2] delete unix sockfile on server start and shutdownRyan Dahl1-0/+1
2009-12-30[net2] socket.setNoDelayRyan Dahl1-0/+18
2009-12-30[net2] toRead() for non-linux (SIOCINQ -> FIONREAD)David Sklar1-2/+8
2009-12-30[net2] Do hostname lookups in connect and listenRyan Dahl1-1/+7
2009-12-30Fix errors in getaddrinfoRyan Dahl1-13/+21
2009-12-29[net2] Set FD_CLOEXEC on created socket fds.Ryan Dahl1-9/+14
2009-12-29[net2] Better EOF marking, rename eventsRyan Dahl1-1/+1
2009-12-29implement getaddrinfoRyan Dahl1-6/+207
2009-12-29Implement half-closed streamsRyan Dahl1-2/+2
2009-12-29Implement stream.send()Ryan Dahl1-8/+8
2009-12-29Fix buffer bug, implement tcp recvRyan Dahl1-2/+29
2009-12-29IOWatcher callback isn't internal, fix bug in AcceptRyan Dahl1-16/+16
2009-12-29More bindings, beginning tcp server code in jsRyan Dahl1-63/+394
2009-12-29Start on net2Ryan Dahl1-0/+178