Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: failover did not work correctly if repeated msg reduction was on | Rainer Gerhards | 2011-03-16 | 10 | -1/+101 |
| | | | | affected directive was: $ActionExecOnlyWhenPreviousIsSuspended on | ||||
* | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2011-03-11 | 7 | -4/+66 |
|\ | | | | | | | | | | | | | Conflicts: tests/Makefile.am tests/diag.sh tests/tcpflood.c | ||||
| * | added new test for imfile to testbench | Rainer Gerhards | 2011-03-11 | 6 | -4/+62 |
| | | |||||
| * | improved tcpflood test tool to support many more connections | Rainer Gerhards | 2011-03-10 | 1 | -0/+14 |
| | | | | | | | | | | | | even on platforms that place a low limit on the number of file descriptors per processes. The tool now increases the fd limit as required. | ||||
* | | Merge branch 'v5-stable' of git+ssh://git.adiscon.com/git/rsyslog into v5-stable | Rainer Gerhards | 2011-03-08 | 1 | -1/+1 |
|\ \ | |||||
| * | | small bug in testbench, wrong config file pulled in one test | Rainer Gerhards | 2011-03-07 | 1 | -1/+1 |
| | | | |||||
* | | | added new test to testbench | Rainer Gerhards | 2011-03-08 | 3 | -1/+36 |
|/ / | |||||
* | | changed testbench parser patterns for more usual system config | Rainer Gerhards | 2011-03-04 | 4 | -10/+10 |
| | | | | | | | | | | | | | | a problem in the current testbench is that it depends on the locally assigned system name. We have changed the default to the most common default value. However, in the long term we need to fix this (and will do so via a preloaded DNS cache, which we do not yet have!) | ||||
* | | bugfix: testbench failed if imptcp was not enabled | Rainer Gerhards | 2010-11-05 | 1 | -3/+7 |
| | | |||||
* | | fixed testbench compile problem on Solaris | Rainer Gerhards | 2010-10-19 | 1 | -1/+3 |
| | | |||||
* | | yet another forgotten testbench file | Rainer Gerhards | 2010-10-22 | 1 | -0/+12 |
| | | |||||
* | | added forgotten testbench file | Rainer Gerhards | 2010-10-22 | 1 | -0/+13 |
| | | |||||
* | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2010-10-22 | 1 | -2/+2 |
|\| | |||||
| * | better error messages in testbench | Rainer Gerhards | 2010-10-22 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'v4-devel' into v5-beta | Rainer Gerhards | 2010-10-15 | 13 | -63/+214 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c | ||||
| * \ | Merge branch 'v4-stable-imptcp' into v4-devel | Rainer Gerhards | 2010-08-11 | 6 | -5/+69 |
| |\ \ | |||||
| | * | | imptcp: added $InputPTCPServerAddtlFrameDelimiter directive | Rainer Gerhards | 2010-08-11 | 6 | -5/+69 |
| | | | | | | | | | | | | | | | | also improved testbench | ||||
| * | | | Merge branch 'v4-stable-imptcp' into tmp | Rainer Gerhards | 2010-08-11 | 9 | -59/+146 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/rsyslog.h tests/Makefile.am | ||||
| | * | | more testbench improvements and new tests | Rainer Gerhards | 2010-08-10 | 6 | -58/+107 |
| | | | | |||||
| | * | | small improvements to testbench | Rainer Gerhards | 2010-08-10 | 2 | -1/+3 |
| | | | | |||||
| | * | | added tests for imptcp and fixed some problems with it | Rainer Gerhards | 2010-08-10 | 4 | -1/+37 |
| | |/ | | | | | | | | | | it now also works reliably in edge-triggered mode | ||||
* | | | Merge branch 'v4-devel' | Rainer Gerhards | 2010-08-06 | 4 | -1/+203 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/rsyslog_conf_modules.html runtime/rsyslog.h tests/Makefile.am | ||||
| * | | added omuxsock, which permits to write message to local Unix sockets | Rainer Gerhards | 2010-08-06 | 4 | -2/+204 |
| | | | | | | | | | | | | this is the counterpart to imuxsock, enabling fast local forwarding | ||||
* | | | preparing for 5.5.6 releasev5.5.6 | Rainer Gerhards | 2010-07-21 | 1 | -0/+1 |
| | | | |||||
* | | | added new parser modules | Rainer Gerhards | 2010-07-13 | 4 | -4/+54 |
| | | | | | | | | | | | | | | | | | | | | | most importantly pmlastmsg, which handles the pathetic "last message repeated n times" messages that some syslogd's emit. Also some minor fixes, like wrong files names in make dist (for new files introduced after last release) | ||||
* | | | bugfix: "$ActionExecOnlyWhenPreviousIsSuspended on" was broken | Rainer Gerhards | 2010-06-24 | 10 | -3/+144 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that, as it looks, the directive was already broken in previous v5 versions. So while I solved what looked like a (intentional) regression from the performance tuning, I actually solved a previous regression as well ;) I have also added new test cases to the testbench in order to capture such problems in the future. This version does now look pretty good in shape. | ||||
* | | | fixed a problem with ACT_MESSAGE_PASSING type of doAction interface | Rainer Gerhards | 2010-06-15 | 1 | -3/+3 |
| | | | |||||
* | | | milestone(BUGGY): batch now pushed down to action | Rainer Gerhards | 2010-06-15 | 3 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | at least in important cases (not for non-direct action queues and some other minor things). This version is definitely buggy, but may be tried with success on a non-production system. I will continue to work on the correctness, but needed to commit now to get a baseline. | ||||
* | | | preparing for 5.5.4 release | Rainer Gerhards | 2010-05-03 | 1 | -2/+2 |
| | | | |||||
* | | | solved some race condition in testbench | Rainer Gerhards | 2010-04-29 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | Note that this was NOT a race in rsyslog, but only one in a test case. So it had no implications to the correctness of rsyslogd. | ||||
* | | | Merge branch 'v5-stable' | Rainer Gerhards | 2010-04-26 | 2 | -1/+11 |
|\ \ \ | |||||
| * | | | added new test to testbench | Rainer Gerhards | 2010-04-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | ... had forgotten this step... | ||||
| * | | | bugfix(kind of): output plugin retry behaviour could cause engine to loop | Rainer Gerhards | 2010-04-26 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rsyslog engine did not guard itself against output modules that do not properly convey back the tryResume() behaviour. This then leads to what looks like an endless loop. I consider this to be a bug of the engine not only because it should be hardened against plugin misbehaviour, but also because plugins may not be totally able to avoid this situation (depending on the type of and processing done by the plugin). | ||||
* | | | | Merge branch 'v5-stable' | Rainer Gerhards | 2010-04-26 | 3 | -3/+34 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: tests/diag.sh | ||||
| * | | | added testcase for problem with pipe without a reader | Rainer Gerhards | 2010-04-26 | 3 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=186 Note that this adds the test case, but does not yet provide a solution (so make check will hang when executed). Fix will be done next. | ||||
| * | | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2010-04-01 | 1 | -7/+11 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/syslogd.c | ||||
* | \ \ \ | Merge branch 'v4-devel' | Rainer Gerhards | 2010-04-21 | 3 | -0/+7 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | bugfix: some race condition in testbench on Solaris/Sparc | Super-User | 2010-04-21 | 3 | -0/+7 |
| | | | | | |||||
* | | | | | Merge branch 'v4-devel' into master | Rainer Gerhards | 2010-04-20 | 5 | -8/+167 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imsolaris/imsolaris.c tests/Makefile.am | ||||
| * | | | | saved old copy of Java DiagTalker tool | Rainer Gerhards | 2010-04-20 | 2 | -0/+3 |
| | | | | | |||||
| * | | | | testbench improvement: Java is no longer needed for testing tool creation | Rainer Gerhards | 2010-04-20 | 3 | -8/+164 |
| | | | | | |||||
* | | | | | Merge branch 'v4-devel' into master | Rainer Gerhards | 2010-04-19 | 5 | -23/+56 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html runtime/debug.c runtime/rsyslog.h tests/Makefile.am tests/diag.sh tests/nettester.c tools/syslogd.c | ||||
| * | | | | some platforms seem to need time.h inside msleep.c | Peter Bray | 2010-04-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| * | | | | Merge branch 'v4-stable' into v4-devel | Rainer Gerhards | 2010-04-12 | 6 | -10/+14 |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | | solving a number of minor (but annoying) issues in the build system | Rainer Gerhards | 2010-04-12 | 6 | -9/+10 |
| | | | | | |||||
| | * | | | added new configure option that permits to disable and enable an extended ↵ | Rainer Gerhards | 2010-04-12 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | testbench | ||||
| | * | | | improvded testbench: added test with truly random data received via syslog ↵ | Rainer Gerhards | 2010-04-01 | 6 | -36/+281 |
| | | |/ | | |/| | | | | | | | | | to test robustness | ||||
| | * | | temporary bugfix replaced by permanent one for... | Rainer Gerhards | 2010-03-31 | 1 | -7/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | ...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/testbench: nettester did not work reliably under Solaris | Rainer Gerhards | 2010-04-12 | 1 | -21/+49 |
| | | | | |||||
| * | | | adopted rsf_getenv.sh test case to new tcpflood calling conventions | Rainer Gerhards | 2010-04-12 | 1 | -1/+1 |
| | | | |