summaryrefslogtreecommitdiff
path: root/src/socketengines
AgeCommit message (Expand)Author
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
2009-01-14This should work, but not sure on these defines in poll socketenginebrain
2009-01-14Revert some of w00ts kqueue massacre from september, for some reason its not ...brain
2009-01-02Update copyrights for 2009.w00t
2008-12-23Backport from socket branch: allow read and write events to be triggered on o...w00t
2008-09-19Fix my massacre of kqueue, filters may not be or'd.w00t
2008-09-11Experimental WSAPoll (thanks for not just using poll(), guys) support for Win...w00t
2008-09-11These socket engines may now recieve write and read events in the same cycle,...w00t
2008-09-04fix a warning. I am on a warning zapping crusade today.brain
2008-08-25Fixes to make poll(2) socket engine work properlyw00t
2008-08-25Numerous changes to make this build..w00t
2008-08-25Forward-port poll socket engine as it seems reasonably stable, and half-hack ...w00t
2008-08-23Forward port r10234, thanks psychonw00t
2008-07-20Fixes to some stuff that writes on memory it shouldn't (thanks psychon).w00t