summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-devel'Rainer Gerhards2010-05-201-0/+2
|\
| * Merge branch 'v4-stable' into v4-develRainer Gerhards2010-05-201-0/+2
| |\ | | | | | | | | | | | | Conflicts: ChangeLog
| | * some doc fixes; incorrect config samples could cause confusionRainer Gerhards2010-05-201-0/+2
| | | | | | | | | | | | thanks to Anthony Edwards for pointing the problems out
* | | preparing for 5.5.5v5.5.5Rainer Gerhards2010-05-201-1/+1
| | |
* | | added new cancel-reduced action thread termination methodRainer Gerhards2010-05-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | We now manage to cancel threads that block inside a retry loop to terminate without the need to cancel the thread. Avoiding cancellation helps keep the system complexity minimal and thus provides for better stability. This also solves some issues with improper shutdown when inside an action retry loop.
* | | some more cleanup and a nasty little bug i doDie()Rainer Gerhards2010-05-101-0/+15
| | |
* | | updating project statusRainer Gerhards2010-05-031-0/+2
| | |
* | | Merge branch 'v4-devel'v5.5.4Rainer Gerhards2010-05-031-1/+1
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | preparing for 4.7.2v4.7.2Rainer Gerhards2010-05-031-1/+1
| | |
* | | preparing for 5.5.4 releaseRainer Gerhards2010-05-031-2/+3
| | |
* | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-271-0/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+4
| | | | | | | | | | | | | | | | | | 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 'v5-stable'Rainer Gerhards2010-04-261-6/+13
|\ \ \
| * | | bugfix(kind of): output plugin retry behaviour could cause engine to loopRainer Gerhards2010-04-261-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'v4-devel' into tmpRainer Gerhards2010-04-261-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | added new $Sleep directive to hold processing for a couple of seconds during ↵Rainer Gerhards2010-04-261-0/+2
| | | | | | | | | | | | | | | | startup
* | | | Merge branch 'v5-stable' into masterRainer Gerhards2010-04-261-29/+42
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: ChangeLog
| * | | bugfix(minor): status variable was uninitializedRainer Gerhards2010-04-261-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | However, this would have caused harm only if NO parser modules at all were loaded, which would lead to a defunctional configuration at all. And, even more important, this is impossible as two parser modules are built-in and thus can not be "not loaded", so we always have a minimum of two.
| * | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-04-011-0/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/syslogd.c
* | \ \ \ Merge branch 'v4-devel' into masterRainer Gerhards2010-04-231-1/+4
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | cosmetic: prepared ChangeLog for next releaseRainer Gerhards2010-04-231-0/+2
| | | | |
| * | | | preparing for 4.7.1 releasev4.7.1Rainer Gerhards2010-04-221-1/+1
| | | | |
* | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-201-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imsolaris/imsolaris.c tests/Makefile.am
| * | | | testbench improvement: Java is no longer needed for testing tool creationRainer Gerhards2010-04-201-0/+1
| | | | |
* | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-191-1/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | first version of imsolaris created, cleanup for solaris doneRainer Gerhards2010-04-151-0/+6
| | | | | | | | | | | | | | | | | | | | more cleanup required, but things now basically work
| * | | | preparing for 4.7.0v4.7.0Rainer Gerhards2010-04-141-1/+1
| | | | |
| * | | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-04-121-1/+3
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | Conflicts: ChangeLog
| | * | | added new configure option that permits to disable and enable an extended ↵Rainer Gerhards2010-04-121-0/+4
| | | | | | | | | | | | | | | | | | | | testbench
| * | | | mentioned new Solaris support in ChangeLogRainer Gerhards2010-04-121-0/+1
| | | | |
| * | | | Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-121-1/+169
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/omfile.c tools/syslogd.c
| * \ \ \ \ Merge branch 'v4-beta' into tmpRainer Gerhards2010-01-261-0/+21
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
* | | | | | | bugfix: netstream ptcp support class was not correctly build on systems ↵Rainer Gerhards2010-04-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | without epoll() support
* | | | | | | preparing for 5.5.3 releasev5.5.3Rainer Gerhards2010-04-091-1/+3
| | | | | | |
* | | | | | | Merge branch 'beta' into masterRainer Gerhards2010-04-091-1/+95
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+19
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | / / | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/rsyslog.c tests/nettester.c tools/syslogd.c
| | * | | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-04-071-2/+6
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/Makefile.am tests/tcpflood.c
| | | * | | | bugfix: default for $OMFileFlushOnTXEnd was wrong ("off").Rainer Gerhards2010-04-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This, in default mode, caused buffered writing to be used, what means that it looked like no output were written or partial lines. Thanks to Michael Biebl for pointing out this bug.
| | | * | | | improvded testbench: added test with truly random data received via syslog ↵Rainer Gerhards2010-04-011-0/+3
| | | | |_|/ | | | |/| | | | | | | | | | | | | | to test robustness
| | | * | | temporary bugfix replaced by permanent one for...Rainer Gerhards2010-03-311-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...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: the T/P/E config size specifiers did not work properly under call ↵Rainer Gerhards2010-04-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | 32-bit platforms
| | * | | | enhanced nettester tool so that it re-uses it's callers environmentRainer Gerhards2010-04-071-0/+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-291-0/+3
| | |\| | |
| | * | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-261-1/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | bugfix: local unix system log socket was deleted even when it was not configuredRainer Gerhards2010-03-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also made sure that /dev/log will not be processed by imuxsock when running under Solaris -- otherwise, the module may had accidently deleted the log socket and cause problems.
| | * | | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-251-0/+2
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * \ \ \ \ \ Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-251-0/+29
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | | | added replacements for atomic instructions on systems that do not support them.Rainer Gerhards2010-03-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [backport of Stefen Sledz' patch for v5]
| * | | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-291-0/+3
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | bugfix: testbench failed when not executed in UTC+1 timezoneRainer Gerhards2010-03-291-0/+3
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | accidently, the time zone information was kept inside some to-be-checked-for responses