]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/threadengines/threadengine_pthread.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / threadengines / threadengine_pthread.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-08-12 danieldgChange to using read/write not send/recv on the ThreadS...
2009-08-11 danieldgFix double-free in ~SocketThread
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-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 brainThread safety stuff, waiting for pointer to become...
2008-02-22 brainAdd mutex wrappers
2008-02-22 brainConfigure macros not needed here
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...