summaryrefslogtreecommitdiff
path: root/src/node_io_watcher.cc
AgeCommit message (Expand)Author
2011-10-28Revert "remove node_io_watcher"Igor Zinkovsky
2011-10-27remove node_io_watcherIgor Zinkovsky
2011-03-14Update copyright headersRyan Dahl
2010-11-20Revert "Merge branch 'writev'"Ryan Dahl
2010-11-20Revert "Actually don't need to limit sendmsg size on unix - seems okay."Ryan Dahl
2010-11-20Revert "fd_to_send needs to be cleared if *any* data was sent"Ryan Dahl
2010-11-19fd_to_send needs to be cleared if *any* data was sentRyan Dahl
2010-11-19Actually don't need to limit sendmsg size on unix - seems okay.Ryan Dahl
2010-11-18Fix a bug regarding queueSize, add assertsRyan Dahl
2010-11-18Small clean upsRyan Dahl
2010-11-18Emit drain and stop IOWatcher even on empty bufferRyan Dahl
2010-11-18Add callback to socket.write(), fix test-sendfdsRyan Dahl
2010-11-18make sure unix sockets are tagged correctlyRyan Dahl
2010-11-18Add IOWatcher.flush()Ryan Dahl
2010-11-18Maintain queueSize for each socketRyan Dahl
2010-11-18Don't send null data segmentsRyan Dahl
2010-11-18Support encodingRyan Dahl
2010-11-18IOWatcher::Dump(), writevRyan Dahl
2010-11-05Remove unnecessary ref/unref in iowatcher cbRyan Dahl
2010-10-30Make sure watcher.set() isn't being called when activeRyan Dahl
2010-09-29Safe constructor for ObjectWrapped classesBen Noordhuis
2010-06-29fix whitespace errorsBlake Mizerany
2010-01-27Clean up IOWatcherRyan Dahl
2010-01-27Reimplment BuffersRyan Dahl
2010-01-26Use ObjectWrap again for IOWatchers.Ryan Dahl
2010-01-25HTTP works somewhat on net2 nowRyan Dahl
2010-01-20Make 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