]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/threadengines
Convert the ISO 8859-2 nationalchars files to codepage configs.
[user/henk/code/inspircd.git] / src / threadengines /
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-20 Attila MolnarMerge insp20
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
2015-02-02 Attila Molnarthreadengine_pthread Throw CoreExceptions instead of...
2014-10-27 Attila MolnarMerge insp20
2014-08-04 Attila Molnarthreadengine_win32 Use a stripped-down, local version...
2014-07-25 Attila MolnarMerge insp20
2014-06-24 Attila Molnarthreadengine_win32 Don't ask for the thread id of newly...
2014-06-24 Attila MolnarMove and rename ThreadData::FreeThread() to ThreadEngin...
2014-06-24 Attila MolnarChange allocation of ThreadData to be physically part...
2014-06-24 Attila MolnarRemove empty ThreadEngine constructors and destructors
2014-06-14 Attila MolnarKill needless #includes in source files
2014-04-07 Attila MolnarMerge insp20
2014-02-09 Attila MolnarCall DelFd() and SetFd(-1) from SocketEngine::Close...
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-08 Attila MolnarChange SocketEngine functions that do not require an...
2013-08-30 attilamolnarMerge insp20
2013-08-27 attilamolnarFix fd and minor memory leak in threadengine_pthread...
2013-07-12 attilamolnarClean up error handling in threadengine_win32
2013-06-05 attilamolnarMerge insp20
2013-05-15 attilamolnarFix thread handle leak in threadengine_win32
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
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...
2011-06-18 Daniel De GraafFix WSAEWOULDBLOCK error on Windows
2011-06-06 Daniel De GraafFix incorrect typecast
2010-08-04 Daniel De GraafChange ThreadSignalSocket to EventHandler to avoid...
2010-05-22 Daniel De GraafUse EFD_NONBLOCK in test creation of eventfd (makes...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-12 danieldgFix double-cull of users quitting due to connection...
2009-10-11 peaveyFixes for SocketThread, missing overload, and a left...
2009-10-11 peaveyCompile fixes.
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-08-12 danieldgChange to using read/write not send/recv on the ThreadS...
2009-08-11 danieldgFix double-free in ~SocketThread
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 danieldgAdd test-compile checks for epoll and eventfd
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-28 brainSuggested by nenolod, lets add this for thread signal...
2008-09-04 brainMutexEngine -> MutexFactory, more sensible name
2008-09-04 brainfix posix mutexes
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-24 brainRemove annoying debug
2008-02-24 brainAdd mutexes to this to make it a bit more threadsafe
2008-02-22 brainComments
2008-02-22 brainAdd the same thread safety checks to this, now ive...
2008-02-22 brainThread safety stuff, waiting for pointer to become...
2008-02-22 brainDebug removal
2008-02-22 brainForgot to initialize critical section. somehow, the...
2008-02-22 brainAdd mutex wrappers
2008-02-22 brainAdd mutex wrappers
2008-02-22 brainNow compiles with win32thread and testsuite
2008-02-22 brainCloser to compilation
2008-02-22 brainConfigure macros not needed here
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 brainWorking thread test!!!
2008-02-10 brainEach Thread class must have its own thread handle,...
2008-02-10 brainAdd threading engine stuff. Docs to follow, untested...