summaryrefslogtreecommitdiffstats
path: root/dirty.h
Commit message (Collapse)AuthorAgeFilesLines
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-1/+1
| | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
* added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-1/+1
| | | | | | | | | | - bugfix: TCP input modules did incorrectly set fromhost property (always blank) - bugfix: imklog did not set fromhost property - added "fromhost-ip" property - added "RSYSLOG_DebugFormat" canned template - bugfix: hostname and fromhost were swapped when a persisted message (in queued mode) was read in
* some cleanup (gotten rid of some more plain chars)Rainer Gerhards2008-05-061-1/+1
|
* completed better modularity of runtimeRainer Gerhards2008-04-171-1/+1
| | | | | | | | | | - added the ability to specify an error log function for the runtime - removed dependency of core runtime on dirty.h Note that it is "better" modularity, not perfect. There is still work to do, but I think we can for the time being proceed with other things.
* moved host/domain-name related variables to global data poolRainer Gerhards2008-04-171-5/+0
|
* moved "DisableDNS" variable to global data poolRainer Gerhards2008-04-171-1/+0
|
* moved "option_DisallowWarning" variable to global data poolRainer Gerhards2008-04-171-1/+0
|
* moved "bDropMalPTRMsgs" variable to global data poolRainer Gerhards2008-04-171-2/+0
|
* modularization workRainer Gerhards2008-04-171-1/+1
| | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it
* removed no longer needed thingsRainer Gerhards2008-04-161-21/+19
| | | | | ... and some more cleanup. Also moved a file that I forgot (thanks to Michael Biebl for pointing that out).
* some more cleanupRainer Gerhards2008-04-161-0/+92
reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear