summaryrefslogtreecommitdiff
path: root/src/socketengine_kqueue.cpp
AgeCommit message (Expand)Author
2007-10-21Set these back to sane operationbrain
2007-10-21Change how the socket engines work when you addfd on an fd that already exists.brain
2007-10-18Socket engine tweaks to fix a glitch, and improvements to new m_identbrain
2007-09-25Fix for bug #407, set ref[fd] AFTER some checks that may return false and lea...brain
2007-08-23Craquity craq De-craq!brain
2007-07-25Un-static InspIRCd::Exit and use SignalHandler instead.peavey
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
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-11A few lines here are loglevel DEFAULT and should be DEBUG.brain
2006-10-31Dont worry this is only comments, not worth rebuilding forbrain
2006-10-31Start of stuff to handle socket error statebrain
2006-10-31We dont want kqueue to go into an infinite loop when netsplitting, do we.brain
2006-10-30Remove very verbose debugging of event systembrain
2006-10-30Fix for laggehnessbrain
2006-10-30Not tested yet: Write and read at the same time in kqueuebrain
2006-10-21Something here was loglevel default, should have been loglevel debugbrain
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-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