]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengines/socketengine_select.cpp
Measure bandwidth statistics from the socket engine (kiloBITS per second in, out...
[user/henk/code/inspircd.git] / src / socketengines / socketengine_select.cpp
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...