summaryrefslogtreecommitdiffstats
path: root/runtime/datetime.c
Commit message (Expand)AuthorAgeFilesLines
* ommongodb: now writes a real timestamp into mongoRainer Gerhards2012-03-301-10/+20
* added "date-unixtimestamp" property replacer option to format as a unix times...Rainer Gerhards2012-03-291-0/+112
* Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-16/+14
|\
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-161-16/+14
| |\
| | * runtime license changeRainer Gerhards2012-01-161-16/+14
* | | more cleanup...Rainer Gerhards2011-07-111-1/+0
* | | added support for obtaining timestamp from system for imuxsockRainer Gerhards2011-06-201-34/+43
|/ /
* | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-06-161-1/+1
|\|
| * Merge branch 'v3-stable' into v4-stableRainer Gerhards2011-06-161-1/+1
| |\
| | * bugfix: timestamp was incorrectly calculated for timezones with minute offsetRainer Gerhards2011-06-161-1/+1
| * | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-081-2/+6
* | | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-051-2/+6
* | | Merge branch 'v4-beta' into masterRainer Gerhards2010-02-241-5/+12
|\| |
| * | message parser fixes and testbench enhancementsRainer Gerhards2010-02-221-5/+12
* | | some light performance enhancementRainer Gerhards2009-11-121-0/+19
|/ /
* | Merge branch 'v4-stable' into v4-beta & BUGFIXRainer Gerhards2009-10-011-37/+82
|\ \
| * | bugfix: random data could be appended to message, possibly causing segfaultsRainer Gerhards2009-09-241-37/+77
* | | legacy syslog parser changed so that it now accepts date stamps in wrong case.Rainer Gerhards2009-08-171-22/+34
* | | bugfix: missing initialization during timestamp creationv4.5.0Rainer Gerhards2009-07-031-0/+1
* | | introduced the idea of detached propertiesRainer Gerhards2009-06-291-5/+0
* | | cleanup (removed now-unused parameters)Rainer Gerhards2009-06-251-4/+4
* | | some more optimizations of the msg_t object (minor)Rainer Gerhards2009-06-221-3/+2
* | | optimized template string generationRainer Gerhards2009-06-191-4/+4
* | | typo fixRainer Gerhards2009-06-191-1/+1
* | | some cleanupRainer Gerhards2009-06-191-11/+6
* | | fully optimized datetime module and enhanced test suiteRainer Gerhards2009-06-191-78/+88
* | | optimized rfc3339 timestamp string generationRainer Gerhards2009-06-191-30/+73
|/ /
* | done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-3/+2
* | added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-6/+6
* | improved parser test suiteRainer Gerhards2009-04-031-1/+1
* | enhanced legacy syslog parser to detect year if part of the timestampv4.1.0Rainer Gerhards2008-11-181-0/+19
* | "output" timestamp now taken from mesg's time generatedRainer Gerhards2008-10-071-2/+10
|/
* Merge branch 'beta'Rainer Gerhards2008-10-021-1/+1
|\
| * bugfix: subseconds where not correctly extracted from a timestampRainer Gerhards2008-10-021-1/+1
* | performance optimization: unnecessary time() calls during message parsing rem...Rainer Gerhards2008-09-161-110/+158
|/
* Merge branch 'v3-stable' into betaRainer Gerhards2008-09-121-3/+14
* added new property replacer option "time-subseconds"Rainer Gerhards2008-06-061-0/+40
* moved files to the runtimeRainer Gerhards2008-04-161-0/+630