summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 4.6.2v4.6.2Rainer Gerhards2010-03-261-1/+1
|
* new feature: $OMFileAsyncWriting directive addedRainer Gerhards2010-03-251-0/+8
| | | | it permits to specifiy if asynchronous writing should be done or not
* new feature: "." action type added to support writing files to relative pathesRainer Gerhards2010-03-171-2/+9
| | | | (this is primarily meant as a debug aid)
* retain old $OMFileFlushOnTXEnd semanticsRainer Gerhards2010-03-091-2/+2
| | | | | required because due to bug the default was actually different than specified (or better said: spec was inconsistent in doc as well).
* added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-081-0/+13
| | | | | primarily to ease migration from syslog-ng. See property replacer doc for details. [backport from 5.5.3 because urgently needed by some]
* prepared 4.6.1v4.6.1Rainer Gerhards2010-03-041-1/+1
|
* preparing for 4.6.0 releasev4.6.0Rainer Gerhards2010-02-241-1/+1
|
* doc update: added link to "rsyslog cookbook"Rainer Gerhards2010-02-231-0/+1
|
* updated rsyslog/php-syslog-ng doc, now that phpLogCon has evolved so muchRainer Gerhards2010-02-171-7/+9
|
* preparing for 4.5.8v4.5.8Rainer Gerhards2010-02-101-1/+1
|
* minor doc fix: wrong defaultRainer Gerhards2010-02-091-1/+1
| | | | ... that clearly showed I could not do my math ;)
* integrated new PostgreSQL docRainer Gerhards2010-02-084-0/+338
| | | | converted to html, linked, etc...
* improved PostgreSQL database create script, provided doc on PostgreSQL setupMarc Schiffbauer2010-02-081-0/+0
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* Merge branch 'v4-stable' into v4-betaRainer Gerhards2010-01-191-2/+2
|\
| * Fix a typo regarding syslog.h and syslog(3)Michael Biebl2010-01-191-2/+2
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | doc bugfix: "-h" option no longer existsRainer Gerhards2010-01-121-7/+3
| |
* | preparing for 4.5.7v4.5.7Rainer Gerhards2009-11-181-1/+1
| |
* | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-171-22/+41
|\|
| * Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-171-22/+41
| |\ | | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf.html runtime/net.c
| | * minor doc: enhanced description of loadable modulesRainer Gerhards2009-11-171-17/+36
| | |
| * | bumped version numberRainer Gerhards2009-10-201-1/+1
| | |
| * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-10-141-0/+3
| |\| | | | | | | | | | | | | Conflicts: plugins/imrelp/imrelp.c
* | | doc: added reasoning for why use env vars to configure debug systemRainer Gerhards2009-11-101-2/+22
| | |
* | | added a so-called "On Demand Debug" modeRainer Gerhards2009-11-101-19/+103
| | | | | | | | | | | | | | | | | | in which debug output can be generated only after the process has started, but not right from the beginning. This is assumed to be useful for hard-to-find bugs. Also improved the doc on the debug system.
* | | Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-10-141-0/+3
|\ \ \ | | |/ | |/| | | | | | | Conflicts: plugins/imrelp/imrelp.c
| * | enhance: imrelp now also provides remote peer's IP addressRainer Gerhards2009-10-141-0/+3
| | | | | | | | | | | | [if librelp != 1.0.0 is used]
* | | bumped version numberRainer Gerhards2009-10-021-1/+1
| | |
* | | Merge branch 'aaron' into v4-betaRainer Gerhards2009-10-022-1/+5
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * | | bumped version number, corrected error message code (minor nit)Rainer Gerhards2009-10-011-1/+1
| | | |
| * | | added $InputTCPServerNotifyOnConnectionClose config directiveRainer Gerhards2009-10-011-0/+4
| | | |
* | | | Merge branch 'v4-stable' into v4-beta & BUGFIXRainer Gerhards2009-10-011-3/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html runtime/datetime.h runtime/parser.c runtime/rsyslog.h tools/syslogd.c v4-stable had a bug with RFC5424-formatted structured data, which showed was detected by the enhanced automatted testbench of v4-beta.
| * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-09-301-3/+7
| |\|
| | * Merge branch 'v2-stable' into v3-stableRainer Gerhards2009-09-301-4/+8
| | |\
| | | * doc bugfix: default for $DirCreateMode incorrectly statedRainer Gerhards2009-09-301-4/+8
| | | |
| | | * prepared for 2.0.7 & corrected default for $DirCreatemodev2.0.7Rainer Gerhards2009-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | bugfix: the default for $DirCreateMode was 0644, and as such wrong. It has now been changed to 0700. For some background, please see http://lists.adiscon.net/pipermail/rsyslog/2009-April/001986.html
| * | | bumped version numberRainer Gerhards2009-09-291-1/+1
| | | |
* | | | bumped version numberRainer Gerhards2009-09-221-1/+1
| | | |
* | | | preparing for 4.5.3v4.5.3Rainer Gerhards2009-09-171-1/+1
| | | |
* | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-09-041-4/+7
|\| | |
| * | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-09-0410-17/+18
| |\| | | | | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf.html
| | * | clarified use of $ActionsSendStreamDriver[AuthMode/PermittedPeers]Rainer Gerhards2009-09-041-3/+5
| | | | | | | | | | | | | | | | in doc set (require TLS drivers)
| * | | preparing for 4.4.1 releasev4.4.1Rainer Gerhards2009-09-021-1/+1
| | | |
| * | | Merge branch 'v4.3.2' (v4-beta) into v4-stablev4.4.0Rainer Gerhards2009-08-2141-101/+820
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am
| * \ \ \ Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-07-131-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
* | | | | | preparing for 4.5.2v4.5.2Rainer Gerhards2009-08-211-1/+1
| | | | | |
* | | | | | 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
| | | | | |
* | | | | | 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.