summaryrefslogtreecommitdiffstats
path: root/runtime/modules.c
Commit message (Collapse)AuthorAgeFilesLines
...
* integrated various patches for solarisRainer Gerhards2009-03-051-0/+4
| | | | | | | | | Unfortunatley, I do not have the full list of contributors available. The patch set was compiled by Ben Taylor, and I made some further changes to adopt it to the news rsyslog branch. Others provided much of the base work, but I can not find the names of the original authors. If you happen to be one of them, please let me know so that I can give proper credits.
* added configuration directive "HUPisRestart"Rainer Gerhards2008-10-231-0/+5
| | | | | ...which enables to configure HUP to be either a full restart or "just" a leightweight way to close open files
* added capability to support multiple module search pathes.Marius Tomaschewski2008-10-201-35/+73
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-5/+5
| | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
* bugfix: some error states were swappedRainer Gerhards2008-06-201-0/+2
| | | | | | | | ... in gnutls code, resulting in some hard too understand error messages. Also genereally improved certificate error messages a bit. Also, added GnuTLS debugging support.
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-4/+9
|
* completed better modularity of runtimeRainer Gerhards2008-04-171-1/+0
| | | | | | | | | | - 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.
* some more cleanupRainer Gerhards2008-04-161-1/+1
| | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
* moved files to the runtimeRainer Gerhards2008-04-161-0/+803
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.