summaryrefslogtreecommitdiffstats
path: root/syslogd.h
Commit message (Expand)AuthorAgeFilesLines
* removed dependency on MAXHOSTNAMELEN as much as it made sense.Rainer Gerhards2008-04-101-1/+1
* implemented $ActionExecOnlyOnceEveryInterval config directiveRainer Gerhards2008-04-081-0/+1
* - changed default file output format to include high-precision timestampsRainer Gerhards2008-03-281-1/+1
* added flow control options to other input sourcesRainer Gerhards2008-03-191-1/+1
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-1/+0
* - added RSYSLOGD_MODDIR environment variableRainer Gerhards2008-03-071-0/+1
* added capability to ignore client-provided timestamp on unix sockets andRainer Gerhards2008-03-061-1/+2
* shuffled some more code from syslogd.c to the right placesRainer Gerhards2008-03-051-1/+1
* moved date/time handling functions to their own objectRainer Gerhards2008-03-051-5/+0
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-5/+0
* did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-051-0/+14
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-4/+4
* - added ctok class (the config tokenizer)Rainer Gerhards2008-02-191-1/+4
* - moved config file code to its own fileRainer Gerhards2008-02-191-0/+53
* - changed interface "printchopped()" so that it looks more like a genericRainer Gerhards2008-02-181-1/+3
* - introduced a new, more powerful, message submission interface submitMsg()Rainer Gerhards2008-02-131-0/+1
* changed interface of logmsg() to make it more straightforwardRainer Gerhards2008-02-131-1/+1
* some cleanup on logerrorVar()Rainer Gerhards2008-02-111-0/+2
* - fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-301-1/+0
* fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-301-0/+1
* - improved debug support a bit (assertions)Rainer Gerhards2008-01-291-1/+14
* changed some config parameters and some cleanupRainer Gerhards2008-01-101-1/+0
* - MsgSetProperty() implementedRainer Gerhards2008-01-071-2/+1
* added $SpoolDirectory config parameterRainer Gerhards2008-01-031-0/+1
* some cleanupRainer Gerhards2007-12-271-1/+1
* removed gloable variable AcceptRemote and external def of bFinishedRainer Gerhards2007-12-261-3/+0
* removed global variable LogPortRainer Gerhards2007-12-261-1/+0
* removed imudp code dependency on "finet"Rainer Gerhards2007-12-261-1/+1
* moved some of the udp input code to its right placeRainer Gerhards2007-12-251-3/+0
* moved some more network codeRainer Gerhards2007-12-251-1/+0
* - created an initial version of imudp.c. The majority of UDP reception codeRainer Gerhards2007-12-211-0/+2
* cleaned up code (resulting in some shuffeling from syslogd.c to the "right"Rainer Gerhards2007-12-211-1/+0
* created first version of imtcp (still very much depending on syslogd.c forRainer Gerhards2007-12-211-0/+1
* applied enhanced gss-api functionality provided by varmojfekojRainer Gerhards2007-12-191-0/+1
* applied some more cleanup provided by Michael BieblRainer Gerhards2007-12-191-2/+0
* code cleanups thanks to Michael BieblRainer Gerhards2007-12-181-0/+2
* restructured #include's somewhat thanks to Michael BieblRainer Gerhards2007-12-181-2/+0
* begun imklog, replacing klogd.c (finally we get rid of it...)Rainer Gerhards2007-12-171-0/+2
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
* begin work on on immark, the first input module. In the long term this willRainer Gerhards2007-12-141-0/+5
* adding sur5r's postgres module - many thanks for providing it! There are aRainer Gerhards2007-12-031-0/+1
* moved syslog PRI code tables to msg.c as this is the only place where theyRainer Gerhards2007-11-271-2/+0
* applied patch provided by varmojfekoj to support building ommysql in itsRainer Gerhards2007-09-261-1/+0
* changed rsyslog.h include order to solve debian sid zlib inlcude issueMichael Meckelein2007-08-081-0/+1
* changed function name dprintf() to dbgprintf() as it conflicts with theRainer Gerhards2007-08-081-5/+1
* added tryResume() API to module interfaceRainer Gerhards2007-08-021-17/+0
* - loading default values as done yesterday *is* clean (I've just reviewedRainer Gerhards2007-08-011-11/+0
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-271-3/+3
* moved some references to module data from syslogd.c to modulesRainer Gerhards2007-07-251-1/+1
* moved code to output moduleRainer Gerhards2007-07-251-1/+0