]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengine_kqueue.cpp
Un-static InspIRCd::Exit and use SignalHandler instead.
[user/henk/code/inspircd.git] / src / socketengine_kqueue.cpp
2007-07-25 peaveyUn-static InspIRCd::Exit and use SignalHandler instead.
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-01-15 brainCrusade to remove debug from stable and tested parts...
2007-01-11 peaveypgsql should now work thx to added posibility to force...
2006-12-30 brainChange delays to 1 sec.
2006-12-30 brainTons of optimization of WriteChannel, WriteChannelWithS...
2006-12-23 brainWe can't log in SocketEngine::DelFd(), because the...
2006-12-23 brainFix bug in m_dnsbl, a condition is always matched becau...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-11 brainUntested, new clever pointer voodoo class for binary...
2006-11-11 brainA few lines here are loglevel DEFAULT and should be...
2006-10-31 brainDont worry this is only comments, not worth rebuilding for
2006-10-31 brainStart of stuff to handle socket error state
2006-10-31 brainWe dont want kqueue to go into an infinite loop when...
2006-10-30 brainRemove very verbose debugging of event system
2006-10-30 brainFix for laggehness
2006-10-30 brainNot tested yet: Write and read at the same time in...
2006-10-21 brainSomething here was loglevel default, should have been...
2006-10-06 brainRevert tweak
2006-10-06 brainMake the socketengines always clear the slots on DelFd...
2006-10-06 brainAdd extra debugging for socketengines, will now report...
2006-10-01 brainExtra debugging
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-10 brainMove tons more stuff into class InspIRCd*, make signal...
2006-08-07 brainBail if we couldn't bind any ports (when did this get...
2006-07-19 brain* Seperate out socket engines into derived classes...