]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/socketengine.h
And now, just to force you to recompile the *whole* ircd.. updated headers on the...
[user/henk/code/inspircd.git] / include / socketengine.h
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-10-31 brainSocket error state stuff
2006-10-30 brainDocument SocketEngine::WantWrite()
2006-10-30 brainWARNING: This commit breaks kqueue and select -- work...
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 brainNow two types of log macro, log() and ilog(). log(...
2006-08-01 brainRemove X_ESTAB_CLASSDNS, X_ESTAB_DNS now does the job...
2006-07-19 brainAdd #include <sys/select.h> to select engine, we probab...
2006-07-19 brain* Seperate out socket engines into derived classes...
2006-07-12 brainAdded class Resolver (needs testing)
2006-07-10 brainMade a load more stuff Extensible which might be of...
2006-03-12 brainCommented a lot of stuff that hasnt been commented...
2006-03-11 brainAdded method to check if an fd is in the socketengine...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-29 brainChanged 65535 to MAX_DESCRIPTORS calculated at configur...
2005-12-29 brainAdded extra checking to socketengine to refuse connecti...
2005-12-29 brainAdded counters for MAX_DESCRIPTORS etc which allows...
2005-12-29 brainOptimizing to not use so much cpu with high user loads
2005-12-12 brainAdded comments
2005-12-12 brainMore experimental gubbins
2005-12-12 brainAdded GetType
2005-12-12 brainEXPERIMENTAL new socket engine code
2005-12-12 brainMade compile on freebsd
2005-12-12 brainAdded preliminary socketengine stuff
2005-11-25 brainRemoved references to connection.cpp and servers.cpp
2005-11-25 brainRemoval of mesh stuff (lots of)
2005-11-25 brainRemoved server socket stuff from socketengine
2005-08-24 brainChanged comments
2005-08-24 brainTidied up socket engine code, moved into a specialized...