summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
Commit message (Collapse)AuthorAgeFilesLines
...
* added $UDPServerTimeRequery optionRainer Gerhards2008-10-061-2/+2
| | | | | | | ...which enables to work with less acurate timestamps in favor of performance. This enables querying of the time only every n-th time if imudp is running in the tight receive loop (aka receiving messsages at a high rate)
* 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.