summaryrefslogtreecommitdiffstats
path: root/runtime/datetime.h
Commit message (Collapse)AuthorAgeFilesLines
* "output" timestamp now taken from mesg's time generatedRainer Gerhards2008-10-071-1/+1
| | | | | | | This enhances performance and, as some have pointed out, is probably also more consistent with what users expect how the various output-timestamp related function should work. This commit needs some more testing.
* performance optimization: unnecessary time() calls during message parsing ↵Rainer Gerhards2008-09-161-2/+2
| | | | | | removed thanks to David Lang for his excellent performance analysis
* Merge branch 'v3-stable' into betaRainer Gerhards2008-09-121-1/+7
| | | | | | | Conflicts: runtime/datetime.h runtime/rsyslog.h
* reduced number of compile warnings in -pedantic gcc modeRainer Gerhards2008-06-271-1/+0
|
* added new property replacer option "time-subseconds"Rainer Gerhards2008-06-061-1/+2
| | | | enables to query just the subsecond part of a high-precision timestamp
* moved files to the runtimeRainer Gerhards2008-04-161-0/+52
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.