]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/threadengines
Partially revert "Quote paths in the makefile".
[user/henk/code/inspircd.git] / include / threadengines /
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
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-01-11 brain...because every now and again, i have to do a massive...
2009-10-24 danieldgMove forward declarations to typedefs.h
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-03-25 brainstart of fix for bug #805
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-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-06 brainMake ThreadEngine::Mutex() protected too, make the...
2008-09-04 brainMutexEngine -> MutexFactory, more sensible name
2008-09-04 brainFix silly compile errors
2008-09-04 brainability to create mutexes (rather than just having...
2008-02-22 brainCoreExport is required for the factories
2008-02-22 brainNow compiles with win32thread and testsuite
2008-02-22 brainCloser to compilation
2008-02-22 brainWin32ThreadEngine makes sense now. No gaurantees it...
2008-02-21 brainThese are just copies of the pthread engine right now...
2008-02-21 brainThreadEngine::GetName(), for display in /version
2008-02-21 brainNow buildble.
2008-02-21 brainThreadengine stuff
2008-02-10 brainEach Thread class must have its own thread handle,...
2008-02-10 brainAdd threading engine stuff. Docs to follow, untested...