summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* several bugfixes for the property replacerRainer Gerhards2010-02-081-44/+58
* bugfix: hostname accidently set to IP address for some message sourcesRainer Gerhards2009-11-301-1/+1
* fixed some minor portability issuesRainer Gerhards2009-09-141-1/+3
* bugfix: repeated messages were incorrectly processedRainer Gerhards2009-09-101-3/+8
* 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: 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
* finished transition to using inputName propertyRainer Gerhards2009-06-301-97/+176
* introduced the idea of detached propertiesRainer Gerhards2009-06-291-25/+66
* optimization: propert names are now internally identified by integersRainer Gerhards2009-06-261-121/+235
* got rid of the recursive requirement for msg_t mutex (finally!)Rainer Gerhards2009-06-261-156/+111
* some more stringbuffer optimizationRainer Gerhards2009-06-251-6/+2
* backported "clean" increment of memory trim counter (not protected by mutex)Rainer Gerhards2009-06-251-3/+5
* cleanup (removed now-unused parameters)Rainer Gerhards2009-06-251-9/+9
* Merge branch 'beta'Rainer Gerhards2009-06-241-0/+2
|\
| * Merge branch 'v4-stable' into betaRainer Gerhards2009-06-241-0/+2
| |\
| | * Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-06-241-0/+2
| | |\
| | | * bugfix: invalid mutex release in msg.cRainer Gerhards2009-06-241-0/+2
| | * | Merge branch 'beta'Rainer Gerhards2009-04-091-0/+2
| | |\|
| | | * Merge branch 'v3-stable' into betaRainer Gerhards2009-04-091-0/+2
| | | |\
| | | | * Merge branch 'v2-stable' into v3-stableRainer Gerhards2009-04-091-0/+2
* | | | | optimized TAG handlingRainer Gerhards2009-06-231-52/+35
* | | | | optimized hostname processingRainer Gerhards2009-06-231-5/+5
* | | | | restored repeated message reduction processingRainer Gerhards2009-06-231-16/+54
* | | | | some more optimizationsRainer Gerhards2009-06-231-4/+47
* | | | | optimized processing of TAG message fieldRainer Gerhards2009-06-221-21/+6
* | | | | some more optimizations of the msg_t object (minor)Rainer Gerhards2009-06-221-20/+17
* | | | | reduced memory footprint / "memory leak"Rainer Gerhards2009-06-221-0/+18
* | | | | fixed abort condition with oversize tagsRainer Gerhards2009-06-181-22/+11
* | | | | optimized handling of MSG part in msg objectRainer Gerhards2009-06-181-9/+21
* | | | | slight optimization of template generationRainer Gerhards2009-06-181-2/+8
* | | | | some optimization in the property replacerRainer Gerhards2009-06-181-40/+48
* | | | | optimized TAG handling in msg objectRainer Gerhards2009-06-181-45/+72
* | | | | cleaned up/optimized raw message handling in msg objectRainer Gerhards2009-06-181-11/+32
* | | | | going forward in moving string-handling functions to new interface...Rainer Gerhards2009-06-171-10/+10
* | | | | some more optimization in msg object string handlingRainer Gerhards2009-06-171-44/+26
* | | | | further optimized message objectRainer Gerhards2009-06-171-115/+230
* | | | | Merge branch 'master' into omfileRainer Gerhards2009-06-161-99/+71
|\| | | |
| * | | | removed long-obsoleted property UxTradMsgRainer Gerhards2009-06-161-50/+50
| * | | | done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-24/+6
| * | | | some performance optimizationsRainer Gerhards2009-06-161-34/+23
* | | | | completed multi-ruleset core supportRainer Gerhards2009-06-121-2/+11
|/ / / /
* | | | added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-64/+40