summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* fixed a compiler warning about strict aliasingRainer Gerhards2007-06-111-2/+2
* changed the way the MySQL API is usedRainer Gerhards2007-01-301-39/+53
* added -e option to turn off message suppressionRainer Gerhards2007-01-301-2/+11
* fixed too-low listen backlog parameterRainer Gerhards2007-01-291-6/+14
* changed -transport-tls framing based on recent IETF WG decisionRainer Gerhards2006-12-191-5/+21
* added compression & -transport-tls framing to tcp senderRainer Gerhards2006-12-071-68/+190
* compression support on the receiver side completedRainer Gerhards2006-12-071-15/+123
* receiver for compressed syslog over tcp almost readyRainer Gerhards2006-12-041-39/+132
* small fix in compressor codeRainer Gerhards2006-11-301-1/+1
* some more compression code...Rainer Gerhards2006-11-301-102/+34
* on the way to implement on-the-wire zip compression (not yet complete)Rainer Gerhards2006-11-301-36/+152
* property replacer options space-cc and drop-cc addedRainer Gerhards2006-11-171-2/+22
* escape-cc property replacer option implementedRainer Gerhards2006-11-171-1/+4
* begin support for escape-cc property replacer optionRainer Gerhards2006-11-171-2/+49
* fixed a bug in tcp retry codeRainer Gerhards2006-10-311-1/+2
* removed some left-over dprintf's which were not intended for productionRainer Gerhards2006-09-271-5/+0
* fixed a bug in the property replace which lead to an extra TAB at stringRainer Gerhards2006-09-271-2/+4
* made the field-delimiter inside property replacer (templates) configurableRainer Gerhards2006-09-271-8/+10
* first implementation of option to turn off hostname and tag parsingRainer Gerhards2006-03-131-92/+114
* compiles & runs on Solaris, but not as local loggerRainer Gerhards2006-02-161-2/+1
* now it compiles under solaris, but I could not yet test it (need to findRainer Gerhards2006-02-161-3/+29
* added some missing defines for solaris (solved the copy&paste prob via cvsRainer Gerhards2006-02-161-0/+48
* some changes to support SolarisRainer Gerhards2006-02-161-2/+19
* fixed a bug that caused the default socket (usually /dev/log) to be openedRainer Gerhards2006-01-101-1/+1
* enhanced legacy syslog message parser so that it supports messages withoutRainer Gerhards2006-01-101-28/+26
* finished field-based property replacer codeRainer Gerhards2005-12-231-7/+5
* added support for field-based text extraction in the property replacer.Rainer Gerhards2005-12-221-6/+62
* some code-cleanup; syslog-protocol proof-of-concept basically finishedRainer Gerhards2005-11-241-13/+20
* done basic integration of new syslog-protocol properties and emulation ofRainer Gerhards2005-11-241-45/+316
* core parser for syslog-protocol addedRainer Gerhards2005-11-241-32/+388
* fixed a bug in RFC3339 timestamp generation; added support for 3339Rainer Gerhards2005-11-231-6/+2
* streamlined internal log messages (removed the now-duplicate tag text)Rainer Gerhards2005-11-161-8/+8
* added tag to internally-generated messagesRainer Gerhards2005-11-161-1/+2
* added additional code to handle messages with missing hostname. NowRainer Gerhards2005-11-141-4/+35
* enhanced the message parser so that it (very often) properly identifiesRainer Gerhards2005-11-101-1/+40
* fixed a bug causing core dump when no TAG was in messageRainer Gerhards2005-11-041-2/+2
* fixed a bug where a NULL-pointer was passed to printf in logmsg(); fixed aRainer Gerhards2005-10-281-2/+2
* made multithreading work under BSDRainer Gerhards2005-10-261-9/+57
* BSD cleanupRainer Gerhards2005-10-251-2/+2
* removed a testing aid that accidently stayed in the codeRainer Gerhards2005-10-251-2/+2
* dual-threading code looks now fairly complete and stableRainer Gerhards2005-10-251-662/+711
* fixed some issues with TCP senderRainer Gerhards2005-10-251-10/+46
* fixed bug in tcp sender that could cause rsyslogd to dump coreRainer Gerhards2005-10-251-6/+14
* some minor cosmetic things (preparing for bsd tests)Rainer Gerhards2005-10-251-8/+8
* coming closer to a real dual-threading implementation. Now with queue.Rainer Gerhards2005-10-251-37/+163
* first steps with pthread, crashes at program endRainer Gerhards2005-10-241-34/+120
* some test implementation for mutexes. now testing on different targetRainer Gerhards2005-10-241-4/+39
* some non-intrusive preparations for dual-threadingRainer Gerhards2005-10-241-91/+142
* made sure no call to exit or die is done once rsyslogd is runningRainer Gerhards2005-10-241-33/+42
* fixed potential race condition with domark(); improved debug outputRainer Gerhards2005-10-201-27/+55