Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - changed modules.c calling conventions to be interface-based | Rainer Gerhards | 2008-03-05 | 1 | -17/+0 | |
| | | | | | | | | | | | - moved module loader from conf.c to module.c, where it belongs - made the necessary plumbing to auto-load library modules - upgraded debug system to include iRet in function exit message - changed module interface so that instances need only to be supported by output plugins (if we actually need them for input plugins, we can always add it again...) - milestone: first implementation of library modules (but do not get unloaded on exit/hup so far) | |||||
* | - changed module interface to support querying obj interface (stage work) | Rainer Gerhards | 2008-03-04 | 1 | -8/+9 | |
| | | | | - changed module interface version, as the interface change is quite large | |||||
* | bugfix: imfile could abort under extreme stress conditions (when it was | Rainer Gerhards | 2008-02-27 | 1 | -3/+7 | |
| | | | | terminated before it could open all of its to be monitored files) | |||||
* | changed rsCStrObj name to cstr_t, which is more inline with the rest of | Rainer Gerhards | 2008-02-21 | 1 | -2/+2 | |
| | | | | rsyslog (now) and also much easier to type | |||||
* | - added new facility and severity syntaxes to cfsysline handler | Rainer Gerhards | 2008-02-14 | 1 | -10/+10 | |
| | | | | | - implemented $InputFileFacility config directive - implemented $InputFileSeverity config directive | |||||
* | - improved file polling algorithm for more rapid file data delivery | Rainer Gerhards | 2008-02-14 | 1 | -26/+30 | |
| | | | | - some more cleanup | |||||
* | error handling and cleanup in imfile | Rainer Gerhards | 2008-02-14 | 1 | -23/+28 | |
| | ||||||
* | - enhanced file monitor doc | Rainer Gerhards | 2008-02-14 | 1 | -7/+13 | |
| | | | | - implemented $InputFilePollInterval config directive | |||||
* | some cleanup | Rainer Gerhards | 2008-02-13 | 1 | -3/+3 | |
| | ||||||
* | - fixed a race condition in DoDie() - cosmetic issue in debugging mode, | Rainer Gerhards | 2008-02-13 | 1 | -17/+105 | |
| | | | | | could not happen in production - added the ability to persist current read location for the file monitor | |||||
* | added ability to monitor file accross rotation | Rainer Gerhards | 2008-02-13 | 1 | -5/+8 | |
| | ||||||
* | - introduced a new, more powerful, message submission interface submitMsg() | Rainer Gerhards | 2008-02-13 | 1 | -13/+20 | |
| | | | | | | in additon to logmsg() - a first, rough implementation of imfile that is able to read files (but does not persist or handle rotation or whatever) | |||||
* | changed interface of logmsg() to make it more straightforward | Rainer Gerhards | 2008-02-13 | 1 | -1/+1 | |
| | ||||||
* | cleaned up imfile.c | Rainer Gerhards | 2008-02-13 | 1 | -283/+19 | |
| | ||||||
* | very quickly hacked a rought outline of the file monitor (without any | Rainer Gerhards | 2008-02-01 | 1 | -0/+633 | |
guarantees) |