]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/threadengines/threadengine_win32.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / threadengines / threadengine_win32.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-02 danieldgThreadWindows: Remove ThreadSignalListener and connect...
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgRemove unneeded paramaters from OnAcceptReady
2009-08-14 specialFix a compile error for IPv6 windows builds, discovered...
2009-03-25 peaveyMake this compile
2009-03-25 danieldgFix some win32 compile errors, thanks for error output...
2009-03-25 brainmore of the fix but it still doesnt build. I know we...
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-04 brainMutexEngine -> MutexFactory, more sensible name
2008-09-04 brainability to create mutexes (rather than just having...
2008-04-18 brainApply patches to remove 200-odd dll limit on windows...
2008-02-22 brainAdd the same thread safety checks to this, now ive...
2008-02-22 brainDebug removal
2008-02-22 brainForgot to initialize critical section. somehow, the...
2008-02-22 brainAdd mutex wrappers
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-10 brainAdd threading engine stuff. Docs to follow, untested...