summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
Commit message (Expand)AuthorAgeFilesLines
* bugfix: race condition when extracting structured data and PROCIDRainer Gerhards2011-10-131-3/+21
* bugfix: race condition when extracting program name and APPNAMERainer Gerhards2011-10-131-4/+24
* bugfix: omfile returns fatal error code for things that go really wrongRainer Gerhards2011-09-261-1/+0
* Added debug output into message parsers needed for bugtrackingAndre Lorbach2011-08-121-0/+5
* bugfixes for tag emulationRainer Gerhards2011-08-111-2/+5
* Fixed BUG in MsgDup (msg.c), the NULL Byte was not copied for the SyslogTagAndre Lorbach2011-08-101-1/+1
* Merge branch 'v5-stable-msgidfix' into v5-stableAndre Lorbach2011-08-101-3/+10
|\
| * Cosmetic changeAndre Lorbach2011-07-271-2/+2
| * Fixed a stupid return bug introduced by the last commitAndre Lorbach2011-07-271-1/+2
| * Experimentally added mutex lock in getMSGID in order to fix bug 275.Andre Lorbach2011-07-261-3/+9
* | bugfix: potential misadressing in property replacerAndre Lorbach2011-08-051-7/+9
|/
* bugfix: race condition in deferred name resolutionRainer Gerhards2011-04-081-115/+117
* enhance: added $BOM system property to ease writing byte order masksRainer Gerhards2011-03-221-0/+10
* bugfix: potential abort condition when $RepeatedMsgReduction set to onRainer Gerhards2011-03-011-1/+2
* added debug support for trying to find well-hidden bugRainer Gerhards2011-02-231-0/+10
* 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
* | 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
* | Merge branch 'v4-beta' into betaRainer Gerhards2009-09-141-1/+3
|\|