Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New feature: date-strftime().HEADv3-stable-kaz | Kaz Kylheku | 2013-11-30 | 1 | -0/+36 |
| | |||||
* | bugfix: timestamp was incorrectly calculated for timezones with minute offset | Rainer Gerhards | 2011-06-16 | 1 | -1/+1 |
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=271 | ||||
* | Merge branch 'beta' | Rainer Gerhards | 2008-10-02 | 1 | -1/+1 |
|\ | |||||
| * | bugfix: subseconds where not correctly extracted from a timestamp | Rainer Gerhards | 2008-10-02 | 1 | -1/+1 |
| | | | | | | | | | | if that timestamp did not contain any subsecond information (the resulting string was garbagge but should have been "0", what it now is). | ||||
* | | performance optimization: unnecessary time() calls during message parsing ↵ | Rainer Gerhards | 2008-09-16 | 1 | -110/+158 |
|/ | | | | | | removed thanks to David Lang for his excellent performance analysis | ||||
* | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-09-12 | 1 | -3/+14 |
| | | | | | | | Conflicts: runtime/datetime.h runtime/rsyslog.h | ||||
* | added new property replacer option "time-subseconds" | Rainer Gerhards | 2008-06-06 | 1 | -0/+40 |
| | | | | enables to query just the subsecond part of a high-precision timestamp | ||||
* | moved files to the runtime | Rainer Gerhards | 2008-04-16 | 1 | -0/+630 |
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. |