]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/socketengine.h
Fix Doxygen syntax errors.
[user/henk/code/inspircd.git] / include / socketengine.h
2012-07-05 Peter PowellFix Doxygen syntax errors.
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFix some of the include guard names (requested by SaberUK)
2012-04-15 Justin CrawfordFixes for bug #12
2010-03-02 danieldgDelFd should not fail, it will leave a bad dangling...
2010-02-12 danieldgFloating-point math should have no place in an ircd
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-13 danieldgGet rid of socklen_t parameter to Bind, we are using...
2009-11-06 danieldgRemove Extensible parent from EventHandler
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-24 danieldgGet rid of OpenTCPSocket
2009-09-30 danieldgRemove include/inspircd_se_config.h and socketengine...
2009-09-26 danieldgAdd FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT...
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-07 w00tInitialising the member we added might be an idea.
2008-09-07 w00tFix forward-declaration caused as a result of recent...
2008-09-07 w00tStart moving IO hooking from being bufferedsocket based...
2008-06-18 brainMeasure bandwidth statistics from the socket engine...
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
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...