]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengines/socketengine_poll.cpp
Fix the Poll socket engine on BSD.
[user/henk/code/inspircd.git] / src / socketengines / socketengine_poll.cpp
2013-07-07 Peter PowellFix the Poll socket engine on BSD.
2013-07-07 Peter PowellFix low risk crash when we can't determine maximum...
2012-12-25 Peter PowellFix the poll socket engine on BSD's other than FreeBSD.
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 Attila MolnarMerge pull request #338 from ChrisTX/insp20+iostream
2012-10-14 ChrisTXReplace printf(_c) with iostream
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFixes for bug #12
2010-03-02 danieldgDelFd should not fail, it will leave a bad dangling...
2010-03-02 danieldgDon't send events for removed FDs when both read and...
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-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...