summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4.3.2' (v4-beta) into v4-stablev4.4.0Rainer Gerhards2009-08-213-159/+406
|\
| * Merge branch 'v4-stable' into betaRainer Gerhards2009-06-241-2/+2
| |\
| * \ Merge branch 'beta'Rainer Gerhards2009-06-182-7/+10
| |\ \
| * | | removed long-obsoleted property UxTradMsgRainer Gerhards2009-06-161-15/+8
| * | | done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-85/+85
| * | | some performance optimizationsRainer Gerhards2009-06-161-2/+2
| * | | Merge branch 'udpdrop'Rainer Gerhards2009-05-291-19/+50
| |\ \ \
| | * | | added ability for the UDP output action to rebind its send socket after sendi...Rainer Gerhards2009-05-291-19/+50
| * | | | Merge branch 'beta'Rainer Gerhards2009-05-291-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'beta'Rainer Gerhards2009-05-291-15/+20
| |\ \ \ \
| * \ \ \ \ Merge branch 'beta' into masterRainer Gerhards2009-05-281-2/+10
| |\ \ \ \ \
| * | | | | | added new testing module imdiagRainer Gerhards2009-05-251-5/+22
| * | | | | | added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-26/+27
| * | | | | | added capability to draw configuration graphsRainer Gerhards2009-05-111-5/+189
| * | | | | | some cleanupRainer Gerhards2009-04-171-1/+1
| * | | | | | Merge branch 'master' into nextmasterRainer Gerhards2009-04-161-2/+2
| |\ \ \ \ \ \
| * | | | | | | implemented $MaxOpenFiles directive and changed testbenchRainer Gerhards2009-04-141-0/+28
| * | | | | | | minor cleanupRainer Gerhards2009-04-081-8/+0
| * | | | | | | Merge branch 'master' into nextmasterRainer Gerhards2009-04-071-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | improved internal handling of RainerScript functionsRainer Gerhards2009-04-061-0/+1
* | | | | | | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-07-131-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix compile error in zip sender patchRainer Gerhards2009-07-131-2/+2
| * | | | | | | | | bugfix: sending syslog messages with zip compression did not workRainer Gerhards2009-07-131-2/+2
* | | | | | | | | | bugfix: ssh session hangs after rsyslgod is started from itRainer Gerhards2009-06-291-1/+13
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-06-241-2/+2
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | minor doc bugfix: name of rsyslogd.pid corrected (was syslogd.pid)Michael Biebl2009-06-241-2/+2
* | | | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-06-182-9/+12
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | some minor bugfixesRainer Gerhards2009-06-183-10/+11
| * | | | | | removed forgotten debug messageRainer Gerhards2009-06-151-1/+0
| * | | | | | bugfix: error messages were not emitted to stderr in forked modeRainer Gerhards2009-06-151-2/+5
* | | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-05-291-1/+1
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | fixed a regression of yesterday's patchRainer Gerhards2009-05-291-1/+1
| * | | | | fixed copy&paste error in previous commitRainer Gerhards2009-05-291-1/+1
* | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-05-291-15/+20
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | fixed problem in syslog-protocol (now RFC5424) parserRainer Gerhards2009-05-291-15/+20
* | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-05-281-2/+10
|\| | | | | |_|_|/ |/| | |
| * | | small enhancement: config validation run now exits with code 1 if an error is...Rainer Gerhards2009-05-281-1/+9
| * | | bugfix: internal messages were emitted to whatever file had fd2varmojfekoj2009-05-281-1/+1
* | | | Merge branch 'beta'Rainer Gerhards2009-04-161-2/+2
|\| | | | |_|/ |/| |
| * | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-161-2/+2
| |\ \
| | * | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-161-2/+2
* | | | Re-enable parsing host names from message.Luis Fernando Muñoz Mejías2009-04-071-1/+1
| |_|/ |/| |
* | | fully integrated regex patchRainer Gerhards2009-04-021-5/+3
* | | streamlined regex patchRainer Gerhards2009-04-022-4/+4
* | | improved performance of regexp-based filtersRainer Gerhards2009-04-022-2/+7
* | | added O_CLOEXEC to open() callsRainer Gerhards2009-04-023-8/+8
* | | fixed some problems with "make check"Demo2009-03-312-3/+2
* | | Merge branch 'master' into sol-testRainer Gerhards2009-03-311-1/+16
|\ \ \
| * \ \ Merge branch 'master' into testsRainer Gerhards2009-03-261-27/+54
| |\ \ \
| * | | | improved testing supportRainer Gerhards2009-03-191-1/+16