summaryrefslogtreecommitdiff
path: root/include/threadengine.h
AgeCommit message (Expand)Author
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fix some of the include guard names (requested by SaberUK)Justin Crawford
2012-04-14Fixes for bug #12Justin Crawford
2010-03-13Convert MySQL to SQLv3danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-08-10Fix thread join not working for subclasses of Thread because of C++ destructo...danieldg
2009-03-25start of fix for bug #805brain
2009-03-23ConfigReaderThread updates: add done flag, remove main-thread-only mutexdanieldg
2009-03-23ThreadEngine: Allow interthread signaling without needing as many hacksdanieldg
2009-03-23ThreadEngine: remove MutexFactory, mutexes should be constructed using their ...danieldg
2009-03-23ThreadEngine: remove excessive mutex use on thread creationdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-09-06Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock()brain
2008-09-06Stick Enable() in private, enhance commentsbrain
2008-09-06New methods in mutex purely for readability:brain
2008-09-04ability to create mutexes (rather than just having one system wide mutex) in ...brain
2008-02-21ThreadEngine::GetName(), for display in /versionbrain
2008-02-21Working thread test!!!brain
2008-02-10Add commentsbrain
2008-02-10Each Thread class must have its own thread handle, duh. Someone take away my ...brain
2008-02-10Add threading engine stuff. Docs to follow, untested and not used anywhere yetbrain