]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/socketengine.h
Remove the Kiwi links from the readme.
[user/henk/code/inspircd.git] / include / socketengine.h
2008-02-14 brainKeep count of the number of events in total, and sepera...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-09-04 burlex* Fixed some incorrect declarations in IOCPEngine
2007-08-23 brainDocument all this shit!
2007-08-23 brainCraquity craq De-craq!
2007-08-15 brainFixed, i forgot the virtual when implementing this
2007-07-27 brainWindows specific data types in EventHandler are now...
2007-07-27 brainRemoval of some ifdefs
2007-07-27 brainSome smart tricks to eliminate win32 ifdefs that are...
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-06-17 brainComments
2007-05-19 brainSpace indents must die.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-01-12 peaveyUpdate inline documentation for DelFd() so the doxygen...
2007-01-11 peaveypgsql should now work thx to added posibility to force...
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...