summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 5.5.6 releasev5.5.6Rainer Gerhards2010-07-211-1/+1
|
* added new parser modulesRainer Gerhards2010-07-133-2/+74
| | | | | | | most importantly pmlastmsg, which handles the pathetic "last message repeated n times" messages that some syslogd's emit. Also some minor fixes, like wrong files names in make dist (for new files introduced after last release)
* milestone(BUGGY): batch now pushed down to actionRainer Gerhards2010-06-151-1/+1
| | | | | | | at least in important cases (not for non-direct action queues and some other minor things). This version is definitely buggy, but may be tried with success on a non-production system. I will continue to work on the correctness, but needed to commit now to get a baseline.
* main msg q consumer now preprocesses messages before doing rule processingRainer Gerhards2010-06-091-3/+3
| | | | | | | things like ACL check and message parsing. This leads to a greater level of concurrent processing. Beware, though, that this commit duplicates some messages. May be a regression from this or an earlier commit. I will soon sort out.
* performance enhancement: implemented stage 1 firehose mode for actionsRainer Gerhards2010-06-081-0/+56
| | | | | | | | | | | ... plus some other tests, namely string generation in parallel to action processing. The code is not yet solid and not fully compatible to older versions. But it is good enough for an early commit and some early testing/gaining of experience. The optimization was done based on the fine-grained partitioning paradigm worked on the past couple of weeks -- seems to work out really great :)
* bugfix: regression caused more locking action in msg.c than necessaryRainer Gerhards2010-06-081-0/+4
| | | | also: bugfix: mutexes used to similate atomic instructions were not destructed
* finshed implementation of strgen modulesRainer Gerhards2010-06-042-1/+84
| | | | | | and also provided four build-in modules for the most common use cases, hopefully resulting in a speedup of around 5% for typical rsyslog processing.
* Merge branch 'v4-devel'Rainer Gerhards2010-05-202-3/+2
|\
| * Merge branch 'v4-stable' into v4-develRainer Gerhards2010-05-202-3/+2
| |\ | | | | | | | | | | | | Conflicts: ChangeLog
| | * some doc fixes; incorrect config samples could cause confusionRainer Gerhards2010-05-202-3/+2
| | | | | | | | | | | | thanks to Anthony Edwards for pointing the problems out
| * | preparing for 4.7.2v4.7.2Rainer Gerhards2010-05-031-1/+1
| | |
* | | project status updateRainer Gerhards2010-05-201-4/+4
| | |
* | | fixed typo in docRainer Gerhards2010-05-201-1/+1
| | |
* | | preparing for 5.5.5v5.5.5Rainer Gerhards2010-05-201-1/+1
| | |
* | | updating project statusRainer Gerhards2010-05-031-8/+9
| | |
* | | preparing for 5.5.4 releaseRainer Gerhards2010-05-031-1/+1
| | |
* | | Merge branch 'v4-devel' into tmpRainer Gerhards2010-04-261-1/+4
|\| |
| * | added new $Sleep directive to hold processing for a couple of seconds during ↵Rainer Gerhards2010-04-261-1/+4
| | | | | | | | | | | | startup
| * | preparing for 4.7.1 releasev4.7.1Rainer Gerhards2010-04-221-1/+1
| | |
* | | updating project statusRainer Gerhards2010-04-221-4/+4
| | |
* | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-203-0/+49
|\| | | | | | | | | | | | | | | | | Conflicts: plugins/imsolaris/imsolaris.c tests/Makefile.am
| * | doc for imsolaris addedRainer Gerhards2010-04-203-0/+49
| | |
* | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-191-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-04-121-2/+2
| |\|
| | * doc bugfix: $OMFileFlushOnTXEnd wrongly documentedRainer Gerhards2010-04-071-2/+2
| | |
| * | Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-129-12/+381
| |\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/omfile.c tools/syslogd.c
| * | Merge branch 'v4-beta' into tmpRainer Gerhards2010-01-262-9/+5
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog
* | | | updating project statusRainer Gerhards2010-04-141-5/+5
| | | |
* | | | updating project statusRainer Gerhards2010-04-121-7/+7
| | | |
* | | | preparing for 5.5.3 releasev5.5.3Rainer Gerhards2010-04-091-1/+1
| | | |
* | | | Merge branch 'beta' into masterRainer Gerhards2010-04-092-4/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac plugins/imudp/imudp.c runtime/stream.h tests/Makefile.am tests/diag.sh tools/omfile.c
| * \ \ \ Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-292-4/+19
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/debug.c runtime/stream.c tests/Makefile.am tests/diskqueue.sh tests/nettester.c tools/omfile.c
| | * | | 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).
* | | | | Merge branch 'v5-stable'Rainer Gerhards2010-03-091-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/property_replacer.html runtime/datetime.h
| * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-091-0/+13
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/datetime.h
| | * | | 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 5.4.0v5.4.0Rainer Gerhards2010-03-081-1/+1
| | | | |
| * | | | Merge branch 'v4-stable' into 'v5-beta'Rainer Gerhards2010-02-252-7/+10
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/syslogd.c
| | * | | preparing for 4.6.0 releasev4.6.0Rainer Gerhards2010-02-241-1/+1
| | | | |
* | | | | updated project statusRainer Gerhards2010-03-081-5/+5
| | | | |
* | | | | updated project statusRainer Gerhards2010-03-051-4/+4
| | | | |
* | | | | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-051-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | primarily to ease migration from syslog-ng. See property replacer doc for details.
* | | | | added capability to turn off standard LF delimiter in TCP serverRainer Gerhards2010-03-011-10/+18
| | | | | | | | | | | | | | | | | | | | via new directive "$InputTCPServerDisableLFDelimiter on"
* | | | | updated project statusRainer Gerhards2010-02-251-10/+6
| | | | |
* | | | | Merge branch 'v4-beta' into masterRainer Gerhards2010-02-242-7/+10
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | Conflicts: doc/manual.html tools/syslogd.c
| * | | | doc update: added link to "rsyslog cookbook"Rainer Gerhards2010-02-231-0/+1
| | | | |