summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v3-stable' into beta, conclude fix for raceRainer Gerhards2009-01-301-0/+1
|\ | | | | | | | | | | Conflicts: ChangeLog runtime/msg.c
| * bugfix: invalid mutex access in msg.cRainer Gerhards2009-01-301-0/+1
| |
* | added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-101-1/+4
|/ | | | | | | | - added message property "inputname", which contains the name of the input (module) that generated it. Presence is depending on suport in each input module (else it is blank). - added system property "$myhostname", which contains the name of the local host as it knows itself.
* added new property replacer option "time-subseconds"Rainer Gerhards2008-06-061-0/+2
| | | | enables to query just the subsecond part of a high-precision timestamp
* added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-0/+3
| | | | | | | | | | - bugfix: TCP input modules did incorrectly set fromhost property (always blank) - bugfix: imklog did not set fromhost property - added "fromhost-ip" property - added "RSYSLOG_DebugFormat" canned template - bugfix: hostname and fromhost were swapped when a persisted message (in queued mode) was read in
* some more cleanupRainer Gerhards2008-04-161-1/+0
| | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
* moved files to the runtimeRainer Gerhards2008-04-161-0/+178
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.