]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/threadengine.h
Merge pull request #1018 from SaberUK/insp20+hidekills
[user/henk/code/inspircd.git] / include / threadengine.h
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...