summaryrefslogtreecommitdiff
path: root/src/socketengine_epoll.cpp
AgeCommit message (Expand)Author
2007-03-11Remove debugbrain
2007-03-11Added OnBufferFlush, improved m_safelist, no longer works on a timer but work...brain
2007-01-28Added errno to the epoll failure message for more detailspecial
2007-01-15Crusade to remove debug from stable and tested parts of the core and base mod...brain
2007-01-11pgsql should now work thx to added posibility to force a fd out of the socket...peavey
2006-12-30Change delays to 1 sec.brain
2006-12-30Tons of optimization of WriteChannel, WriteChannelWithServ, WriteCommon etc, ...brain
2006-12-23We can't log in SocketEngine::DelFd(), because the fd we're removing might ju...brain
2006-12-23Fix bug in m_dnsbl, a condition is always matched because someone was using u...brain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-11Untested, new clever pointer voodoo class for binary-safe ziplinks output buf...brain
2006-11-14Another couple of 'forgot to memset'sbrain
2006-11-14Properly zero the epoll_event in epollengine WantWrite to stop a valgrind war...brain
2006-11-11A few lines here are loglevel DEFAULT and should be DEBUG.brain
2006-10-31We should be fine without oneshot, i'll test this.brain
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-30fix for (less severe) laggehnessbrain
2006-10-30WARNING: This commit breaks kqueue and select -- work in progress!brain
2006-10-26Fix this to display the channel name when overriding a ban, and to properly d...brain
2006-10-06Revert tweakbrain
2006-10-06Make the socketengines always clear the slots on DelFd, even if the underlyin...brain
2006-10-06Add extra debugging for socketengines, will now report OS error string when f...brain
2006-10-02Better fix to crash jamie experienced. epoll was the only socket engine affec...w00t
2006-10-01Extra debuggingbrain
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-10Move tons more stuff into class InspIRCd*, make signal handler functions stat...brain
2006-08-07Bail if we couldn't bind any ports (when did this get broken?)brain
2006-07-19* Seperate out socket engines into derived classes of SocketEngine.brain