summaryrefslogtreecommitdiffstats
path: root/runtime/syslogd-types.h
Commit message (Collapse)AuthorAgeFilesLines
* changed TRUE/FALSE to RSTRUE/RSFALSERainer Gerhards2012-08-221-2/+3
| | | | This is done to prevent name claches with libraries.
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-161-16/+14
|\ | | | | | | | | | | | | | | Conflicts: runtime/debug.h runtime/obj.c runtime/parser.h runtime/wti.h
| * runtime license changeRainer Gerhards2012-01-161-16/+14
| |
* | finalized parser module calling interfaceRainer Gerhards2009-11-041-1/+2
| | | | | | | | | | looks like we are almost done and need only to add the ruleset parser-specific config options.
* | one step closer to dynamically loadable parsersRainer Gerhards2009-11-031-2/+3
| | | | | | | | | | This is a milestone commit, which adds new code that breaks nothing, but also does not add any visible change. Just prep work...
* | internal: added ability to terminate input modules not via pthread_cancel...Rainer Gerhards2009-07-201-1/+2
|/ | | | | | | | ... but an alternate approach via pthread_kill. This is somewhat safer as we do not need to think about the cancel-safeness of all libraries we use. However, not all inputs can easily supported, so this now is a feature that can be requested by the input module (the most important ones request it).
* bugfix: missing initialization during timestamp creationv4.5.0Rainer Gerhards2009-07-031-0/+4
| | | | | This could lead to timestamps written in the wrong format, but not to an abort.
* some more optimizationsRainer Gerhards2009-06-231-14/+16
| | | | | | | - done malloc() instead of calloc() for msg_t, as we have large space which needs not be initialized - shrunk syslogTime structure in the hope to get better cache and write performance (non-aligned data should not hurt much here)
* moved files to the runtimeRainer Gerhards2008-04-161-0/+103
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.