]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengine_select.cpp
OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.
[user/henk/code/inspircd.git] / src / socketengine_select.cpp
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-15 w00tJesus, look who's the commit whore today. More header...
2006-12-11 specialFixed a typo in select
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 brainFix a whoopsy
2006-10-31 brainError set handlin g for select socketengine, tidyup...
2006-10-31 brainSocket error state stuff
2006-10-30 brainRemove very verbose debugging of event system
2006-10-30 brainSelect is now done, and some debug removed. Not that...
2006-09-24 brainFix bug#152 reported by smartys
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-07 brainBail if we couldn't bind any ports (when did this get...
2006-07-19 brainAdd #include <sys/select.h> to select engine, we probab...
2006-07-19 brain* Seperate out socket engines into derived classes...