summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'beta'Andre Lorbach2011-08-181-2/+10
|\ \ \ | | |/ | |/| | | | | | | Conflicts: runtime/queue.c
| * | Merge branch 'v5-stable' into betaAndre Lorbach2011-08-181-2/+10
| |\| | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| | * Added debug output into message parsers needed for bugtrackingAndre Lorbach2011-08-121-0/+5
| | | | | | | | | | | | Changed version to 5.8.5-pre1
| | * bugfixes for tag emulationRainer Gerhards2011-08-111-2/+5
| | | | | | | | | | | | | | | - bugfix: potential hang condition during tag emulation - bugfix: too-early string termination during tag emulation
* | | Merge branch 'beta'Andre Lorbach2011-08-111-1/+1
|\| |
| * | Merge branch 'v5-stable' into betaAndre Lorbach2011-08-111-1/+1
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * Fixed BUG in MsgDup (msg.c), the NULL Byte was not copied for the SyslogTagAndre Lorbach2011-08-101-1/+1
| | | | | | | | | | | | | | | The syslogtag of the duplicated message could get contain garbage at the end as the string terminating NULL Byte was missing.
| * | Merge branch 'v5-stable' into betaAndre Lorbach2011-08-101-3/+10
| |\|
* | | Merge branch 'v5-stable'Andre Lorbach2011-08-101-3/+10
|\ \ \ | | |/ | |/|
| * | 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
| | | |
* | | | Merge branch 'beta'Andre Lorbach2011-08-051-7/+9
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| * | | Merge branch 'v5-stable' into betaAndre Lorbach2011-08-051-7/+9
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | bugfix: potential misadressing in property replacerAndre Lorbach2011-08-051-7/+9
| | |/
* | | some more cleanupRainer Gerhards2011-07-151-44/+0
| | | | | | | | | | | | preparing for a new, higher performance, variant object type
* | | even more cleanup ;)Rainer Gerhards2011-07-111-99/+0
| | |
* | | cosmetic updatesRainer Gerhards2011-07-081-4/+2
| | |
* | | milestone/[PARTWORK]: integrated all variable types (msg/sys/cee)Rainer Gerhards2011-07-081-0/+42
| | |
* | | milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for stringsRainer Gerhards2011-07-071-7/+48
|/ /
* | added log classification capabilities (via mmnormalize & tags)Rainer Gerhards2011-04-131-16/+13
| |
* | Merge branch 'v5-devel'Rainer Gerhards2011-04-121-115/+117
|\| | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html plugins/imtcp/imtcp.c
| * bugfix: race condition in deferred name resolutionRainer Gerhards2011-04-081-115/+117
| | | | | | | | | | | | Note that this actually is a very small change, but I needed to shuffle a lot of code around in order to make it compile (due to required define order...).
* | Merge branch 'v5-devel'Rainer Gerhards2011-03-311-0/+9
|\| | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html doc/rsyslog_conf.html runtime/msg.c runtime/rsyslog.h template.c
| * 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
|\| | | | | | | | | Conflicts: ChangeLog
| * bugfix: potential abort condition when $RepeatedMsgReduction set to onRainer Gerhards2011-03-011-1/+2
| | | | | | | | | | | | | | | | | | as well as potentially in a number of other places where MsgDup() was used. This only happened when the imudp input module was used and it depended on name resolution not yet had taken place. In other words, this was a strange problem that could lead to hard to diagnose instability. So if you experience instability, chances are good that this fix will help.
* | Merge branch 'v5-beta'Rainer Gerhards2011-02-251-0/+10
|\| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * 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
|\| | | | | | | | | | | | | | | Conflicts: ChangeLog action.c plugins/imudp/imudp.c runtime/glbl.c
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-12-161-3/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/parser.c runtime/queue.c runtime/wtp.c template.c threads.c tools/syslogd.c
| | * 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
| | | | | | | | | | At least one instance of that problem could potentially lead to abort (inside omfile).
* | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-10-191-1/+1
|\| | | | | | | | | | | | | | | Conflicts: configure.ac 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: regression caused more locking action in msg.c than necessaryRainer Gerhards2010-06-081-10/+14
| | | | | | | | also: bugfix: mutexes used to similate atomic instructions were not destructed
* | finshed implementation of strgen modulesRainer Gerhards2010-06-041-5/+4
| | | | | | | | | | | | and also provided four build-in modules for the most common use cases, hopefully resulting in a speedup of around 5% for typical rsyslog processing.
* | experimental commit: facility to generate template via C functionRainer Gerhards2010-06-011-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a test done to try to generate templates with C code, via a new (potentially to-be-implemented) class of template modules. We have a rough POC inside this code, and it showed around 5% or better speedup. So it semms worth continuing in this direction. Note that this experimental commit works correct, but does any template in the form of $template tpl,=somewhat will lead to fixed template expansion based on the default file format.
* | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-271-2/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/atomic.h runtime/queue.c runtime/queue.h runtime/wti.c runtime/wti.h runtime/wtp.c runtime/wtp.h
| * | 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.
* | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-231-1/+1
|\| | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h runtime/wtp.c
| * | solved alignment errors on Solaris SparcRainer Gerhards2010-04-221-1/+1
| | |