summaryrefslogtreecommitdiff
path: root/src/socketengines
AgeCommit message (Expand)Author
2016-11-22socketengine_epoll: use getrlimit not ulimitAdam
2014-02-13socketengine_select Reset the values in the timeval struct on *nix before sel...Attila Molnar
2014-02-05socketengine_epoll Initialize CurrentSetSize (only used by m_httpd_stats)Attila Molnar
2014-02-04Fix new file descriptor debug log message in socketengine_poll to show the co...Adam
2013-07-07Fix the Poll socket engine on BSD.Peter Powell
2013-07-07Fix low risk crash when we can't determine maximum open socket count.Peter Powell
2013-06-10Fix high CPU use on Windows when connecting to a serverattilamolnar
2012-12-25Fix the poll socket engine on BSD's other than FreeBSD.Peter Powell
2012-12-25OpenBSD does not have KERN_MAXFILESPERPROC.Peter Powell
2012-12-21Fix errors in socketengine_ports so it compiles on Solarisattilamolnar
2012-11-09Make the select() socketengine suck significantly lessAdam
2012-10-14Replace printf(_c) with iostreamChrisTX
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-07-05Fix Doxygen syntax errors.Peter Powell
2012-05-20epoll: make sure EPOLLET flag does not get clobberedWilliam Pitcock
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fixes for bug #12Justin Crawford
2011-03-03Fix excessive memory use in kqueueDaniel De Graaf
2011-01-04Remove bad return statement - noticed by zynox, thanksJackmcbarn
2010-03-16Fix mismatched return value in kqueue DelFddanieldg
2010-03-16Fix typo in kqueuedanieldg
2010-03-02DelFd should not fail, it will leave a bad dangling pointer in that casedanieldg
2010-03-02Don't send events for removed FDs when both read and write are readydanieldg
2010-03-02Log duplicate UUID events a bit betterdanieldg
2010-02-13Fix kqueue to not report 0 maximum open socketsdanieldg
2010-02-11When we get events on unknown file descriptors, unregister them rather than s...danieldg
2010-01-18Remove excessive gettimeofday system callsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-24remove a hanging #endifpeavey
2009-10-24Remove IOCP socket enginedanieldg
2009-10-14Fix noeol on socketengine_selectdanieldg
2009-10-11Ugly-ish hack to select SocketEngine on windows until I or someone else finds...peavey
2009-10-11Fix some signedness.peavey
2009-10-11Fix Extend usage and a few other things for latest API. Compiles but not tested.peavey
2009-09-30Remove include/inspircd_se_config.h and socketengine-specific headersdanieldg
2009-09-28Fix linking errors on BSDdanieldg
2009-09-26Compile fixes and message updatesdanieldg
2009-09-26Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITEdanieldg
2009-09-26Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ...danieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-09Fix invalid iterator in select socketengine, clean up its memory use a bit toodanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-02-06Some fixes to the kqueue socket enginepsychon
2009-01-27Fix the poll socketengine to actually work.psychon
2009-01-22Fix for bug #686, include sysctl.h in a freebsd-specific ifdefbrain
2009-01-18Missed one, thx peavey!w00t
2009-01-18Fix what should have been the (real) problems with kqueue, so far so good for...w00t
2009-01-18Revert "Revert some of w00ts kqueue massacre from september, for some reason ...w00t
2009-01-14This is more accurate. #ifndef __FreeBSD__, #else, #endifbrain