summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-191-1/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-04-121-1/+5
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: ChangeLog
| | * | solving a number of minor (but annoying) issues in the build systemRainer Gerhards2010-04-121-0/+1
| | | |
| | * | added new configure option that permits to disable and enable an extended ↵Rainer Gerhards2010-04-121-1/+4
| | | | | | | | | | | | | | | | testbench
| | * | improvded testbench: added test with truly random data received via syslog ↵Rainer Gerhards2010-04-011-1/+7
| | | | | | | | | | | | | | | | to test robustness
| * | | Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-121-1/+66
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/omfile.c tools/syslogd.c
| * \ \ \ Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-201-0/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
* | | | | | preparing for 5.5.3 releasev5.5.3Rainer Gerhards2010-04-091-0/+1
| | | | | |
* | | | | | Merge branch 'beta' into masterRainer Gerhards2010-04-091-1/+59
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac plugins/imudp/imudp.c runtime/stream.h tests/Makefile.am tests/diag.sh tools/omfile.c
| * \ \ \ \ \ Merge branch 'v4-stable-solaris' into betaRainer Gerhards2010-04-091-1/+8
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | / | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/rsyslog.c tests/nettester.c tools/syslogd.c
| | * | | | enhanced nettester tool so that it re-uses it's callers environmentRainer Gerhards2010-04-071-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-261-2/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-251-6/+12
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | replaced sleep in test suite by a small self-crafted toolRainer Gerhards2010-03-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | subsecond sleep did not work on all platforms
| * | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-291-0/+51
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/debug.c runtime/stream.c tests/Makefile.am tests/diskqueue.sh tests/nettester.c tools/omfile.c
| | * | | | | preparing for 4.6.2v4.6.2Rainer Gerhards2010-03-261-2/+1
| | | |/ / / | | |/| | |
| | * | | | new feature: $OMFileAsyncWriting directive addedRainer Gerhards2010-03-251-6/+12
| | |/ / / | | | | | | | | | | | | | | | it permits to specifiy if asynchronous writing should be done or not
| | * | | added one more test case for dynafile cacheRainer Gerhards2010-03-221-1/+7
| | | | |
| | * | | added some more tests for severely ill-formed snare messagesRainer Gerhards2010-03-211-0/+4
| | | | | | | | | | | | | | | | | | | | also improved nettester testbench tool a bit
| | * | | added parser test cases to testbenchRainer Gerhards2010-03-191-0/+2
| | | | |
| | * | | added additional test case for async writerRainer Gerhards2010-03-191-0/+3
| | | | |
| | * | | added test for deadlock with dynafile writing and cache exhaustionRainer Gerhards2010-03-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this introduces a test case that breaks the current code. This commit does NOT yet provide the necessary code patch. Thus "make check" does currently hang.
| | * | | added test to check for deadlock condition in async-written filesRainer Gerhards2010-03-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this introduces a test case that breaks the current code. This commit does NOT yet provide the necessary code patch. Thus make check does currently hang.
| | * | | added new, complex testcase to testbenchRainer Gerhards2010-03-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | this is an excerpt from some of the more intensen manual tests I am doing, stripped down to be useful inside the testbench.
| | * | | fix recently introduced minor nit in Makefile for testbenchRainer Gerhards2010-03-151-1/+0
| | | | |
| | * | | added more parser test casesRainer Gerhards2010-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | also improved testing tools to support new testcase structure
| | * | | added more tests to testbench and improved testing toolsRainer Gerhards2010-03-111-0/+9
| | | | |
| | * | | bugfixes and testbench improvementRainer Gerhards2010-03-101-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - improved testbench - bugfix: potential data loss during file stream shutdown - bugfix: potential problems during file stream shutdown The shutdown/close sequence was not clean, what potentially (but unlikely) could lead to some issues. We have not been able to describe any fatal cases, but there was some bug potential. Sequence has now been straighted out.
| * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-091-0/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/datetime.h
| | * | | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | primarily to ease migration from syslog-ng. See property replacer doc for details. [backport from 5.5.3 because urgently needed by some]
| * | | | Merge branch 'v4-stable' into 'v5-beta'Rainer Gerhards2010-02-251-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/syslogd.c
* | | | | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | primarily to ease migration from syslog-ng. See property replacer doc for details.
* | | | | Merge branch 'v4-beta' into masterRainer Gerhards2010-02-241-0/+1
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | Conflicts: doc/manual.html tools/syslogd.c
| * | | | bugfix: message without MSG part could case a segfaultRainer Gerhards2010-02-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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...
* | | | | added additional test case (based on real-life problem)Rainer Gerhards2010-02-191-0/+1
| | | | |
* | | | | Merge branch 'beta' into masterRainer Gerhards2010-02-101-0/+4
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/parsertest.sh
| * | | | Merge branch 'v4-beta' into betaRainer Gerhards2010-02-101-0/+4
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c template.c tests/Makefile.am tests/parsertest.sh
| | * | | preparing for 4.5.8v4.5.8Rainer Gerhards2010-02-101-0/+4
| | | |/ | | |/|
| | * | preparing for 4.5.7v4.5.7Rainer Gerhards2009-11-181-0/+1
| | | |
* | | | preparing for 5.5.2v5.5.2Rainer Gerhards2010-02-051-1/+1
| | | |
* | | | added $Escape8BitCharactersOnReceive directiveRainer Gerhards2010-01-271-0/+4
| | | | | | | | | | | | | | | | Thanks to David Lang for suggesting this functionality.
* | | | extended testbench: tests for $CreateDirsRainer Gerhards2009-11-301-0/+6
| | | |
* | | | re-implemented $EscapeControlCharacterTab config directiveRainer Gerhards2009-11-271-0/+8
|/ / / | | | | | | | | | | | | Based on Jonathan Bond-Caron's patch for v4. This now also includes some automatted tests.
* | | solved some minor nits in make distcheckv5.3.5Rainer Gerhards2009-11-131-0/+1
| | |
* | | Merge branch 'v4-devel'Rainer Gerhards2009-11-121-1/+6
|\ \ \ | | |/ | |/| | | | | | | Conflicts: tests/Makefile.am
| * | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-121-0/+5
| |\|
| | * Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-121-0/+5
| | |\ | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | | * bugfix: $ActionExecOnlyOnceEveryInterval did not work.Rainer Gerhards2009-11-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | This was a regression from the time() optimizations done in v4. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=143 Thanks to Klaus Tachtler for reporting this bug.
* | | | improved testbench: added tests for UDP forwarding and omudpspoofRainer Gerhards2009-11-121-0/+19
| | | |
* | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-111-0/+9
|\| | |