]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengines
Fix total mess of makefile dependency macros (all depending on stuff they dont NEED...
[user/henk/code/inspircd.git] / src / socketengines /
2008-06-18 brainMeasure bandwidth statistics from the socket engine...
2008-06-01 specialOnly prepare epoll for 25% of maxfds initially; it...
2008-06-01 peaveyImprove debug output on a few key methods of epoll...
2008-05-19 w00tDebug on out of range FD.
2008-05-11 peaveycleanup an old unused var
2008-04-18 brainApply patches to remove 200-odd dll limit on windows...
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-06 w00tInitialise this (valgrind warning)
2008-04-03 brainFix socketengine select to work with arsey compilers...
2008-04-02 brainFix peavey and w00ts bug they found by removing the...
2008-04-02 brainDOH! Fix my muppetry of a segfault, and fix some warnings
2008-04-02 brainmake sure we include the right headers and fix a warnin...
2008-04-02 brainProper sysctl stuff to work with bsd. It seems that...
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-06 w00tWon't somebody please think of the children.. kqueue...
2008-02-06 w00tepoll did it too. >:(
2008-02-06 w00tPro tip #2: making a fatal error 'SPARSE' logging only...
2008-02-06 w00tPro tip: printf() doesn't add newlines for you
2008-02-05 fezfixed std:: stuff
2008-02-01 fezfixed getsockopt parameter 4, removed sys/select.h...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-12 brainRemove craq
2007-11-11 brainThis works with multiple remote includes now except...
2007-11-11 brainOk, this works except for it wont resolve hosts before...
2007-11-11 brainHmm
2007-10-23 brainMove socketengines into their own dir. This was all...