]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/threadengine.h
Fix a bunch of really obvious unnecessary includes.
[user/henk/code/inspircd.git] / include / threadengine.h
2021-03-05 Sadie PowellFix a bunch of really obvious unnecessary includes.
2020-01-11 InspIRCd RobotUpdate copyright headers.
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-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
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
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-06-24 Attila MolnarRemove empty Thread destructor
2014-06-24 Attila MolnarMove and rename class ThreadData to ThreadEngine::Threa...
2014-06-24 Attila MolnarMake Thread::state private
2014-06-24 Attila MolnarChange allocation of ThreadData to be physically part...
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-06-05 attilamolnarMerge insp20
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-05 Attila MolnarMerge pull request #472 from SaberUK/master+merge-headers
2013-04-05 Peter PowellMerge inspircd_{config,version}.h into a single header...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
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 CrawfordFix some of the include guard names (requested by SaberUK)
2012-04-15 Justin CrawfordFixes for bug #12
2010-03-13 danieldgConvert MySQL to SQLv3
2010-01-11 brain...because every now and again, i have to do a massive...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-08-10 danieldgFix thread join not working for subclasses of Thread...
2009-03-25 brainstart of fix for bug #805
2009-03-23 danieldgConfigReaderThread updates: add done flag, remove main...
2009-03-23 danieldgThreadEngine: Allow interthread signaling without needi...
2009-03-23 danieldgThreadEngine: remove MutexFactory, mutexes should be...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-06 brainMake ThreadEngine::Mutex() protected too, make the...
2008-09-06 brainStick Enable() in private, enhance comments
2008-09-06 brainNew methods in mutex purely for readability:
2008-09-04 brainability to create mutexes (rather than just having...
2008-02-21 brainThreadEngine::GetName(), for display in /version
2008-02-21 brainWorking thread test!!!
2008-02-10 brainAdd comments
2008-02-10 brainEach Thread class must have its own thread handle,...
2008-02-10 brainAdd threading engine stuff. Docs to follow, untested...