]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengines/socketengine_select.cpp
Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define
[user/henk/code/inspircd.git] / src / socketengines / socketengine_select.cpp
2014-02-08 Attila MolnarReplace SocketEngine::GetName() with INSPIRCD_SOCKETENG...
2014-02-04 AdamCoding style changes in socketengines
2014-02-04 AdamNew socketengine stuff:
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-06-09 attilamolnarFix high CPU use on Windows when connecting to a server
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-05 Attila MolnarMerge pull request #472 from SaberUK/master+merge-headers
2013-04-05 Peter PowellMerge inspircd_{config,version}.h into a single header...
2012-11-09 AdamMake the select() socketengine suck significantly less
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
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...
2010-03-02 danieldgDelFd should not fail, it will leave a bad dangling...
2010-03-02 danieldgDon't send events for removed FDs when both read and...
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-24 peaveyremove a hanging #endif
2009-10-24 danieldgRemove IOCP socket engine
2009-10-14 danieldgFix noeol on socketengine_select
2009-10-11 peaveyUgly-ish hack to select SocketEngine on windows until...
2009-10-11 peaveyFix some signedness.
2009-09-30 danieldgRemove include/inspircd_se_config.h and socketengine...
2009-09-26 danieldgCompile fixes and message updates
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-09 danieldgFix invalid iterator in select socketengine, clean...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-23 w00tForward port r10234, thanks psychon
2008-05-11 peaveycleanup an old unused var
2008-04-15 brainFix obvious compile error (whoops)
2008-04-15 brainthe select socket engine went on the assumption that...
2008-04-07 w00tPatch from Brain: set MAX_DESCRIPTORS for all socket...
2008-04-03 brainFix socketengine select to work with arsey compilers...
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-04-01 w00tDon't fuck up the map by inserting 0
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-14 brainKeep count of the number of events in total, and sepera...
2008-02-01 fezfixed getsockopt parameter 4, removed sys/select.h...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-23 brainMove socketengines into their own dir. This was all...