summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* now supports sending UDP messages via multiple threadsRainer Gerhards2009-08-313-10/+99
|
* added a very rough first sketch of a traffic generator guiRainer Gerhards2009-08-284-0/+291
| | | | ... not really usable yet, but a good milestone
* added --enable-gui configure switchRainer Gerhards2009-08-273-1/+30
| | | | | ... which now permits to enable/disable GUI components. This also checks if Java is present and, if not, complains during ./configure.
* Merge branch 'master' into javaRainer Gerhards2009-08-2711-23/+78
|\
| * Merge branch 'beta'Rainer Gerhards2009-08-273-4/+40
| |\
| | * Merge branch 'v4-devel' into betaRainer Gerhards2009-08-273-4/+40
| | |\
| | | * Merge branch 'v4-beta' into v4-develRainer Gerhards2009-08-271-0/+5
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | | * Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-08-274-3/+29
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.c
| | | | | * bugfix (backport): omfwd segfaultRainer Gerhards2009-08-272-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that the orginal (higher version) patch states this happens only when debugging mode is turned on. That statement is wrong: if debug mode is turned off, the message is not being emitted, but the division by zero in the actual parameters still happens.
| | | * | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-08-263-4/+35
| | | |\| |
| | | | * | bugfix: message sanitation had some issuesRainer Gerhards2009-08-263-4/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - control character DEL was not properly escaped - NUL and LF characters were not properly stripped if no control character replacement was to be done - NUL characters in the message body were silently dropped (this was a regeression introduced by some of the recent optimizations)
| | | | * | very minor fix: removing invalid doc left-over from mergeRainer Gerhards2009-08-261-9/+0
| | | | | |
| * | | | | reduced number of debug messages a bit againRainer Gerhards2009-08-264-15/+0
| | | | | |
| * | | | | Merge branch 'beta'Rainer Gerhards2009-08-263-1/+22
| |\| | | |
| | * | | | Merge branch 'v4-devel' into betaRainer Gerhards2009-08-254-12/+24
| | |\| | |
| | | * | | Merge branch 'v4-stable' into v4-develRainer Gerhards2009-08-254-12/+24
| | | |\ \ \ | | | | |/ / | | | |/| / | | | | |/ | | | | | | | | | | Conflicts: ChangeLog runtime/msg.c
| | | | * bugfix: invalid double-quoted PRI, among others in outgoing messagesRainer Gerhards2009-08-252-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | This causes grief with all receivers. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=147
| | | | * features requiring Java are automatically disabled if Java is not presentRainer Gerhards2009-08-253-1/+13
| | | | | | | | | | | | | | | | | | | | (thanks to Michael Biebl for his help!)
| | | | * bugfix: Java testing tools were required, even if testbench was disabledRainer Gerhards2009-08-242-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resulted in build errors if no Java was present on the build system, even though none of the selected option actually required Java. (I forgot to backport a similar fix to newer releases).
| * | | | minor update to rsyslog/syslog-ng comparisonRainer Gerhards2009-08-211-2/+7
| | | | |
| * | | | Merge branch 'beta'Rainer Gerhards2009-08-211-0/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | Merge branch 'v4-devel' into betaRainer Gerhards2009-08-212-1/+6
| | |\| |
| | | * | bugfix: strings improperly reused [backported from v5]Rainer Gerhards2009-08-212-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | ... resulting in some message properties be populated with strings from previous messages. This was caused by an improper predicate check.
| * | | | bugfix: strings improperly reusedRainer Gerhards2009-08-212-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | ... resulting in some message properties be populated with strings from previous messages. This was caused by an improper predicate check.
* | | | | added a (very, very basic) build system for the Java GUIRainer Gerhards2009-08-273-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... so far, this can not be turned off (will do when I have merged the recent build system changes into this branch - I am glad that I at least have a working reference point now ;)).
* | | | | Merge branch 'master' into javaRainer Gerhards2009-08-2125-99/+279
|\| | | |
| * | | | updating project status to reflect new releasesRainer Gerhards2009-08-211-9/+11
| | | | |
| * | | | Merge branch 'beta'Rainer Gerhards2009-08-211-13/+8
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | | Merge branch 'v4-devel' into betaRainer Gerhards2009-08-213-9/+13
| | |\| |
| | | * | preparing for 4.5.2v4.5.2Rainer Gerhards2009-08-213-3/+3
| | | | |
| | | * | Merge branch 'v4-devel' into v4-betaRainer Gerhards2009-08-2130-360/+698
| | | |\ \
| | | * \ \ Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-08-211-6/+10
| | | |\ \ \ | | | | | |/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | | | * | Merge branch 'v4.3.2' (v4-beta) into v4-stablev4.4.0Rainer Gerhards2009-08-21150-1197/+6895
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am
| | | | * | | fixed left-over from merge failureRainer Gerhards2009-07-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | thanks to Michael Biebl for pointing the problem out
| | | | * | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-07-134-6/+10
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | | | added forgotten testcaseRainer Gerhards2009-08-202-0/+5
| | | | | | | |
| * | | | | | | Merge branch 'beta'Rainer Gerhards2009-08-201-0/+3
| |\| | | | | |
| | * | | | | | Merge branch 'v4-devel' into betaRainer Gerhards2009-08-202-1/+4
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | bugfix: hostnames with dashes in them were incorrectly treated as malformedRainer Gerhards2009-08-202-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... thus causing them to be treated as TAG (this was a regression introduced from the "rfc3164 strict" change in 4.5.0).
| * | | | | | | bugfix: hostnames with dashes in them were incorrectly treated as malformedRainer Gerhards2009-08-204-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... thus causing them to be treated as TAG (this was a regression introduced from the "rfc3164 strict" change in 4.5.0). Testbench has been updated to include a smaple message with a hostname containing a dash.
| * | | | | | | added new config option $ActionWriteAllMarkMessagesRainer Gerhards2009-08-204-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this option permites to process mark messages under all circumstances, even if an action was recently called. This can be useful to use mark messages as a kind of heartbeat.
| * | | | | | | preparing for 5.1.4 releasev5.1.4Rainer Gerhards2009-08-203-3/+14
| | | | | | | |
| * | | | | | | added important bug fix doc to current releaseRainer Gerhards2009-08-191-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the bug fix was imported from 4.5.1, but it is important enough to be highlighted in its own right.
| * | | | | | | Merge branch 'beta'Rainer Gerhards2009-08-193-10/+14
| |\| | | | | |
| | * | | | | | Merge branch 'v4-devel' into betaRainer Gerhards2009-08-192-2/+12
| | |\| | | | |
| | | * | | | | very minor cleanupRainer Gerhards2009-08-181-1/+0
| | | | | | | |
| | | * | | | | bugfix: potential segfault in output file writer (omfile)Rainer Gerhards2009-08-183-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In async write mode, we use modular arithmetic to index the output buffer array. However, the counter variables accidently were signed, thus resulting in negative indizes after integer overflow. That in turn could lead to segfaults, but was depending on the memory layout of the instance in question (which in turn depended on a number of variables, like compile settings but also configuration). The counters are now unsigned (as they always should have been) and so the dangling mis-indexing does no longer happen. This bug potentially affected all installations, even if only some may actually have seen a segfault.
| | * | | | | | undid non-correct experimental fixRainer Gerhards2009-08-191-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I found out that the previous segfault fix did not correct the root cause of the problem. Thus, I can re-instantiate the more performance- optimal logic. In the next step, I'll merge in the real fix, so do NOT use this commit as code you actually run!
| * | | | | | | fixed compile problem introduced by mergeRainer Gerhards2009-08-181-0/+1
| | | | | | | |
| * | | | | | | Merge branch 'beta'Rainer Gerhards2009-08-186-19/+61
| |\| | | | | |