summaryrefslogtreecommitdiffstats
path: root/conf.c
Commit message (Expand)AuthorAgeFilesLines
* bugfix: memory leaks in script engineRainer Gerhards2008-04-031-0/+6
* added more meaningful error messages to rsyslogd (when some errors happensRainer Gerhards2008-04-021-1/+1
* - changed default file output format to include high-precision timestampsRainer Gerhards2008-03-281-2/+4
* bugfix: some slightly invalid memory accessesRainer Gerhards2008-03-201-2/+14
* bugfix: not properly initialized data could cause several segfaults ifRainer Gerhards2008-03-121-0/+1
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-0/+14
* fixed forgotten library file name changeRainer Gerhards2008-03-101-1/+1
* some cleanupRainer Gerhards2008-03-071-1/+0
* - added RSYSLOGD_MODDIR environment variableRainer Gerhards2008-03-071-1/+3
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-17/+20
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-63/+8
* did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-051-0/+11
* - added class tcpsRainer Gerhards2008-03-021-1/+0
* converted conf.c to an abstract classRainer Gerhards2008-02-291-13/+40
* corrected invalid function definitionRainer Gerhards2008-02-291-5/+0
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-4/+9
* bugfix: removed debugging code that I forgot to remove before releasingRainer Gerhards2008-02-281-17/+0
* - added PUSHMSGVAR operationRainer Gerhards2008-02-251-2/+11
* - added some temporary testing aids to conf.c, so that we can debugRainer Gerhards2008-02-251-0/+19
* fixed bug in duplicate module load detectionRainer Gerhards2008-02-221-3/+7
* applied patch by varmojfekoj to allow gssapi functionality to be build as aRainer Gerhards2008-02-221-3/+14
* some more interface changesRainer Gerhards2008-02-211-8/+11
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-3/+13
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-4/+4
* changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-201-1/+1
* - basic implementation of expression parser parsing doneRainer Gerhards2008-02-201-3/+12
* - begun implementation of expression parsing logicRainer Gerhards2008-02-191-0/+4
* - added ctok class (the config tokenizer)Rainer Gerhards2008-02-191-41/+95
* - moved config file code to its own fileRainer Gerhards2008-02-191-0/+1085