]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengines/socketengine_select.cpp
Create StreamSocket for IO hooking implementation
[user/henk/code/inspircd.git] / src / socketengines / socketengine_select.cpp
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...