]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/socketengine.h
Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot of...
[user/henk/code/inspircd.git] / include / socketengine.h
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...