index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
threadengine.cpp
Age
Commit message (
Expand
)
Author
2014-06-24
Remove empty Thread destructor
Attila Molnar
2014-06-24
Move and rename ThreadData::FreeThread() to ThreadEngine::Stop() and document...
Attila Molnar
2014-06-24
Change allocation of ThreadData to be physically part of the object containin...
Attila Molnar
2014-06-14
Kill needless #includes in source files
Attila Molnar
2013-08-16
Clean up the build system properties and related code.
Peter Powell
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-08-10
Fix thread join not working for subclasses of Thread because of C++ destructo...
danieldg
2009-03-25
Fix a compilation error
danieldg
2009-03-25
start of fix for bug #805
brain
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-04
ability to create mutexes (rather than just having one system wide mutex) in ...
brain
2008-07-29
Remove last vestige of libircdfoo, by changing tag into a single identifier...
w00t
2008-02-10
Add threading engine stuff. Docs to follow, untested and not used anywhere yet
brain