summaryrefslogtreecommitdiffstats
path: root/threads.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-15/+14
|\
| * relicense parts under ASL 2.0Rainer Gerhards2012-01-111-15/+14
* | bugfix: minor race condition in action.c - considered cosmeticRainer Gerhards2011-02-171-1/+1
* | bugfix: very long running actions could prevent shutdown under some circumsta...Rainer Gerhards2011-02-111-2/+4
* | Merge branch 'v5.6.2-newimudp' into v5-devel-newimudpRainer Gerhards2011-01-101-1/+7
|\ \
| * | improved imudp real-time scheduling support & bugfixDražen Kačar2011-01-101-1/+7
* | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-12-161-2/+1
|\ \ \ | |/ / |/| / | |/
| * some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-161-2/+1
* | replaced data type "bool" by "sbool" because this created some portability is...Rainer Gerhards2010-02-021-1/+1
* | some minor cleanup, consolidated some codeRainer Gerhards2009-10-161-24/+0
* | solved a recently introduced race during input thread shutdownRainer Gerhards2009-10-151-18/+62
* | re-enabled input thread termination handling that does avoid thread cancellationRainer Gerhards2009-10-121-5/+0
* | disabling new input termination interfaceRainer Gerhards2009-07-201-0/+6
* | internal: added ability to terminate input modules not via pthread_cancel...Rainer Gerhards2009-07-201-5/+18
|/
* minor things, mostly improved debug infoRainer Gerhards2008-09-181-1/+1
* Merge branch 'v3-stable' into betaRainer Gerhards2008-08-151-4/+8
|\
| * bugfix: imfile could cause a segfault upon rsyslogd HUP and terminationRainer Gerhards2008-08-141-4/+8
* | some more cleanupRainer Gerhards2008-04-161-1/+1
|/
* worked some more on HP UX - got it to compile and receive UDP messagesRainer Gerhards2008-03-061-1/+0
* - removed no longer necessary signal from threads.cRainer Gerhards2008-02-181-26/+1
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-4/+5
* - some cleanupRainer Gerhards2008-01-101-8/+0
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-20/+5
* moved queue code to its own module (finally)Rainer Gerhards2008-01-031-88/+0
* some cleanupRainer Gerhards2007-12-271-1/+0
* moved udp net code - again, stage workRainer Gerhards2007-12-251-0/+2
* removed code no longer neededRainer Gerhards2007-12-211-1/+1
* fixed race conditionRainer Gerhards2007-12-201-0/+1
* - working on a potential race condition on the new input module interface.Rainer Gerhards2007-12-201-6/+27
* - implemented afterRun input module interface functionRainer Gerhards2007-12-171-3/+6
* moved thread termination code out to threads.cRainer Gerhards2007-12-171-4/+42
* created thread-class internal wrapper for calling user supplied thread mainRainer Gerhards2007-12-171-4/+23
* graceful termination now supportedRainer Gerhards2007-12-141-1/+19
* first rough version of input module thread terminationRainer Gerhards2007-12-141-0/+14
* added thread activationRainer Gerhards2007-12-141-0/+20
* on the way to a real input module interface and threading class...Rainer Gerhards2007-12-141-1/+95
* moved core threading helpers out of syslogd.cRainer Gerhards2007-12-141-0/+123