]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengines/socketengine_kqueue.cpp
Convert the ISO 8859-2 nationalchars files to codepage configs.
[user/henk/code/inspircd.git] / src / socketengines / socketengine_kqueue.cpp
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-10-05 Peter PowellTweak the workaround for NetBSD's kqueue using intptr_t...
2019-05-03 Peter PowellWork around NetBSD's EV_SET using intptr_t instead...
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-22 Peter PowellDeduplicate error handling in the socket engines.
2017-10-22 Peter PowellConvert GetMaxFds() to size_t and deduplicate setting...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-12 Peter PowellMerge pull request #1337 from SaberUK/master+merge
2017-07-12 Peter PowellMerge pull request #1356 from SISheogorath/master+issue...
2017-07-11 Attila MolnarMerge pull request #1310 from rburchell/master
2017-07-11 Robin BurchellImprove and centralize socket engine event counters.
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-06-14 Attila MolnarKill needless #includes in source files
2014-06-07 Attila MolnarChange the number reported by SocketEngine::GetMaxFds...
2014-06-07 Attila MolnarRelax fd bounds checking
2014-04-07 Attila MolnarMerge insp20
2014-02-09 Attila MolnarStore the EventHandler* in the kevent/epoll_event/porte...
2014-02-09 AdamQueue changes in socketengine_kqueue and submit them...
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-08 Attila MolnarMove socketengine stats into a new class
2014-02-08 Attila MolnarUpdate SocketEngine::CurrentSetSize in AddFdRef()/DelFd...
2014-02-08 Attila MolnarRename SocketEngine::AddFd() and DelFd() to AddFdRef...
2014-02-08 Attila MolnarMove variables in socketengines
2014-02-08 Attila MolnarReplace SocketEngine::GetName() with INSPIRCD_SOCKETENG...
2014-02-05 Attila Molnarsocketengine_kqueue Remove dead code
2014-02-05 Attila MolnarFix oversight in 3752b3f59d5216d7dc6221a361efc76b9ad2273d
2014-02-04 AdamCoding style changes in socketengines
2014-02-04 AdamNew socketengine stuff:
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-07-12 Attila MolnarMerge pull request #588 from SaberUK/insp20+fix-sockete...
2013-07-07 Peter PowellFix low risk crash when we can't determine maximum...
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2012-12-25 Peter PowellOpenBSD does not have KERN_MAXFILESPERPROC.
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-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...
2011-03-04 Daniel De GraafFix excessive memory use in kqueue
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-02-13 danieldgFix kqueue to not report 0 maximum open sockets
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-28 danieldgFix linking errors on BSD
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-02-14 peaveyNuke trailing spaces
2009-02-06 psychonSome fixes to the kqueue socket engine
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 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 w00tThese socket engines may now recieve write and read...
2008-04-07 w00tPatch from Brain: set MAX_DESCRIPTORS for all socket...
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-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-14 brainKeep count of the number of events in total, and sepera...
next