Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -0/+639 |
guarantees) |