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
2010-11-21Revert "Merge branch 'writev'"Ryan Dahl
2010-11-21Revert "Actually don't need to limit sendmsg size on unix - seems okay."Ryan Dahl
2010-11-21Revert "fd_to_send needs to be cleared if *any* data was sent"Ryan Dahl
2010-11-20fd_to_send needs to be cleared if *any* data was sentRyan Dahl
2010-11-20Actually don't need to limit sendmsg size on unix - seems okay.Ryan Dahl
2010-11-19Fix a bug regarding queueSize, add assertsRyan Dahl
2010-11-19Small clean upsRyan Dahl
2010-11-19Emit drain and stop IOWatcher even on empty bufferRyan Dahl
2010-11-19Add callback to socket.write(), fix test-sendfdsRyan Dahl
2010-11-19make sure unix sockets are tagged correctlyRyan Dahl
2010-11-19Add IOWatcher.flush()Ryan Dahl
2010-11-19Maintain queueSize for each socketRyan Dahl
2010-11-19Don't send null data segmentsRyan Dahl
2010-11-19Support encodingRyan Dahl
2010-11-19IOWatcher::Dump(), writevRyan Dahl
2010-11-06Remove unnecessary ref/unref in iowatcher cbRyan Dahl
2010-10-30Make sure watcher.set() isn't being called when activeRyan Dahl
2010-09-30Safe constructor for ObjectWrapped classesBen Noordhuis
2010-06-30fix whitespace errorsBlake Mizerany
2010-01-28Clean up IOWatcherRyan Dahl
2010-01-28Reimplment BuffersRyan Dahl
2010-01-27Use ObjectWrap again for IOWatchers.Ryan Dahl
2010-01-26HTTP works somewhat on net2 nowRyan Dahl
2010-01-21Make callback_symbols static so they don't conflictRyan Dahl
2009-12-29Change IOWatcher constructor to have no argumentsRyan Dahl
2009-12-29IOWatcher callback isn't internal, fix bug in AcceptRyan Dahl
2009-12-29add io watcherRyan Dahl