summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | added $LocalHostName config directive & some bugfixingRainer Gerhards2010-12-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added $LocalHostName config directive - bugfix: local hostname was pulled too-early, so that some config directives (namely FQDN settings) did not have any effect
| | * | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-12-161-2/+2
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | Conflicts: runtime/parser.c
| | * | | preparing for 4.7.3Rainer Gerhards2010-11-251-1/+1
| | | | |
| | * | | doc/imfile: fixed small but important typoRainer Gerhards2010-10-201-1/+1
| | | | |
| * | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2010-12-171-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | bumped version to 5.7.2v5.7.2Rainer Gerhards2010-11-301-1/+1
| | | | | |
| * | | | | Merge branch 'v5-beta' into v5-develRainer Gerhards2010-11-251-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/imfile.html plugins/imfile/imfile.c runtime/rsyslog.h
| * \ \ \ \ \ Merge branch 'v4-devel' into v5-develroot2010-10-201-0/+10
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | imfile improvementsRainer Gerhards2010-10-241-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added the $InputFilePersistStateInterval config directive to imfile - changed imfile so that the state file is never deleted (makes imfile more robust in regard to fatal failures)
| * | | | | | 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
| * | | | | | | 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
| | | | | | | |
| * | | | | | | 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.
| * | | | | | | Merge branch 'v4-devel' into v5-develRainer Gerhards2010-08-111-5/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'v4-devel' into masterRainer Gerhards2010-08-113-1/+87
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
* | | | | | | | | | preparing for 5.6.5v5.6.5Rainer Gerhards2011-03-221-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | bugfix(kind of): tell users that config graph can currently not be generatedRainer Gerhards2011-03-081-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=232
* | | | | | | | | preparing for 5.6.4v5.6.4Rainer Gerhards2011-03-021-1/+1
| | | | | | | | |
* | | | | | | | | preparing for v5.6.3v5.6.3Rainer Gerhards2011-01-261-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-12-161-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/parser.c runtime/queue.c runtime/wtp.c template.c threads.c tools/syslogd.c
| * | | | | | | typo fix (thanks to Björn Påhlsson for finding it!)Michael Biebl2010-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | | | preparing for 5.6.2v5.6.2Rainer Gerhards2010-11-301-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'v5.6.0a' into v5-stableRainer Gerhards2010-11-251-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| * | | | | | | imfile improvementsRainer Gerhards2010-10-271-0/+10
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added the $InputFilePersistStateInterval config directive to imfile - changed imfile so that the state file is never deleted (makes imfile more robust in regard to fatal failures)
* | | | | / / preparing for 5.6.0Rainer Gerhards2010-10-221-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | 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>
| * | | 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 '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