summaryrefslogtreecommitdiff
path: root/src/socketengine.cpp
AgeCommit message (Expand)Author
2007-01-11pgsql should now work thx to added posibility to force a fd out of the socket...peavey
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-10-30WARNING: This commit breaks kqueue and select -- work in progress!brain
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-12So i wonder why we've not had this problem soonerbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-07-19Whoops, forgot SocketEngine::SocketEngine() gets called recursively from *Eng...brain
2006-07-19* Seperate out socket engines into derived classes of SocketEngine.brain
2006-06-29Change log() to a #define, the real symbol is now do_log(), the new macro aut...om
2006-05-16Check for failed epoll or kqueuebrain
2006-03-11Added method to check if an fd is in the socketengine or notbrain
2006-03-07Tweaks to socket engine, faster buffer flush and hopefully more stablebrain
2006-02-26Valgrind fixesbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-12Test change to level-triggered epollbrain
2005-12-29Added output of error if file descriptor given to AddFd is > MAX_DESCRIPTORSbrain
2005-12-29Changed to MAX_DESCRIPTORSbrain
2005-12-29Added extra checking to socketengine to refuse connections after we reach the...brain
2005-12-29Added counters for MAX_DESCRIPTORS etc which allows the socket engine to refu...brain
2005-12-29Optimizing to not use so much cpu with high user loadsbrain
2005-12-14Changed a broken && to & which was preventing epoll from doing outbound conne...brain
2005-12-13Removed some logging that can cause excessively huge logs when select() is be...brain
2005-12-12Timing tweaksbrain
2005-12-12Increased socketengine wait cyclesbrain
2005-12-12Added commentsbrain
2005-12-12select() debuggingbrain
2005-12-12Added checking to find out why select() splitsbrain
2005-12-12Fixed WRITEBIT support in select() enginebrain
2005-12-12*EXPERIMENTAL* Tied DNS into new socket enginebrain
2005-12-12More experimental gubbinsbrain
2005-12-12Added GetTypebrain
2005-12-12EXPERIMENTAL new socket engine codebrain
2005-12-12Made compile on linuxbrain
2005-12-12Made compile on freebsdbrain
2005-12-12Working on making this actually compilebrain
2005-12-12Added preliminary socketengine stuffbrain