]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/threadengine.h
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / include / threadengine.h
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...