summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-beta' into betaRainer Gerhards2010-01-191-2/+2
|\
| * 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>
* | | prepared for 5.3.6v5.3.6Rainer Gerhards2010-01-131-1/+1
| | |
* | | Merge branch 'v4-beta' into betaRainer Gerhards2010-01-121-7/+3
|\| |
| * | doc bugfix: "-h" option no longer existsRainer Gerhards2010-01-121-7/+3
| | |
* | | bugfix: error during beginTransaction() was not properly handledRainer Gerhards2009-12-161-0/+1
| | | | | | | | | | | | | | | Suspension during beginTransaction() did not properly cause the action to be suspended, thus we entered an endless loop.
* | | Merge branch 'v4-beta' into betaRainer Gerhards2009-11-251-23/+41
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_modules.html tests/Makefile.am tests/sndrcv_drvr.sh
| * | 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
* | | | solved some minor nits in make distcheckv5.3.5Rainer Gerhards2009-11-131-1/+1
| | | |
* | | | preparing for new beta (5.3.5)Rainer Gerhards2009-11-131-1/+1
| | | |
* | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-121-5/+6
|\ \ \ \
| * | | | docLuis Fernando Munoz Mejias2009-11-121-5/+6
| | | | |
* | | | | doc bugfix: omudpspoof had wrong config command names ("om" missing)Rainer Gerhards2009-11-121-5/+5
| | | | |
* | | | | added a bit of doc and improved an error messageRainer Gerhards2009-11-111-0/+0
| | | | |
* | | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-101-2/+22
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-101-20/+124
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | doc: added reasoning for why use env vars to configure debug systemRainer Gerhards2009-11-101-2/+22
| | | | |
* | | | | Merge branch 'v4-beta'Rainer Gerhards2009-11-101-19/+103
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | 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.
* | | | | doc: added in-depth info on the new message parser systemRainer Gerhards2009-11-067-12/+243
| | | | |
* | | | | fixed regressions in testsuite due to imported changes from last mergeRainer Gerhards2009-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | ... also bumped version number
* | | | | prepared for 5.3.4v5.3.4Rainer Gerhards2009-11-041-2/+16
| | | | |
* | | | | added $RulesetParser config directiveRainer Gerhards2009-11-043-1/+127
| | | | | | | | | | | | | | | | | | | | | | | | | The implementation is now almost done and works, including doc. I now need to verify shutdown, guess there are some resource leaks left...
* | | | | improved omruleset docRainer Gerhards2009-11-033-3/+39
| | | | |
* | | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-032-11/+28
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | added function getenv() to RainerScriptRainer Gerhards2009-11-032-11/+28
| | | | |
* | | | | added forgotten file :(Rainer Gerhards2009-11-021-0/+108
| | | | |
* | | | | added omruleset output module, which provides great flexibility in action ↵Rainer Gerhards2009-11-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | processing. THIS IS A VERY IMPORTANT ADDITION, see its doc for why.
* | | | | added the capability to have ruleset-specific main message queuesRainer Gerhards2009-10-275-4/+110
| | | | | | | | | | | | | | | | | | | | | | | | | 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-272-5/+5
| | | | |
* | | | | preparing for 5.3.3v5.3.3Rainer Gerhards2009-10-271-1/+1
| | | | |
* | | | | added note on lock-free algorithm to design docRainer Gerhards2009-10-261-1/+4
| | | | |
* | | | | Merge branch 'master' into queuePartialDeleteBatchesRainer Gerhards2009-10-261-1/+26
|\ \ \ \ \
| * | | | | added some info on the TLS/netstream subsystemRainer Gerhards2009-10-261-1/+26
| | | | | |
* | | | | | added note on importance of statement sequence to tls docRainer Gerhards2009-10-262-1/+10
|/ / / / /
* | | | | updated project statusRainer Gerhards2009-10-211-7/+7
| | | | |
* | | | | added forgotten fileRainer Gerhards2009-10-161-0/+42
| | | | |
* | | | | updated project statusRainer Gerhards2009-10-151-4/+4
| | | | |
* | | | | Merge branch 'v4-devel'Rainer Gerhards2009-10-141-0/+3
|\| | | |
| * | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-10-141-0/+3
| |\| | |
| | * | | 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]
* | | | | doc[minor]: as requested by Adiscon, moved professional services info to webRainer Gerhards2009-10-141-102/+17
| | | | |
* | | | | added multi-ruleset support to imudpRainer Gerhards2009-10-135-36/+86
| | | | | | | | | | | | | | | | | | | | | | | | | also bumped version number and corrected ChangeLog, where I merged some post 5.3.1 changes into the 5.3.1 section.