summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-stable' into v4-betaAndre Lorbach2011-08-051-7/+7
|\ | | | | | | | | | | Conflicts: ChangeLog
| * Merge branch 'v3-stable' into v4-stableAndre Lorbach2011-08-051-7/+7
| |\ | | | | | | | | | | | | | | | Conflicts: runtime/msg.c
| | * bugfix: potential misadressing in property replacerAndre Lorbach2011-08-051-7/+7
| | |
* | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-12-161-3/+1
|\| | | | | | | | | | | | | | Conflicts: runtime/parser.c
| * | some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-161-3/+1
| | |
* | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-10-191-1/+1
|\| | | | | | | | | | | | | | | | | | | | Conflicts: runtime/cfsysline.c tools/ompipe.c
| * | fixing some compile problems on FreeBSDRainer Gerhards2010-10-191-1/+1
| | |
| * | temporary bugfix replaced by permanent one for...Rainer Gerhards2010-03-311-7/+2
| | | | | | | | | | | | | | | | | | ...message-induced off-by-one error (potential segfault) (see 4.6.2) The analysis has been completed and a better fix been crafted and integrated.
* | | bugfix: problems with atomic operations emulationRainer Gerhards2010-04-271-2/+11
| | | | | | | | | | | | | | | | | | replaced atomic operation emulation with new code. The previous code seemed to have some issue and also limited concurrency severely. The whole atomic operation emulation has been rewritten.
* | | solved alignment errors on Solaris SparcRainer Gerhards2010-04-221-1/+1
| | |
* | | enhanced nettester tool so that it re-uses it's callers environmentRainer Gerhards2010-04-071-7/+2
|/ / | | | | | | | | | | this enables us to work with the "usual" environment tweaks (for debugging and other purposes), without the need for any special handling in nettester itself
* | bugfix(temporary): message-induced off-by-one error (potential segfault)Rainer Gerhards2010-03-251-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Some types of malformed messages could trigger an off-by-one error (for example, \0 or \n as the last character, and generally control character escaption is questionable). This is due to not strictly following a the \0 or string counted string paradigm (during the last optimization on the cstring class). As a temporary fix, we have introduced a proper recalculation of the size. However, a final patch is expected in the future. See bug tracker for further details and when the final patch will be available: http://bugzilla.adiscon.com/show_bug.cgi?id=184 Note that the current patch is considered sufficient to solve the situation, but it requires a bit more runtime than desirable.
* | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-081-3/+7
| | | | | | | | | | primarily to ease migration from syslog-ng. See property replacer doc for details. [backport from 5.5.3 because urgently needed by some]
* | bugfix: message without MSG part could case a segfaultRainer Gerhards2010-02-221-3/+12
| | | | | | | | | | | | | | [backported from v5 commit 98d1ed504ec001728955a5bcd7916f64cd85f39f] This actually was a "recent" regression, but I did not realize that it was introduced by the performance optimization in v4-devel. Shame on me for having two devel versions at the same time...
* | several bugfixes for the property replacerRainer Gerhards2010-02-081-44/+58
| | | | | | | | | | | | | | | | | | | | - bugfix: property replacer returned invalid parameters under some (unusual) conditions. In extreme cases, this could lead to garbled logs and/or a system failure. - bugfix: invalid length returned (often) when using regular expressions inside the property replacer - bugfix: submatch regex in property replacer did not honor "return 0 on no match" config case
* | bugfix: hostname accidently set to IP address for some message sourcesRainer Gerhards2009-11-301-1/+1
| | | | | | | | for example imudp. Thanks to Anton for reporting this bug.
* | fixed some minor portability issuesRainer Gerhards2009-09-141-1/+3
| |
* | bugfix: repeated messages were incorrectly processedRainer Gerhards2009-09-101-3/+8
| | | | | | | | | | | | | | | | | | this could lead to loss of the repeated message content. As a side- effect, it could probably also be possible that some segfault occurs (quite unlikely). The root cause was that some counters introduced during the malloc optimizations were not properly duplicated in MsgDup(). Note that repeated message processing is not enabled by default.
* | small performance improvement and cleanupRainer Gerhards2009-07-091-153/+166
| | | | | | | | | | | | optimized substring processing, should bring a small enhancement when forwarding with the default forwarding templates. Also did some uchar cleanup in msg.c (thus so many changes, in reality they are few...).
* | bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-1/+1
| | | | | | | | | | | | This was a result of an internal processing error if maximum field sizes had been specified in the property replacer. Also did some testbench improvements, including omstdout.
* | 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
| | | | | | | | ... when working with disk queues.
* | bugfix: abort condition when RecvFrom was not set and message reduction was onRainer Gerhards2009-07-061-6/+12
| | | | | | | | Happend e.g. with imuxsock.
* | now put the new property-based methods to good useRainer Gerhards2009-07-011-25/+33
| | | | | | | | | | | | ... hopefully reducing the number of allocs/frees as well as overall memory usage in a busy system (plus that these shared properties hopefully remain in cache longer than its single-instance counterparts...)
* | RcvFromIP now also a propertyRainer Gerhards2009-07-011-31/+66
| | | | | | | | | | | | This sets stage to enable use of the property-interface to speed up things (mildly), the next step to be done. I have also fixed one regression of yesterday's changes.
* | introduced a new way of handling the RcvFrom propertyRainer Gerhards2009-06-301-38/+53
| | | | | | | | | | | | | | | | | | | | | | ... plus a fix for a long-time bug in obj-types.h. That lead to the object pointer only then to become NULL when the object was actually destructed, I discovered this issue during introduction of the pRcvFrom property in msg_t, but it potentially had other effects, too. I am not sure if some experienced instability resulted from this bug OR if its fix will cause harm to so-far "correctly" running code. The later may very well be. Thus I will change it only for the current branch and also the beta, but not in all old builds. Let's see how things evolve.
* | finished transition to using inputName propertyRainer Gerhards2009-06-301-97/+176
| | | | | | | | | | ... plus some celanup and adding minor missing functionality (the rule debug info again tell the property name, not just number).
* | introduced the idea of detached propertiesRainer Gerhards2009-06-291-25/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | some things inside the message can be used over a large number of messages and need to to be allocated and re-written every time. I now begin to implement this as a "prop_t" object, first use for the inputName. Some input modules are already converted, some others to go. Will do a little performance check on the new method before I go further. Also, this commit has some cleanup and a few bug fixes that prevented compiliation in debug mode (I overlooked this as I did not compile for debug, what I normally do, and the automatted test also does not do that)
* | 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
| | | | | | | | | | | | | | | | | | | | Detected under threading debugger, seems not to have any impact on actual deployments.
| | * | Merge branch 'beta'Rainer Gerhards2009-04-091-0/+2
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tcpsrv.c tcpsrv.h Note: we have a slight inconsistency, as interface version v4 was already used for tcpsrv in this branch. We accept this inconsistency.
| | | * Merge branch 'v3-stable' into betaRainer Gerhards2009-04-091-0/+2
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - done malloc() instead of calloc() for msg_t, as we have large space which needs not be initialized - shrunk syslogTime structure in the hope to get better cache and write performance (non-aligned data should not hurt much here)
* | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Testing has shown that at least the glibc malloc() subsystem returns memory to the OS far too late in our case. So we need to help it a bit, by calling malloc_trim(), which will tell the alloc subsystem to consolidate and return to the OS.
* | | | | fixed abort condition with oversize tagsRainer Gerhards2009-06-181-22/+11
| | | | | | | | | | | | | | | | | | | | this was a regression I introduced this afternoon
* | | | | optimized handling of MSG part in msg objectRainer Gerhards2009-06-181-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | | WARNING: currently, message repeation processing is disabled, must be reenabled (but prefer to do some other tests first)
* | | | | slight optimization of template generationRainer Gerhards2009-06-181-2/+8
| | | | |