summaryrefslogtreecommitdiffstats
path: root/tools/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * Re-enable parsing host names from message.Luis Fernando Muñoz Mejías2009-04-071-1/+1
* | improved internal handling of RainerScript functionsRainer Gerhards2009-04-061-0/+1
|/
* fully integrated regex patchRainer Gerhards2009-04-021-5/+3
* streamlined regex patchRainer Gerhards2009-04-021-3/+3
* improved performance of regexp-based filtersRainer Gerhards2009-04-021-2/+6
* added O_CLOEXEC to open() callsRainer Gerhards2009-04-021-1/+1
* Merge branch 'master' into sol-testRainer Gerhards2009-03-311-1/+16
|\
| * improved testing supportRainer Gerhards2009-03-191-1/+16
* | bugfix: fixed some segaults on SolarisRainer Gerhards2009-03-251-1/+1
|/
* Merge branch 'master' into rscript-funcRainer Gerhards2009-03-131-0/+2
|\
| * bugfix: parser did not correctly parse fields in UDP-received messagesRainer Gerhards2009-03-101-0/+2
* | integrated various patches for solarisRainer Gerhards2009-03-051-29/+34
|/
* added ERE support in filter conditionsRainer Gerhards2009-03-041-1/+6
* Merge branch 'beta'Rainer Gerhards2009-01-301-0/+5
|\
| * added info if atomic ops are available to rsyslogd -v outputRainer Gerhards2009-01-301-0/+5
* | Merge branch 'beta'Rainer Gerhards2009-01-301-1/+1
|\|
| * Merge branch 'v3-stable' into beta, conclude fix for raceRainer Gerhards2009-01-301-1/+1
| |\
| | * bugfix: invalid mutex access in msg.cRainer Gerhards2009-01-301-1/+1
| | * Merge branch 'debian_lenny' into v3-stableRainer Gerhards2008-12-101-3/+4
* | | Merge branch 'drd-testing'Rainer Gerhards2009-01-291-0/+1
|\ \ \
| * | | bugfix: unitialized mutex was used in msg.c:getPRIRainer Gerhards2009-01-261-0/+1
* | | | Merge branch 'beta'Rainer Gerhards2009-01-271-2/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | bugfix: the string "Do Die" was accidently emited upon exit in non-debug modevarmojfekoj2009-01-151-2/+4
* | | bufgix: $PreserveFQDN was not properly handled for locally emitted messagesRainer Gerhards2008-12-201-1/+4
* | | Merge branch 'beta'Rainer Gerhards2008-12-101-3/+4
|\| |
| * | some legacy options were not correctly processedvarmojfekoj2008-12-101-3/+4
* | | added ability to drop privilegesRainer Gerhards2008-11-261-3/+40
* | | exprimental implementaiton of $PrivDropToUser directiveRainer Gerhards2008-11-191-4/+46
* | | added configuration directive "HUPisRestart"Rainer Gerhards2008-10-231-10/+49
* | | moved bParseHostname and bIsParsed to msgFlagsRainer Gerhards2008-10-091-9/+12
* | | fixing segfault caused by all inputs but imudpRainer Gerhards2008-10-091-1/+2
* | | reordered imudp processing.Rainer Gerhards2008-10-081-6/+12
* | | "output" timestamp now taken from mesg's time generatedRainer Gerhards2008-10-071-12/+5
* | | added $UDPServerTimeRequery optionRainer Gerhards2008-10-061-9/+30
* | | Merge branch 'master' into perfRainer Gerhards2008-10-061-3/+0
|\| |
| * | consolidated time calls during msg object creationRainer Gerhards2008-10-021-3/+0
* | | Merge branch 'helgrind' into perfRainer Gerhards2008-09-261-2/+8
|\| |
| * | cleaned up internal debug system code and made it behave better in regard to ...Rainer Gerhards2008-09-261-2/+8
* | | Merge branch 'helgrind' into perfRainer Gerhards2008-09-181-4/+3
|\| |
| * | bugfix: potential race condition when adding messages to queueRainer Gerhards2008-09-181-4/+3
* | | minor things, mostly improved debug infoRainer Gerhards2008-09-181-5/+3
|/ /
* | consolidated time() calls in rule engineRainer Gerhards2008-09-161-3/+0
* | fixing previous patch, time() call was accidently left inRainer Gerhards2008-09-161-2/+2
* | performance optimization: unnecessary time() calls during message parsing rem...Rainer Gerhards2008-09-161-24/+28