summaryrefslogtreecommitdiff
path: root/src/node_io_watcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply --no-deprecation to C++ warnings as wellisaacs2012-06-211-2/+4
* iowatcher: add deprecation warningBen Noordhuis2012-06-211-0/+2
* MakeCallback: Consistent symbol usageisaacs2012-04-171-1/+1
* MakeCallback: Use in node_io_watcherisaacs2012-04-171-7/+1
* core: use proper #include directivesBen Noordhuis2012-03-101-3/+3
* Revert "remove node_io_watcher"Igor Zinkovsky2011-10-281-0/+168
* remove node_io_watcherIgor Zinkovsky2011-10-271-168/+0
* Update copyright headersRyan Dahl2011-03-141-1/+21
* Revert "Merge branch 'writev'"Ryan Dahl2010-11-201-437/+1
* Revert "Actually don't need to limit sendmsg size on unix - seems okay."Ryan Dahl2010-11-201-1/+5
* Revert "fd_to_send needs to be cleared if *any* data was sent"Ryan Dahl2010-11-201-11/+4
* fd_to_send needs to be cleared if *any* data was sentRyan Dahl2010-11-191-4/+11
* Actually don't need to limit sendmsg size on unix - seems okay.Ryan Dahl2010-11-191-5/+1
* Fix a bug regarding queueSize, add assertsRyan Dahl2010-11-181-13/+24
* Small clean upsRyan Dahl2010-11-181-4/+3
* Emit drain and stop IOWatcher even on empty bufferRyan Dahl2010-11-181-122/+123
* Add callback to socket.write(), fix test-sendfdsRyan Dahl2010-11-181-0/+13
* make sure unix sockets are tagged correctlyRyan Dahl2010-11-181-2/+0
* Add IOWatcher.flush()Ryan Dahl2010-11-181-0/+15
* Maintain queueSize for each socketRyan Dahl2010-11-181-2/+10
* Don't send null data segmentsRyan Dahl2010-11-181-0/+2
* Support encodingRyan Dahl2010-11-181-2/+4
* IOWatcher::Dump(), writevRyan Dahl2010-11-181-1/+388
* Remove unnecessary ref/unref in iowatcher cbRyan Dahl2010-11-051-2/+0
* Make sure watcher.set() isn't being called when activeRyan Dahl2010-10-301-0/+1
* Safe constructor for ObjectWrapped classesBen Noordhuis2010-09-291-0/+4
* fix whitespace errorsBlake Mizerany2010-06-291-1/+1
* Clean up IOWatcherRyan Dahl2010-01-271-22/+28
* Reimplment BuffersRyan Dahl2010-01-271-31/+20
* Use ObjectWrap again for IOWatchers.Ryan Dahl2010-01-261-15/+26
* HTTP works somewhat on net2 nowRyan Dahl2010-01-251-10/+10
* Make callback_symbols static so they don't conflictRyan Dahl2010-01-201-1/+1
* Change IOWatcher constructor to have no argumentsRyan Dahl2009-12-291-12/+5
* IOWatcher callback isn't internal, fix bug in AcceptRyan Dahl2009-12-291-28/+48
* add io watcherRyan Dahl2009-12-291-0/+126