]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengine_select.cpp
Error set handlin g for select socketengine, tidyup epoll
[user/henk/code/inspircd.git] / src / socketengine_select.cpp
2006-10-31 brainError set handlin g for select socketengine, tidyup...
2006-10-31 brainSocket error state stuff
2006-10-30 brainRemove very verbose debugging of event system
2006-10-30 brainSelect is now done, and some debug removed. Not that...
2006-09-24 brainFix bug#152 reported by smartys
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-18 brainGet rid of SocketEngine::Wait and array-copy, change...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-07 brainBail if we couldn't bind any ports (when did this get...
2006-07-19 brainAdd #include <sys/select.h> to select engine, we probab...
2006-07-19 brain* Seperate out socket engines into derived classes...