summaryrefslogtreecommitdiff
path: root/src/socketengine_select.cpp
AgeCommit message (Expand)Author
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-11Fixed a typo in selectspecial
2006-12-11Untested, new clever pointer voodoo class for binary-safe ziplinks output buf...brain
2006-11-11A few lines here are loglevel DEFAULT and should be DEBUG.brain
2006-10-31Fix a whoopsybrain
2006-10-31Error set handlin g for select socketengine, tidyup epollbrain
2006-10-31Socket error state stuffbrain
2006-10-30Remove very verbose debugging of event systembrain
2006-10-30Select is now done, and some debug removed. Not that anyone really should be ...brain
2006-09-24Fix bug#152 reported by smartysbrain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-18Get rid of SocketEngine::Wait and array-copy, change to SocketEngine::Dispatc...brain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-07Bail if we couldn't bind any ports (when did this get broken?)brain
2006-07-19Add #include <sys/select.h> to select engine, we probably need itbrain
2006-07-19* Seperate out socket engines into derived classes of SocketEngine.brain