summaryrefslogtreecommitdiff
path: root/src/socketengines
AgeCommit message (Expand)Author
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
2008-06-18Measure bandwidth statistics from the socket engine (kiloBITS per second in, ...brain
2008-06-01Only prepare epoll for 25% of maxfds initially; it will grow beyond that as n...special
2008-06-01Improve debug output on a few key methods of epoll socketengine, a must when ...peavey
2008-05-19Debug on out of range FD.w00t
2008-05-11cleanup an old unused varpeavey
2008-04-18Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo...brain
2008-04-15Fix obvious compile error (whoops)brain
2008-04-15the select socket engine went on the assumption that a socket may remove itse...brain
2008-04-07Patch from Brain: set MAX_DESCRIPTORS for all socket engines (I missed this)w00t
2008-04-06Initialise this (valgrind warning)w00t
2008-04-03Fix socketengine select to work with arsey compilers that think we're using I...brain
2008-04-02Fix peavey and w00ts bug they found by removing the nonblocking part of the l...brain
2008-04-02DOH! Fix my muppetry of a segfault, and fix some warningsbrain
2008-04-02make sure we include the right headers and fix a warning in cmode_bbrain