summaryrefslogtreecommitdiffstats
path: root/runtime/typedefs.h
Commit message (Collapse)AuthorAgeFilesLines
* implement string arrays for config objectsRainer Gerhards2012-10-011-0/+1
| | | | | as a tester, imudp now supports binding to multiple options based on a string array
* Merge branch 'v6-devel'Rainer Gerhards2012-09-271-0/+2
|\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c grammar/grammar.y runtime/modules.h runtime/rsconf.c
| * bugfix: config errors did not always cause statement to failRainer Gerhards2012-09-271-0/+2
| | | | | | | | This could lead to startup with invalid parameters.
* | new ruleengine: implement template type "subtree"Rainer Gerhards2012-09-181-0/+2
|/
* milestone: queue object now has a param handler for new conf interfaceRainer Gerhards2011-07-221-0/+1
| | | | ... and action queue defs use this new interface (but not yet the main queues)
* milestone: first steps at global() conf obj implementationRainer Gerhards2011-07-191-0/+1
| | | | | also, the foundation for accessing conf file params has been laid. Still more work to do...
* step: imtcp moved to new config interfaceRainer Gerhards2011-05-051-0/+2
| | | | as far as we know that new interface right now ;)
* step: added config-specific module listRainer Gerhards2011-04-271-0/+1
|
* step: $ModLoad handler no longe requries conf objRainer Gerhards2011-04-271-0/+1
| | | | | re-doing the interface, global var "loadConf" now holds that data. Makes things simpler with legacy handler, as well as new functionality.
* step: outchannel list integrated into main config objectRainer Gerhards2011-04-261-0/+1
|
* step: config handler setting from syslogd.c moved to rsconf.cRainer Gerhards2011-04-211-0/+1
|
* step: slowly migrating config settings... ;)Rainer Gerhards2011-04-191-1/+4
|
* milestone: ruleset now supports rsconf_tRainer Gerhards2011-04-191-0/+1
|
* milestone: conf obj interface now utilzes rsconf_tRainer Gerhards2011-04-191-0/+1
|
* milestone: templates are now in config objectRainer Gerhards2011-04-191-0/+2
|
* interim commit: refactored epoll processingRainer Gerhards2011-01-261-0/+1
| | | | this is a perquisite for multi-threading the input handler
* milestone: added support for CEE-properties in property-based filtersRainer Gerhards2010-12-011-1/+2
|
* Merge branch 'v5-devel'Rainer Gerhards2010-11-251-0/+31
| | | | | Conflicts: runtime/rsyslog.h
* Merge branch 'v5-beta' into v5-develRainer Gerhards2010-11-251-0/+1
| | | | | | | | | Conflicts: ChangeLog configure.ac doc/imfile.html plugins/imfile/imfile.c runtime/rsyslog.h
* bugfix: replacements for atomic operations for non-int sized types had problems.Rainer Gerhards2010-11-251-0/+147
At least one instance of that problem could potentially lead to abort (inside omfile).