summaryrefslogtreecommitdiffstats
path: root/threads.h
Commit message (Expand)AuthorAgeFilesLines
* better debug instrumentation --> input thread names used for reportingRainer Gerhards2012-05-021-1/+2
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-15/+14
|\
| * relicense parts under ASL 2.0Rainer Gerhards2012-01-111-15/+14
* | replaced data type "bool" by "sbool" because this created some portability is...Rainer Gerhards2010-02-021-2/+2
* | some minor cleanup, consolidated some codeRainer Gerhards2009-10-161-1/+0
* | solved a recently introduced race during input thread shutdownRainer Gerhards2009-10-151-1/+2
* | internal: added ability to terminate input modules not via pthread_cancel...Rainer Gerhards2009-07-201-1/+2
|/
* moved files to the runtimeRainer Gerhards2008-04-161-3/+2
* - some cleanupRainer Gerhards2008-01-101-6/+0
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-8/+1
* moved queue code to its own module (finally)Rainer Gerhards2008-01-031-20/+0
* - working on a potential race condition on the new input module interface.Rainer Gerhards2007-12-201-0/+10
* - implemented afterRun input module interface functionRainer Gerhards2007-12-171-1/+2
* moved thread termination code out to threads.cRainer Gerhards2007-12-171-2/+4
* created thread-class internal wrapper for calling user supplied thread mainRainer Gerhards2007-12-171-1/+2
* graceful termination now supportedRainer Gerhards2007-12-141-1/+3
* first rough version of input module thread terminationRainer Gerhards2007-12-141-0/+1
* added thread activationRainer Gerhards2007-12-141-0/+1
* on the way to a real input module interface and threading class...Rainer Gerhards2007-12-141-0/+15
* moved core threading helpers out of syslogd.cRainer Gerhards2007-12-141-0/+47