Age | Commit message (Expand) | Author |
2015-02-02 | threadengine_pthread Throw CoreExceptions instead of CoreException pointers | Attila Molnar |
2013-08-27 | Fix fd and minor memory leak in threadengine_pthread on unload of m_mysql | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-08-04 | Change ThreadSignalSocket to EventHandler to avoid calling recv() on an event... | Daniel De Graaf |
2010-05-21 | Use 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-12 | Fix double-cull of users quitting due to connection error | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-02 | Cast rework: use C++ style static_cast<> instead of C-style casts | danieldg |
2009-08-12 | Change to using read/write not send/recv on the ThreadSignalSocket pipe | danieldg |
2009-08-11 | Fix double-free in ~SocketThread | danieldg |
2009-03-23 | Add test-compile checks for epoll and eventfd | danieldg |
2009-03-23 | ThreadEngine: Allow interthread signaling without needing as many hacks | danieldg |
2009-03-23 | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ... | danieldg |
2009-03-23 | ThreadEngine: remove excessive mutex use on thread creation | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-09-28 | Suggested by nenolod, lets add this for thread signal safety | brain |
2008-09-04 | MutexEngine -> MutexFactory, more sensible name | brain |
2008-09-04 | fix posix mutexes | brain |
2008-09-04 | ability to create mutexes (rather than just having one system wide mutex) in ... | brain |
2008-02-24 | Remove annoying debug | brain |
2008-02-24 | Add mutexes to this to make it a bit more threadsafe | brain |
2008-02-22 | Comments | brain |
2008-02-22 | Thread safety stuff, waiting for pointer to become 'safe' before changing it ... | brain |
2008-02-22 | Add mutex wrappers | brain |
2008-02-22 | Configure macros not needed here | brain |
2008-02-21 | These are just copies of the pthread engine right now, will probably make the... | brain |
2008-02-21 | Working thread test!!! | brain |
2008-02-10 | Each Thread class must have its own thread handle, duh. Someone take away my ... | brain |
2008-02-10 | Add threading engine stuff. Docs to follow, untested and not used anywhere yet | brain |