]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengines/socketengine_poll.cpp
Remove include/inspircd_se_config.h and socketengine-specific headers
[user/henk/code/inspircd.git] / src / socketengines / socketengine_poll.cpp
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-27 psychonFix the poll socketengine to actually work.
2009-01-22 brainFix for bug #686, include sysctl.h in a freebsd-specifi...
2009-01-14 brainThis is more accurate. #ifndef __FreeBSD__, #else,...
2009-01-14 brainThis should work, but not sure on these defines in...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-11 w00tExperimental WSAPoll (thanks for not just using poll...
2008-08-25 w00tFixes to make poll(2) socket engine work properly
2008-08-25 w00tNumerous changes to make this build..
2008-08-25 w00tForward-port poll socket engine as it seems reasonably...