Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added tryResume() API to module interface | Rainer Gerhards | 2007-08-02 | 1 | -0/+1 |
| | |||||
* | removed selector_t f references from output modules | Rainer Gerhards | 2007-07-27 | 1 | -6/+6 |
| | |||||
* | - added omsr object (objomsr.c, objomsr.h) - template request for output | Rainer Gerhards | 2007-07-27 | 1 | -2/+4 |
| | | | | | | modules - changed doAction() interface - templates and output string generation for doActon() is now fully | ||||
* | - changed doAction() interface to contain the full message string | Rainer Gerhards | 2007-07-26 | 1 | -1/+1 |
| | | | | - f_iov and its handling has been removed | ||||
* | - implemented needUDPSocket() interface | Rainer Gerhards | 2007-07-26 | 1 | -0/+1 |
| | | | | | | | | - replaced (mis) use of f_prevcount in omfwd.c -> now data element in instance data is used for retry counting - removed f->f_type from syslogd.c, omfwd.c - removed f->f_file from omfwd.c, omfile.c - f->f_flags is gone away | ||||
* | - implemented onSelectReadyWrite() interface | Rainer Gerhards | 2007-07-26 | 1 | -0/+1 |
| | | | | - milestone reached: no more access to f->f_un in syslogd.c | ||||
* | introduced getWriteFDForSelect() module API | Rainer Gerhards | 2007-07-25 | 1 | -0/+1 |
| | |||||
* | added new function dbgPrintInstInfo() to omod interface | Rainer Gerhards | 2007-07-25 | 1 | -0/+1 |
| | |||||
* | changed calling interface for freeInstance() - need to work with dual | Rainer Gerhards | 2007-07-25 | 1 | -1/+1 |
| | | | | buffers in order to change output modules one by one | ||||
* | changed output modules to use a template-based code generation system for | Rainer Gerhards | 2007-07-25 | 1 | -1/+1 |
| | | | | standard entry points (implemented via preprocessor) | ||||
* | TypeName is now pulled from the module itself | Rainer Gerhards | 2007-07-24 | 1 | -0/+1 |
| | |||||
* | moved discard functionality to an output module | Rainer Gerhards | 2007-07-24 | 1 | -0/+1 |
| | |||||
* | changed select action config reader to use module interface | Rainer Gerhards | 2007-07-24 | 1 | -0/+3 |
| | |||||
* | continued working on modularization; begun to create interface for | Rainer Gerhards | 2007-07-23 | 1 | -7/+11 |
| | | | | | configuring actions selector lines; begun basic functionality for module initialization and loading built-in modules. | ||||
* | added new modules file set | Rainer Gerhards | 2007-07-23 | 1 | -0/+83 |