Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-03Merge remote branch 'origin/master'Bert Belder
2010-12-22Fix memory corruption with unnamed AF_UNIX sockets.Tom Hughes
2010-12-21The following error can be thrown from accept on ECONNABORT. Instead, it shou...Theo Schlossnagle
2010-12-21Support for non-overlapped socketsBert Belder
2010-12-21Port socketerrorBert Belder
2010-12-21Fix connect bugBert Belder
2010-12-21Fix whitespace errors introduced by porting effortsBert Belder
2010-12-21node_net: IsIP and CreateErrnoException just workBert Belder
2010-12-21Bugfixes, more consistency in node_net error handlingBert Belder
2010-12-21Make node_net Connect workBert Belder
2010-12-21Make node_net Shutdown work on windowsBert Belder
2010-12-21Fix error reporting and EAGAIN handling bug in net WriteBert Belder
2010-12-21Don't break the linux buildBert Belder
2010-12-21Make Read and Write in node_net.cc actually work on socketsBert Belder
2010-12-21Make Socket, Bind, Listen, Accept work for windowsBert Belder
2010-12-21Make SetNonBlock and SetSockFlags work on FDs instead of socketsBert Belder
2010-12-21Use the c-ares pton/ntop hack in node_net.cc as wellBert Belder
2010-12-21Most of node_net is not yet available on windowsBert Belder
2010-12-21Make SetNonBlock and SetSockFlags work on mingwBert Belder
2010-12-21Fix headers for node_net.ccBert Belder
2010-11-24Fix ErrnoExceptions that have the wrong syscall nameWade Simmons
2010-11-21Revert "Merge branch 'writev'"Ryan Dahl
2010-11-19IOWatcher::Dump(), writevRyan Dahl
2010-10-25Update node_net.cc to make us of node_constants.ccMicheil Smith
2010-09-09Work to get C++ fast buffers. incompleteRyan Dahl
2010-08-17Get away uint/int comparision warning.Herbert Vojčík
2010-08-12Added support for multiple listeners to DNS multicast datagrams.Rasmus Andersson
2010-07-27Fix addrlen for unix_dgram socketsBenjamin Kramer
2010-07-18Apple's SUN_LEN is broken, overrideRyan Dahl
2010-07-18Set SO_REUSEADDR on all socketsRyan Dahl
2010-07-17Fix solaris buildRyan Dahl
2010-07-16Fix unix dgram socket address resolution on Linux.Matt Ranney
2010-07-15Datagram socket refactor. Add tests and documentation.Matt Ranney
2010-07-14Register builtin extensions via a macro, rather than a manual strcmpPaul Querna
2010-07-13Coverity fixes: src/node_netPeter Griess
2010-07-13Coverity fixes: src/node.ccPeter Griess
2010-06-30fix whitespace errorsBlake Mizerany
2010-06-30Resolve .local domains with getaddrinfo()Ryan Dahl
2010-06-16Add UDP broadcast supportDavid Siegel
2010-06-12Implement datagram socketsPaul Querna
2010-06-03Send and receive file descriptors through net.Stream.Peter Griess
2010-05-30Rename node_net2.cc to node_net.ccRyan Dahl
2010-04-24Remove http_old tcp_oldRyan Dahl
2010-03-15Use gai_strerror when tcp.Server fails to resolve its address or service.Krishna Rajendran
2010-03-03tcp.Connection.prototype.write should return booleanRyan Dahl
2010-03-02Properly throw error on failed connectionRyan Dahl
2010-02-22Move errors for readPause and readResumeRyan Dahl
2010-02-21Rename readPause and readResume to pause/resumeRyan Dahl
2010-02-17Throw from connection.connect if resolving.Ryan Dahl
2010-02-17API: connection.send() renamed to connection.write()Ryan Dahl