Age | Commit message (Expand) | Author |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2014-06-24 | Remove empty Thread destructor | Attila Molnar |
2014-06-24 | Move and rename class ThreadData to ThreadEngine::ThreadState | Attila Molnar |
2014-06-24 | Make Thread::state private | Attila Molnar |
2014-06-24 | Change allocation of ThreadData to be physically part of the object containin... | Attila Molnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-05 | Merge inspircd_{config,version}.h into a single header file. | Peter Powell |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fix some of the include guard names (requested by SaberUK) | Justin Crawford |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-03-13 | Convert MySQL to SQLv3 | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-08-10 | Fix thread join not working for subclasses of Thread because of C++ destructo... | danieldg |
2009-03-25 | start of fix for bug #805 | brain |
2009-03-23 | ConfigReaderThread updates: add done flag, remove main-thread-only mutex | 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-06 | Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock() | brain |
2008-09-06 | Stick Enable() in private, enhance comments | brain |
2008-09-06 | New methods in mutex purely for readability: | brain |
2008-09-04 | ability to create mutexes (rather than just having one system wide mutex) in ... | brain |
2008-02-21 | ThreadEngine::GetName(), for display in /version | brain |
2008-02-21 | Working thread test!!! | brain |
2008-02-10 | Add comments | 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 |