summaryrefslogtreecommitdiffstats
path: root/plugins/imfile
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: imfile could abort under extreme stress conditions (when it wasRainer Gerhards2008-02-271-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 ofRainer Gerhards2008-02-211-2/+2
| | | | rsyslog (now) and also much easier to type
* - added new facility and severity syntaxes to cfsysline handlerRainer Gerhards2008-02-141-10/+10
| | | | | - implemented $InputFileFacility config directive - implemented $InputFileSeverity config directive
* - improved file polling algorithm for more rapid file data deliveryRainer Gerhards2008-02-141-26/+30
| | | | - some more cleanup
* error handling and cleanup in imfileRainer Gerhards2008-02-141-23/+28
|
* - enhanced file monitor docRainer Gerhards2008-02-141-7/+13
| | | | - implemented $InputFilePollInterval config directive
* some cleanupRainer Gerhards2008-02-131-3/+3
|
* - fixed a race condition in DoDie() - cosmetic issue in debugging mode,Rainer Gerhards2008-02-131-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 rotationRainer Gerhards2008-02-131-5/+8
|
* - introduced a new, more powerful, message submission interface submitMsg()Rainer Gerhards2008-02-131-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 straightforwardRainer Gerhards2008-02-131-1/+1
|
* cleaned up imfile.cRainer Gerhards2008-02-131-283/+19
|
* very quickly hacked a rought outline of the file monitor (without anyRainer Gerhards2008-02-012-0/+639
guarantees)