summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
Commit message (Expand)AuthorAgeFilesLines
* added log classification capabilities (via mmnormalize & tags)Rainer Gerhards2011-04-131-16/+13
* Merge branch 'v5-devel'Rainer Gerhards2011-04-121-115/+117
|\
| * bugfix: race condition in deferred name resolutionRainer Gerhards2011-04-081-115/+117
* | Merge branch 'v5-devel'Rainer Gerhards2011-03-311-0/+9
|\|
| * enhance: added $BOM system property to ease writing byte order masksRainer Gerhards2011-03-221-0/+10
* | Merge branch 'v5-beta'Rainer Gerhards2011-03-011-1/+2
|\|
| * bugfix: potential abort condition when $RepeatedMsgReduction set to onRainer Gerhards2011-03-011-1/+2
* | Merge branch 'v5-beta'Rainer Gerhards2011-02-251-0/+10
|\|
| * added debug support for trying to find well-hidden bugRainer Gerhards2011-02-231-0/+10
* | Merge branch 'v5-devel'Rainer Gerhards2010-12-171-3/+1
|\|
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-12-161-3/+1
| |\
| | * some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-161-3/+1
* | | milestone: added support for CEE-variables to RainerScriptRainer Gerhards2010-12-031-0/+57
* | | milestone: added support for CEE-properties in property-based filtersRainer Gerhards2010-12-011-6/+11
* | | milestone: ability to use normalized names in templatesRainer Gerhards2010-12-011-0/+37
* | | milestone: template supports CEE output via %$!all-json%Rainer Gerhards2010-12-011-3/+15
* | | mmnormalize loads & runs (basic testing done)Rainer Gerhards2010-12-011-0/+4
* | | milestone: added mmnormalize (compiles, but untested)Rainer Gerhards2010-12-011-1/+1
|/ /
* | bugfix: replacements for atomic operations for non-int sized types had problems.Rainer Gerhards2010-11-251-1/+1
* | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-10-191-1/+1
|\|
| * fixing some compile problems on FreeBSDRainer Gerhards2010-10-191-1/+1
| * temporary bugfix replaced by permanent one for...Rainer Gerhards2010-03-311-7/+2
* | bugfix: regression caused more locking action in msg.c than necessaryRainer Gerhards2010-06-081-10/+14
* | finshed implementation of strgen modulesRainer Gerhards2010-06-041-5/+4
* | experimental commit: facility to generate template via C functionRainer Gerhards2010-06-011-2/+5
* | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-271-2/+11
|\ \
| * | bugfix: problems with atomic operations emulationRainer Gerhards2010-04-271-2/+11
* | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-231-1/+1
|\| |
| * | solved alignment errors on Solaris SparcRainer Gerhards2010-04-221-1/+1
* | | Merge branch 'beta' into masterRainer Gerhards2010-04-091-1/+2
|\ \ \
| * | | Merge branch 'v4-stable-solaris' into betaRainer Gerhards2010-04-091-7/+2
| |\| |
| | * | enhanced nettester tool so that it re-uses it's callers environmentRainer Gerhards2010-04-071-7/+2
| | |/
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-291-0/+6
| |\|
| | * bugfix(temporary): message-induced off-by-one error (potential segfault)Rainer Gerhards2010-03-251-0/+6
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-091-3/+7
| |\|
| | * added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-081-3/+7
| | * bugfix: message without MSG part could case a segfaultRainer Gerhards2010-02-221-3/+12
* | | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-051-3/+7
* | | Merge branch 'beta' into masterRainer Gerhards2010-02-101-44/+58
|\| |
| * | Merge branch 'v4-beta' into betaRainer Gerhards2010-02-101-44/+58
| |\|
| | * several bugfixes for the property replacerRainer Gerhards2010-02-081-44/+58
* | | replaced data type "bool" by "sbool" because this created some portability is...Rainer Gerhards2010-02-021-11/+11
* | | Merge branch 'beta'Rainer Gerhards2009-11-301-1/+1
|\| |
| * | Merge branch 'v4-beta' into betaRainer Gerhards2009-11-301-1/+1
| |\|
| | * bugfix: hostname accidently set to IP address for some message sourcesRainer Gerhards2009-11-301-1/+1
* | | moved DNS resolution code out of imudp and into the backend processingRainer Gerhards2009-11-171-17/+104
|/ /
* | bugfix: potential abort if inputname property was not setRainer Gerhards2009-10-261-1/+1
* | enhanced test environment (including testbench)Rainer Gerhards2009-10-221-25/+25
* | removed no longer needed msg_t property "bParseHOSTNAME"Rainer Gerhards2009-10-131-3/+1
* | bugfix: potential segfault on messages with empty MSG part.Rainer Gerhards2009-10-091-3/+12