summaryrefslogtreecommitdiffstats
path: root/runtime/glbl.c
Commit message (Collapse)AuthorAgeFilesLines
* bufgix: $PreserveFQDN was not properly handled for locally emitted messagesRainer Gerhards2008-12-201-1/+26
|
* added $PreserveFQDN config file directiveRainer Gerhards2008-12-081-0/+5
| | | | Enables to use FQDNs in sender names where the legacy default
* 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 a setting "$OptimizeForUniprocessor"Rainer Gerhards2008-10-221-0/+5
| | | | | | ...to enable users to turn off pthread_yield calls which are counter-productive on multiprocessor machines (but have been shown to be useful on uniprocessors)
* removed compile time fixed message size limit (was 2K)Rainer Gerhards2008-09-021-0/+3
| | | | | The limit can now be set via $MaxMessageSize global config directive (finally gotten rid of MAXLINE ;))
* bugfix: machine certificate was required for client even in TLS anon modeRainer Gerhards2008-07-021-12/+3
| | | | | | Reference: http://bugzilla.adiscon.com/show_bug.cgi?id=85 The fix also slightly improves performance by not storing certificates in client sessions when there is no need to do so.
* reduced number of compile warnings in -pedantic gcc modeRainer Gerhards2008-06-271-4/+4
|
* made default certificate file locations configurableRainer Gerhards2008-05-051-0/+63
| | | | | | - added $DefaultNetstreamDriverCAFile config directive - added $DefaultNetstreamDriverCertFile config directive - added $DefaultNetstreamDriverKeyFile config directive
* ability to load proper select netstrm driverRainer Gerhards2008-04-291-1/+1
|
* added $DefaultNetstreamDriver config directiveRainer Gerhards2008-04-281-4/+3
|
* set stage for TLS client implementationRainer Gerhards2008-04-181-1/+3
|
* converted netstrm into generic netstrm and the nsd_pctp driverRainer Gerhards2008-04-181-2/+23
|
* completed better modularity of runtimeRainer Gerhards2008-04-171-0/+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.
* added forgotten fileRainer Gerhards2008-04-171-0/+181