]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengines/socketengine_epoll.cpp
Replace copyright headers with headers granting specific authors copyright
[user/henk/code/inspircd.git] / src / socketengines / socketengine_epoll.cpp
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 danieldgLog duplicate UUID events a bit better
2010-02-11 danieldgWhen we get events on unknown file descriptors, unregis...
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-11 brain...because every now and again, i have to do a massive...
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-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-11 w00tThese socket engines may now recieve write and read...
2008-08-25 w00tForward-port poll socket engine as it seems reasonably...
2008-08-23 w00tForward port r10234, thanks psychon
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
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-04-06 w00tInitialise this (valgrind warning)
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
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 w00tepoll did it too. >:(
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...