summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * fixed some minor portability issuesRainer Gerhards2009-09-141-1/+3
* | Merge branch 'v4-beta' into betaRainer Gerhards2009-09-101-3/+8
|\|
| * bugfix: repeated messages were incorrectly processedRainer Gerhards2009-09-101-3/+8
* | Merge branch 'master' into udpspoof & cleanup & slight optimizationRainer Gerhards2009-07-091-163/+184
|\|
| * small performance improvement and cleanupRainer Gerhards2009-07-091-153/+166
| * bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-1/+1
* | bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-1/+1
|/
* bugfix: property msg was lost when working with disk queuesRainer Gerhards2009-07-071-5/+12
* bugfix: properties inputname, fromhost, fromhost-ip were lostRainer Gerhards2009-07-071-5/+3
* bugfix: abort condition when RecvFrom was not set and message reduction was onRainer Gerhards2009-07-061-6/+12
* now put the new property-based methods to good useRainer Gerhards2009-07-011-25/+33
* RcvFromIP now also a propertyRainer Gerhards2009-07-011-31/+66
* introduced a new way of handling the RcvFrom propertyRainer Gerhards2009-06-301-38/+53