summaryrefslogtreecommitdiffstats
path: root/action.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed a potential race condition, see link for details:Rainer Gerhards2007-12-111-0/+3
| | | | http://rgerhards.blogspot.com/2007/12/rsyslog-race-condition.html
* fixed some type warnings that appeared on 64 bit machines - these were inRainer Gerhards2007-12-071-1/+1
| | | | debug statements, so indicated no real problem
* changed rsyslog.h include order to solve debian sid zlib inlcude issueMichael Meckelein2007-08-081-1/+1
|
* added config file directive $ActionResumeIntervalRainer Gerhards2007-08-081-3/+18
|
* changed function name dprintf() to dbgprintf() as it conflicts with theRainer Gerhards2007-08-081-2/+1
| | | | clib
* moved action object out of syslogd.c to its own fileset (action.c/h)Rainer Gerhards2007-08-061-0/+178