summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* updating project status to reflect new releasesRainer Gerhards2009-08-211-9/+11
|
* bugfix: hostnames with dashes in them were incorrectly treated as malformedRainer Gerhards2009-08-202-5/+7
| | | | | | ... thus causing them to be treated as TAG (this was a regression introduced from the "rfc3164 strict" change in 4.5.0). Testbench has been updated to include a smaple message with a hostname containing a dash.
* added new config option $ActionWriteAllMarkMessagesRainer Gerhards2009-08-201-0/+6
| | | | | | this option permites to process mark messages under all circumstances, even if an action was recently called. This can be useful to use mark messages as a kind of heartbeat.
* preparing for 5.1.4 releasev5.1.4Rainer Gerhards2009-08-201-1/+1
|
* Merge branch 'beta'Rainer Gerhards2009-08-181-3/+7
|\
| * Merge branch 'v4-devel' into betaRainer Gerhards2009-08-181-3/+7
| |\
| | * added $InputTCPMaxListeners directiveRainer Gerhards2009-08-171-2/+5
| | | | | | | | | | | | permits to specify how many TCP servers shall be possible (default is 20).
| | * bugfix: if tcp listen port could not be created, no error message was emittedRainer Gerhards2009-08-171-2/+3
| | |
* | | updated project statusRainer Gerhards2009-07-281-4/+4
| | |
* | | architecture change: queue now always has at least one worker threadRainer Gerhards2009-07-201-0/+11
| | | | | | | | | | | | | | | | | | ...if not running in direct mode. Previous versions could run without any active workers. This simplifies the code at a very small expense. See v5 compatibility note document for more in-depth discussion.
* | | $HUPisRestart removedRainer Gerhards2009-07-151-2/+2
| | | | | | | | | | | | | | | ... but the rest of the code is not yet cleaned-up. Will do that slowly over time... (huge potential, but must be done carefully)
* | | updating service statusRainer Gerhards2009-07-151-4/+4
| | |
* | | Merge branch 'beta'Rainer Gerhards2009-07-1514-466/+136
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | added v5 compatibility notesRainer Gerhards2009-07-153-2/+24
| |/
| * final touches for 4.5.1v4.5.1Rainer Gerhards2009-07-151-3/+3
| |
| * Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-1513-462/+104
| |\
| | * CONFIG CHANGE: $HUPisRestart default is now "off".Rainer Gerhards2009-07-154-11/+93
| | | | | | | | | | | | | | | We are doing this to support removal of restart-type HUP in v5. Elaborate doc added to explain reasoning and actions to be taken.
| | * removed outdated html version of man pageRainer Gerhards2009-07-151-438/+0
| | | | | | | | | | | | html doc is better
| | * Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-07-159-13/+11
| | |\
| | | * removed mentioning HUP as a way of restarting from the doc setRainer Gerhards2009-07-159-17/+15
| | | | | | | | | | | | | | | | ... part of the deprecation effort for v5
| | | * preparing for 3.22.1v3.22.1Rainer Gerhards2009-07-021-1/+1
| | | |
| | | * preparing for 3.22.0 (move to stable)v3.22.0Rainer Gerhards2009-04-211-1/+1
| | | |
| * | | added ability for the TCP output action to "rebind" its send socketRainer Gerhards2009-07-141-0/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | ...after sending n messages (actually, it re-opens the connection, the name is used because this is a concept very similiar to $ActionUDPRebindInterval). New config directive $ActionSendTCPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered# useful for load balancers.
* | | done implementing omudpspoofRainer Gerhards2009-07-101-4/+37
| | | | | | | | | | | | | | | | | | This is now a "good" rsyslog output module, working as usual. I've also sorted out some reentrency issues. Code is clean and ready to be tested in practice ;)
* | | added some (very) basic doc on omudpspoofRainer Gerhards2009-07-093-0/+47
| | |
* | | updating project statusRainer Gerhards2009-07-081-8/+10
| | |
* | | finishing touches for 5.1.2v5.1.2Rainer Gerhards2009-07-081-2/+2
| | |
* | | Merge branch 'v5-devel'Rainer Gerhards2009-07-0315-24/+1191
|\ \ \ | |/ / |/| | | | | | | | | | | Conflicts: ChangeLog runtime/datetime.c
| * | Merge branch 'master' into v5-develRainer Gerhards2009-07-024-2/+281
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * \ \ Merge branch 'master' into v5-develRainer Gerhards2009-07-011-0/+122
| |\ \ \
| * | | | updated project statusRainer Gerhards2009-06-242-11/+18
| | | | |
| * | | | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-2/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a complex manual merge, especially in action.c. So if there occur some problems, this would be a good point to start troubleshooting. I run a couple of tests before commiting and they all went well. Conflicts: action.c action.h runtime/queue.c runtime/queue.h runtime/wti.c runtime/wti.h
| * \ \ \ \ Merge branch 'omfile' into v5-develRainer Gerhards2009-06-163-5/+24
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this was NOT a trivial merge, and there may be some issues. This needs to be seen when we continue developing. Conflicts: runtime/msg.h runtime/obj.h runtime/queue.c runtime/srUtils.h runtime/stream.c runtime/stream.h runtime/wti.c tests/Makefile.am tools/omfile.c tools/syslogd.c
| * \ \ \ \ \ Merge branch 'master' into v5-develRainer Gerhards2009-06-041-0/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * \ \ \ \ \ \ Merge branch 'master' into v5-develRainer Gerhards2009-05-291-0/+0
| |\ \ \ \ \ \ \
| * | | | | | | | preparing for 5.1.0 releasev5.1.0Rainer Gerhards2009-05-291-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into v5-develRainer Gerhards2009-05-281-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * \ \ \ \ \ \ \ \ Merge branch 'master' into ultra-reliableRainer Gerhards2009-05-251-4/+4
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into ultra-reliableRainer Gerhards2009-05-252-60/+58
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into ultra-reliableRainer Gerhards2009-05-221-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h tests/Makefile.am tools/syslogd.c
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into tmpRainer Gerhards2009-05-191-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | | | | | | | | | | | | removed queue's UngetObj() callRainer Gerhards2009-05-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... which is no longer needed thanks to the new queue design.
| * | | | | | | | | | | | | t-delete list implemented, queue store drivers updated...Rainer Gerhards2009-05-181-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... on the way to the ultra-reliable queue modes (redesign doc). This version does not really work, but is a good commit point. Next comes queue size calculation. DA mode does not yet work.
| * | | | | | | | | | | | | worked more on the design documentRainer Gerhards2009-05-155-29/+205
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | worked on rsyslog design document (queue design enhancement)Rainer Gerhards2009-05-145-6/+218
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into multi-dequeueRainer Gerhards2009-05-128-1/+331
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * | | | | | | | | | | | | | doc: added "overall picture" of what rsyslog isRainer Gerhards2009-05-111-5/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | worked on rsyslog design internals paperRainer Gerhards2009-05-083-38/+197
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | added design documentRainer Gerhards2009-05-081-0/+397
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | added action processing message state diagramRainer Gerhards2009-04-301-0/+33
| | | | | | | | | | | | | | |