summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge branch 'v5-beta' into v5-develRainer Gerhards2010-10-151-1/+11
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am plugins/imfile/imfile.c runtime/stream.c tests/tcpflood.c
| | * | | Merge branch 'v4-devel' into v5-betaRainer Gerhards2010-10-154-2/+94
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| | | * | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-10-151-1/+11
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/stream.c
| | | | * minor doc fix: updated tls doc to match new gnutls toolsetTom Bergfeld2010-09-081-1/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | removed need for math libraryRainer Gerhards2010-10-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by doing math a little bit more optimal in hash table code. Also reduced memory requirement for imuxsock hash tables (expected number of connections was set too high -- table can be extended dynamically).
| * | | | doc: documented way to turn off imuxsock ratelimitingRainer Gerhards2010-10-071-2/+3
| | | | |
* | | | | Merge branch 'v5-devel'Rainer Gerhards2010-10-056-3/+180
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c runtime/rsyslog.h
| * | | | preparing for 5.7.1v5.7.1Rainer Gerhards2010-10-052-2/+2
| | | | |
| * | | | omhdfs: added docRainer Gerhards2010-10-011-4/+24
| | | | |
| * | | | omhdfs: some cleanup of build systemRainer Gerhards2010-10-012-0/+50
| | | | | | | | | | | | | | | | | | | | but still pretty ugly. Any java folks out there to help clean it up?
| * | | | improved imuxsock doc & added small testing tool permanentlyRainer Gerhards2010-09-291-4/+5
| | | | |
| * | | | doc/imuxsock: added new options to docRainer Gerhards2010-09-281-2/+36
| | | | |
| * | | | added support for SCM_CREDENTIALS to imuxsock (now fully working)Rainer Gerhards2010-09-271-0/+8
| | | | |
| * | | | preparing for 5.7.0Rainer Gerhards2010-09-161-1/+1
| | | | |
| * | | | improved statistics-gathering subsystemRainer Gerhards2010-09-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... well, actually this is a first real implementation of this subsystem. I have added a counter registry, a way to access the countres (as readable string) and a way to define and maintem them. Also, module impstats has been updated to utilize the new system. Finally, I added some counters. I hope that this sets the baseline for useful future enhancements.
| * | | | added module impstat to emit periodic statistics on rsyslog countersRainer Gerhards2010-09-093-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a *very first* and *very rough* and *very featureless* first shot at this functionality. It is assumed that we will enhance the stats system as a by-line while doing other development.
* | | | | added very rough document on config scopingRainer Gerhards2010-08-113-0/+42
| | | | | | | | | | | | | | | | | | | | ... but at least there is now *some* doc available.
* | | | | Merge branch 'v5-devel'Rainer Gerhards2010-08-111-5/+1
|\| | | |
| * | | | Merge branch 'v4-devel' into v5-develRainer Gerhards2010-08-111-5/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'v4-stable-imptcp' into v4-develRainer Gerhards2010-08-111-5/+1
| | |\ \ \
| | | * | | imptcp: added $InputPTCPServerAddtlFrameDelimiter directiveRainer Gerhards2010-08-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | also improved testbench
| | | * | | imptcp: added $InputPTCPServerNotifyOnConnectionClose directiveRainer Gerhards2010-08-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | plus some minor cleanup
* | | | | | Merge branch 'master' into tmpRainer Gerhards2010-08-1110-39/+161
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omudpspoof/omudpspoof.c runtime/rsyslog.h also updated omuxsock and imptcp to new interfaces
| * | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-08-113-1/+87
| |\| | | | | | |_|/ / | |/| | | | | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| | * | | Merge branch 'v4-stable-imptcp' into tmpRainer Gerhards2010-08-113-1/+87
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/rsyslog.h tests/Makefile.am
| | | * | added imptcpRainer Gerhards2010-08-103-1/+87
| | | |/ | | | | | | | | | | | | | | | | imptcp is a simplified, Linux-specific and potentielly fast syslog plain tcp input plugin (NOT supporting TLS!)
| * | | preparing for 5.5.7v5.5.7Rainer Gerhards2010-08-091-1/+1
| | | |
| * | | Merge branch 'v4-devel'Rainer Gerhards2010-08-091-1/+1
| |\| | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| | * | doc nit: wrong title in omuxsock pageRainer Gerhards2010-08-091-1/+1
| | | | | | | | | | | | | | | | thanks to David Lang for finding this issue
| * | | Merge branch 'v4-devel'Rainer Gerhards2010-08-064-1/+46
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/rsyslog_conf_modules.html runtime/rsyslog.h tests/Makefile.am
| | * | added omuxsock, which permits to write message to local Unix socketsRainer Gerhards2010-08-064-1/+46
| | | | | | | | | | | | | | | | this is the counterpart to imuxsock, enabling fast local forwarding
| * | | changed omudpspoof default spoof address to simplify typical use caseRainer Gerhards2010-08-051-4/+19
| | | |
| * | | minor bug fixesRainer Gerhards2010-08-052-4/+8
| | | | | | | | | | | | | | | | | | | | - doc for pmlastmsg and ruleset parsers were hard to read - pmrfc3164sd had wrong name
| * | | Merge branch 'v4-devel'Rainer Gerhards2010-08-053-29/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/Makefile.am doc/manual.html doc/professional_support.html
| | * | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-08-053-115/+2
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | | * preparing for 4.6.4v4.6.4Rainer Gerhards2010-08-051-1/+1
| | | |
| | | * Merge branch 'v3-stable' into v4-stableRainer Gerhards2010-08-053-116/+3
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/professional_support.html
| | | | * preparing for 3.22.2v3.22.2Rainer Gerhards2010-08-053-92/+3
| | | | |
| | | * | preparing for 4.6.3v4.6.3Rainer Gerhards2010-07-071-1/+1
| | | | |
* | | | | Merge branch 'master' into newconfRainer Gerhards2010-08-053-72/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/manual.html
| * | | | rsyslog status is now a web site only ressourceRainer Gerhards2010-07-283-72/+2
| | | | | | | | | | | | | | | | | | | | | | | | | and in a sense has already been -- the file was not distributed for quite some while, I just kept it for convenience in git.
* | | | | bumped version numbersRainer Gerhards2010-07-271-1/+1
|/ / / /
* | | | 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
|\| | |