summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4.3.2' (v4-beta) into v4-stablev4.4.0Rainer Gerhards2009-08-211-1/+56
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am
| * Merge branch 'v4-stable' into betaRainer Gerhards2009-06-241-1/+2
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | minor: prepped ChangeLog for next betaRainer Gerhards2009-06-241-1/+1
| | |
| * | Merge branch 'beta'Rainer Gerhards2009-06-181-0/+14
| |\ \
| * | | removed long-obsoleted property UxTradMsgRainer Gerhards2009-06-161-0/+1
| | | | | | | | | | | | | | | | | | | | ... as well as some cleanup (some commented-out code is left to support UxTradMsg again is someone really complains ;)).
| * | | added config switch --enable-testbench=no to turn off testbenchRainer Gerhards2009-06-031-0/+1
| | | |
| * | | added a generic network stream serverRainer Gerhards2009-06-021-0/+2
| | | | | | | | | | | | | | | | (in addition to rather specific syslog tcp server)
| * | | added ability for the UDP output action to rebind its send socket after ↵Rainer Gerhards2009-05-291-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sending n messages New config directive $ActionSendUDPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered useful for load balancers.
| * | | Merge branch 'beta'Rainer Gerhards2009-05-291-3/+2
| |\ \ \
| * \ \ \ Merge branch 'beta' into masterRainer Gerhards2009-05-281-0/+15
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | | | | greatly enhanced testbenchRainer Gerhards2009-05-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The imdiag module now can very effectively inject messages, which also frees us from uncertainties of tcp reception and processing. All shell script based tests have been modularized, what makes it far easier to create new tests. Also, the test bench now executes more reliable and much faster, because we can now rely on actual engine information where we previously did just a dumb sleep.
| * | | | | improved testbench / solved imdiag race conditionRainer Gerhards2009-05-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | imdiag/imtcp had a modload race condition (as imdiag is a testing aid, this has no implications for production deployments). Also, I replaced netcat by a custom program to talk to imdiag. This, for the first time ever, is now a Java program. I plan to add some GUI troubleshooting tools and thought it is a good idea to start doing things in Java that can simply be done in that language.
| * | | | | preparing for 4.3.1v4.3.1Rainer Gerhards2009-05-251-1/+1
| | | | | |
| * | | | | added new testing module imdiagRainer Gerhards2009-05-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which enables to talk to the rsyslog core at runtime. The current implementation is only a beginning, but can be expanded over time
| * | | | | added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Well, actually this and a lot of related things. I improved the testbench so that the new capabilities are automatically tested and also did some general cleanup. The current multiple tcp listener solution will probably receive some further cleanup, too, but looks quite OK so far. I also reviewed the way tcpsrv et all work, in preparation of using this code for imdiag. I need to document the findings, especially as the code is rather complicated "thanks" to the combination of plain tcp and gssapi transport modes.
| * | | | | updated ChangeLog with Michael Biebl's changesRainer Gerhards2009-05-191-1/+2
| | | | | |
| * | | | | added capability to draw configuration graphsRainer Gerhards2009-05-111-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added $GenerateConfigGraph configuration command which can be used to generate nice-looking (and very informative) rsyslog configuration graphs. - added $ActionName configuration directive (currently only used for graph generation, but may find other uses)
| * | | | | performance enhancement: imtcp calls parser no longer on input threadRainer Gerhards2009-04-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but rather inside on of the potentially many main msg queue worker threads (an enhancement scheduled for all input plugins where this is possible)
| * | | | | Merge branch 'beta'Rainer Gerhards2009-04-231-1/+12
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * \ \ \ \ \ Merge branch 'nextmaster'Rainer Gerhards2009-04-211-0/+27
| |\ \ \ \ \ \
| | * | | | | | doc: added (hopefully) easier to grasp queue explanationRainer Gerhards2009-04-211-0/+2
| | | | | | | |
| | * | | | | | improved testbench - added tests for queue disk-only modeRainer Gerhards2009-04-171-0/+2
| | | | | | | |
| | * | | | | | some cleanupRainer Gerhards2009-04-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... mostly removal of compile-time warnings (thanks to Michael Biebl for suggesting to look after that)
| | * | | | | | preparing for 4.3.0 releaseRainer Gerhards2009-04-171-1/+6
| | | | | | | |
| | * | | | | | Merge branch 'master' into nextmasterRainer Gerhards2009-04-171-0/+17
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into nextmasterRainer Gerhards2009-04-161-3/+18
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'omprog' into nextmasterRainer Gerhards2009-04-141-0/+3
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| | | * | | | | | | | improved omprog, now ready for first practical testingRainer Gerhards2009-04-011-0/+3
| | | | | | | | | | |
| | * | | | | | | | | added doc for $MaxOpenFiles directiveRainer Gerhards2009-04-141-0/+1
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'tcpflood' into nextmasterRainer Gerhards2009-04-091-1/+3
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | * | | | | | | | | added new test case for many tcp connectionsRainer Gerhards2009-04-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is checked that many tcp connections are properly handled. While adding this test, I noticed that there is a bug in imtcp that prevents creation of more than 200 connections. This bug still exists, so the test suite currently fails (what is correct). Will be addressed soon.
| | * | | | | | | | | | Merge branch 'master' into nextmasterRainer Gerhards2009-04-091-1/+16
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | | | | | | | bugfix: solved potential memory leak in msg processingRainer Gerhards2009-04-081-0/+2
| | | |/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | could manifest itself in imtcp (loss of a few bytes for *each* received message - but depended on config) -- this was newly introduced
| | * | | | | | | | | | improved testbench, added tests for tcp-based receptionRainer Gerhards2009-04-081-0/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'master' into nextmasterRainer Gerhards2009-04-071-9/+19
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | | | | | | | improved internal handling of RainerScript functionsRainer Gerhards2009-04-061-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - building the necessary plumbing to support more functions with decent runtime performance. This is also necessary towards the long-term goal of loadable library modules. - added new RainerScript function "tolower"
* | | | | | | | | | | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-07-131-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | | | | | | | | | bugfix: sending syslog messages with zip compression did not workRainer Gerhards2009-07-131-0/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | preparing for 3.22.1v3.22.1Rainer Gerhards2009-07-021-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | bugfix: ssh session hangs after rsyslgod is started from itRainer Gerhards2009-06-291-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stderr/stdout were not closed to be able to emit error messages, but this caused ssh sessions to hang. Now we close them after the initial initialization. See forum thread: http://kb.monitorware.com/controlling-terminal-issues-t9875.html
* | | | | | | | | | | | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-06-241-0/+2
|\| | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | bugfix: invalid mutex release in msg.cRainer Gerhards2009-06-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detected under threading debugger, seems not to have any impact on actual deployments.
* | | | | | | | | | | | | finishing touches for 4.2.0v4.2.0Rainer Gerhards2009-06-221-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | preparing for v4-stableRainer Gerhards2009-06-221-1/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-06-181-0/+14
|\| | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | some minor bugfixesRainer Gerhards2009-06-181-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: invalid error message issued if $inlcudeConfig was on an empty set of files (e.g. *.conf, where none such files existed) thanks to Michael Biebl for reporting this bug - bugfix: when run in foreground (but not in debug mode), a debug message ("DoDie called") was emitted at shutdown. Removed. thanks to Michael Biebl for reporting this bug - bugfix: some garbagge was emitted to stderr on shutdown. This garbage consisted of file names, which were written during startup (key point: not a pointer error) thanks to Michael Biebl for reporting this bug - bugfix: startup and shutdown message were emitted to stdout thanks to Michael Biebl for reporting this bug
| * | | | | | | | | | bugfix: error messages were not emitted to stderr in forked modeRainer Gerhards2009-06-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stderr and stdo are now kept open across fork()
* | | | | | | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-05-291-0/+1
|\| | | | | | | | | |
| * | | | | | | | | | fixed copy&paste error in previous commitRainer Gerhards2009-05-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (testcase was only present in v4, so I did not spot the issue immediately)
* | | | | | | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-05-291-3/+1
|\| | | | | | | | | | | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog