]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengines
Convert the ISO 8859-2 nationalchars files to codepage configs.
[user/henk/code/inspircd.git] / src / socketengines /
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
2012-05-23 Robin BurchellMerge pull request #131 from attilamolnar/insp20+hidero...
2012-05-23 Robin BurchellMerge pull request #136 from nenolod/bugfix/epoll-nitpi...
2012-05-20 William Pitcockepoll: make sure EPOLLET flag does not get clobbered
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
2011-03-04 Daniel De GraafFix excessive memory use in kqueue
2011-01-05 JackmcbarnRemove bad return statement - noticed by zynox, thanks
2010-03-16 danieldgFix mismatched return value in kqueue DelFd
2010-03-16 danieldgFix typo in kqueue
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-03-02 danieldgLog duplicate UUID events a bit better
2010-02-13 danieldgFix kqueue to not report 0 maximum open sockets
2010-02-11 danieldgWhen we get events on unknown file descriptors, unregis...
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-24 peaveyremove a hanging #endif
2009-10-24 danieldgRemove IOCP socket engine
2009-10-14 danieldgFix noeol on socketengine_select
2009-10-11 peaveyUgly-ish hack to select SocketEngine on windows until...
2009-10-11 peaveyFix some signedness.
2009-10-11 peaveyFix Extend usage and a few other things for latest...
2009-09-30 danieldgRemove include/inspircd_se_config.h and socketengine...
2009-09-28 danieldgFix linking errors on BSD
2009-09-26 danieldgCompile fixes and message updates
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-09-09 danieldgFix invalid iterator in select socketengine, clean...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-02-06 psychonSome fixes to the kqueue socket engine
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-18 w00tMissed one, thx peavey!
2009-01-18 w00tFix what should have been the (real) problems with...
2009-01-18 w00tRevert "Revert some of w00ts kqueue massacre from septe...
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-14 brainRevert some of w00ts kqueue massacre from september...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-23 w00tBackport from socket branch: allow read and write event...
2008-09-19 w00tFix my massacre of kqueue, filters may not be or'd.
2008-09-11 w00tExperimental WSAPoll (thanks for not just using poll...
2008-09-11 w00tThese socket engines may now recieve write and read...
2008-09-04 brainfix a warning. I am on a warning zapping crusade today.
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...
2008-08-23 w00tForward port r10234, thanks psychon
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-06-18 brainMeasure bandwidth statistics from the socket engine...
2008-06-01 specialOnly prepare epoll for 25% of maxfds initially; it...
2008-06-01 peaveyImprove debug output on a few key methods of epoll...
2008-05-19 w00tDebug on out of range FD.
2008-05-11 peaveycleanup an old unused var
2008-04-18 brainApply patches to remove 200-odd dll limit on windows...
2008-04-15 brainFix obvious compile error (whoops)
2008-04-15 brainthe select socket engine went on the assumption that...
2008-04-07 w00tPatch from Brain: set MAX_DESCRIPTORS for all socket...
2008-04-06 w00tInitialise this (valgrind warning)
2008-04-03 brainFix socketengine select to work with arsey compilers...
2008-04-02 brainFix peavey and w00ts bug they found by removing the...
2008-04-02 brainDOH! Fix my muppetry of a segfault, and fix some warnings
2008-04-02 brainmake sure we include the right headers and fix a warnin...
2008-04-02 brainProper sysctl stuff to work with bsd. It seems that...
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-04-01 w00tDon't fuck up the map by inserting 0
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-14 brainKeep count of the number of events in total, and sepera...
2008-02-06 w00tWon't somebody please think of the children.. kqueue...
2008-02-06 w00tepoll did it too. >:(
2008-02-06 w00tPro tip #2: making a fatal error 'SPARSE' logging only...
2008-02-06 w00tPro tip: printf() doesn't add newlines for you
2008-02-05 fezfixed std:: stuff
2008-02-01 fezfixed getsockopt parameter 4, removed sys/select.h...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-12 brainRemove craq
2007-11-11 brainThis works with multiple remote includes now except...
2007-11-11 brainOk, this works except for it wont resolve hosts before...
2007-11-11 brainHmm
2007-10-23 brainMove socketengines into their own dir. This was all...