summaryrefslogtreecommitdiff
path: root/src/threadengines
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2015-04-20Merge insp20Attila Molnar
2015-04-12Dispatch EventHandler events to dedicated virtual functionsAttila Molnar
2015-02-02threadengine_pthread Throw CoreExceptions instead of CoreException pointersAttila Molnar
2014-08-04threadengine_win32 Use a stripped-down, local version of InspIRCd::BindSocket...Attila Molnar
2014-06-24threadengine_win32 Don't ask for the thread id of newly created threads point...Attila Molnar
2014-06-24Move and rename ThreadData::FreeThread() to ThreadEngine::Stop() and document...Attila Molnar
2014-06-24Change allocation of ThreadData to be physically part of the object containin...Attila Molnar
2014-06-24Remove empty ThreadEngine constructors and destructorsAttila Molnar
2014-06-14Kill needless #includes in source filesAttila Molnar
2014-02-09Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*)Attila Molnar
2014-02-08Change all socketengine methods to be staticAttila Molnar
2014-02-08Change SocketEngine functions that do not require an instance to be staticAttila Molnar
2013-08-27Fix fd and minor memory leak in threadengine_pthread on unload of m_mysqlattilamolnar
2013-07-12Clean up error handling in threadengine_win32attilamolnar
2013-05-15Fix thread handle leak in threadengine_win32attilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-06-18Fix WSAEWOULDBLOCK error on WindowsDaniel De Graaf
2011-06-06Fix incorrect typecastDaniel De Graaf
2010-08-04Change ThreadSignalSocket to EventHandler to avoid calling recv() on an event...Daniel De Graaf
2010-05-21Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linu...Daniel De Graaf
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-12Fix double-cull of users quitting due to connection errordanieldg
2009-10-11Fixes for SocketThread, missing overload, and a left in deprecated variable.peavey
2009-10-11Compile fixes.peavey
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-02ThreadWindows: Remove ThreadSignalListener and connect the socket right awaydanieldg
2009-09-02Cast rework: use C++ style static_cast<> instead of C-style castsdanieldg
2009-09-01Remove unneeded #ifdef IPV6 linesdanieldg
2009-09-01Remove unneeded paramaters from OnAcceptReadydanieldg
2009-08-14Fix a compile error for IPv6 windows builds, discovered by Flospecial
2009-08-12Change to using read/write not send/recv on the ThreadSignalSocket pipedanieldg
2009-08-11Fix double-free in ~SocketThreaddanieldg
2009-03-25Make this compilepeavey
2009-03-25Fix some win32 compile errors, thanks for error output therock247ukdanieldg
2009-03-25more of the fix but it still doesnt build. I know we said this might be unsta...brain
2009-03-23Add test-compile checks for epoll and eventfddanieldg
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-28Suggested by nenolod, lets add this for thread signal safetybrain
2008-09-04MutexEngine -> MutexFactory, more sensible namebrain
2008-09-04fix posix mutexesbrain
2008-09-04ability to create mutexes (rather than just having one system wide mutex) in ...brain
2008-04-18Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo...brain
2008-02-24Remove annoying debugbrain