summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: correct default for escape ('#') character restoredRainer Gerhards2009-10-301-0/+2
| | | | | This was accidently changed to '\\', thanks to David Lang for reporting the bug.
* bugfix(testbench): testcase did not properly wait for rsyslod shutdownRainer Gerhards2009-10-301-0/+3
| | | | | thus some unpredictable behavior and a false negative test result could occur.
* added the capability to have ruleset-specific main message queuesRainer Gerhards2009-10-271-0/+3
| | | | | This offers considerable additional flexibility AND superior performance (in cases where multiple inputs now can avoid lock contention)
* updated project status & bumped version numberRainer Gerhards2009-10-271-0/+2
|
* preparing for 5.3.3v5.3.3Rainer Gerhards2009-10-271-5/+5
|
* bugfix: potential abort if inputname property was not setRainer Gerhards2009-10-261-0/+2
| | | | | | primarily a problem of imdiag. Also added some fix for a potential situation during cancel processing. That one is not considered vital and may later be removed again.
* enhanced test environment (including testbench)Rainer Gerhards2009-10-221-1/+6
| | | | | | | | support for enhancing probability of memory addressing failure by using non-NULL default value for malloced memory (optional, only if requested by configure option). This helps to track down some otherwise undetected issues within the testbench and is expected to be very useful in the future.
* Merge branch 'v4-devel'Rainer Gerhards2009-10-211-2/+7
|\ | | | | | | | | Conflicts: runtime/wtp.c
| * Merge branch 'v4-beta' into v4-develRainer Gerhards2009-10-211-2/+7
| |\
| | * Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-10-211-1/+6
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imrelp/imrelp.c
| | | * bumped version numberRainer Gerhards2009-10-201-2/+4
| | | |
| | | * added imported bugfix to changelogRainer Gerhards2009-10-201-0/+2
| | | |
| | | * Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-10-201-0/+1
| | | |\
| | | | * bugfix: potential hang condition on queue shutdownRainer Gerhards2009-10-201-0/+1
| | | | |
| | | * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-10-141-0/+2
| | | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imrelp/imrelp.c
| | | * | preparing for 4.4.2 releasev4.4.2Rainer Gerhards2009-10-091-1/+1
| | | | |
| | * | | Merge branch 'aaron' into v4-betaRainer Gerhards2009-10-211-1/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | * | | preparing for 4.5.5v4.5.5Rainer Gerhards2009-10-211-1/+1
| | | | | |
* | | | | | Merge branch 'newqueue'Rainer Gerhards2009-10-211-0/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/queue.c
| * | | | | | bugfix: message processing states were not set correctly in all casesRainer Gerhards2009-10-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | however, this had no negative effect, as the message processing state was not evaluated when a batch was deleted, and that was the only case where the state could be wrong.
| * | | | | | Merge branch 'master' into newqueueRainer Gerhards2009-10-161-7/+9
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * \ \ \ \ \ \ Merge branch 'master' into newqueueRainer Gerhards2009-10-151-0/+7
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/syslogd.c
| * | | | | | | | new queue engine - initial commit (probably not 100% working!)Rainer Gerhards2009-10-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simplified and thus speeded up the queue engine, also fixed some potential race conditions (in very unusual shutdown conditions) along the way. The threading model has seriously changes, so there may be some regressions. NOTE: the code passed basic tests, but there is still more work and testing to be done. This commit should be treated with care.
* | | | | | | | | preparing for 5.3.2v5.3.2Rainer Gerhards2009-10-211-2/+2
| | | | | | | | |
* | | | | | | | | bugfix: segfault when starting up with an invalid .qi file for a disk queueRainer Gerhards2009-10-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Failed for both pure disk as well as DA queues. Now, we emit an error message and disable disk queueing facility.
* | | | | | | | | fixed regression in new multi-ruleset imudp codeRainer Gerhards2009-10-191-1/+0
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new code has not been released so far, so this does not fix any bug known to the "real world".
* | | | | | | | Merge branch 'david-master' into masterRainer Gerhards2009-10-161-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.c
| * | | | | | | | bugfix: potential segfault on messages with empty MSG part.Rainer Gerhards2009-10-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a recently introduced regression.
| * | | | | | | | bugfix in debug system and more instrumentation to find an issueRainer Gerhards2009-10-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix: debug string larger than 1K were improperly displayed. Max size is now 32K, and if a string is even longer it is meaningful truncated.
* | | | | | | | | solved a recently introduced race during input thread shutdownRainer Gerhards2009-10-151-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was introduced when we re-enabled non-cancel thread termination a few commits ago. This code has never been released as a tarball, so that is no bugfix for a release but rather a WiP regression fix and thus does not need to be mentioned in the ChangeLog.
* | | | | | | | | improved imudp so that epoll can be used in more environmentsRainer Gerhards2009-10-151-0/+2
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fixed potential compile time problem if EPOLL_CLOEXEC is not available.
* | | | | | | | Merge branch 'v4-devel'Rainer Gerhards2009-10-141-0/+2
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-10-141-0/+2
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-10-141-0/+2
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imrelp/imrelp.c
| | | * | | | | enhance: imrelp now also provides remote peer's IP addressRainer Gerhards2009-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [if librelp != 1.0.0 is used]
| * | | | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-10-141-0/+5
| |\| | | | | |
| * | | | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-10-081-0/+7
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/omfile.c
* | \ \ \ \ \ \ \ Merge branch 'beta'Rainer Gerhards2009-10-141-0/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Merge branch 'v4-beta' into betaRainer Gerhards2009-10-141-0/+5
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | bugfix(minor): diag function returned wrong queue memeber countRainer Gerhards2009-10-141-0/+5
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...for the main queue if an active DA queue existed. This had no relevance to real deployments (assuming they are not running the debug/diagnostic module...), but sometimes caused grief and false alerts in the testbench.
* | | | | | | | enhanced omfile to support transactional interfaceRainer Gerhards2009-10-131-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will increase performance in many cases.
* | | | | | | | added multi-ruleset support to imudpRainer Gerhards2009-10-131-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also bumped version number and corrected ChangeLog, where I merged some post 5.3.1 changes into the 5.3.1 section.
* | | | | | | | enhanced immark to support non-cancel input module terminationRainer Gerhards2009-10-121-0/+1
| | | | | | | |
* | | | | | | | re-enabled input thread termination handling that does avoid thread cancellationRainer Gerhards2009-10-121-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...where possible. This provides a more reliable mode of rsyslogd termination (canceling threads my result in not properly freed resouces and potential later hangs, even though we perform proper cancel handling in our code). This is part of an effort to reduce thread cnacellation as much as possible in rsyslog. NOTE: some comments indicated that there were problems with some code that has been re-activated. Testing did not show any issues. My current assumption is that these issues were related to some other code that has been removed/changed during the previous restructuring events. In any case, if there is a shutdown issue, one should carefully look at this change here!
* | | | | | | | changed submitAndParseMsg() interface to be a wrapper around the new interfaceRainer Gerhards2009-10-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... for message creation/submission. This enables older plugins to be used together with the new interface. The removal also enables us to drop a lot of duplicate code, reducing complexity and increasing maintainibility.
* | | | | | | | changed imuxsock to no longer use deprecated submitAndParseMsg() interfaceRainer Gerhards2009-10-121-0/+2
| | | | | | | |
* | | | | | | | Merge branch 'beta'Rainer Gerhards2009-10-091-0/+8
|\| | | | | | | | |_|_|_|/ / / |/| | | | | |
| * | | | | | Merge branch 'v4-beta' into betaRainer Gerhards2009-10-081-0/+2
| |\| | | | |
| | * | | | | Merge branch 'aaron' into v4-betaRainer Gerhards2009-10-081-0/+2
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | bugfix: debug string larger than 1K were improperly displayed.Rainer Gerhards2009-10-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Max size is now 32K.