summaryrefslogtreecommitdiffstats
path: root/action.c
Commit message (Expand)AuthorAgeFilesLines
* added a new way how output plugins may be passed parameters.Rainer Gerhards2009-04-031-2/+30
* Merge branch 'omfile-errHandler'Rainer Gerhards2009-03-241-1/+7
|\
| * omfile bugfixingRainer Gerhards2009-03-181-1/+7
* | integrated various patches for solarisRainer Gerhards2009-03-051-22/+22
|/
* added new config directive $RepeatedMsgContainsOriginalMsgRainer Gerhards2009-02-021-8/+11
* fixed type in format string (s as string indicator missing)varmojfekoj2009-01-121-1/+1
* experimentally altered "last message repeated n times" to include msgRainer Gerhards2008-12-191-2/+7
* added configuration directive "HUPisRestart"Rainer Gerhards2008-10-231-0/+33
* cleanup of output timestamp generationRainer Gerhards2008-10-071-36/+2
* "output" timestamp now taken from mesg's time generatedRainer Gerhards2008-10-071-1/+5
* very minor: performance optimization hint addedRainer Gerhards2008-10-021-0/+1
* TESTING COMMIT: commiting not fully correct codeRainer Gerhards2008-09-181-1/+30
* consolidated time() calls in rule engineRainer Gerhards2008-09-161-29/+72
* Merge branch 'beta'Rainer Gerhards2008-09-121-1/+1
|\
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-09-121-1/+1
| |\
| | * bugfix: incorrect default discard severity could cause message lossRainer Gerhards2008-09-101-1/+1
* | | Merge branch 'beta'Rainer Gerhards2008-09-021-1/+4
|\| |
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-09-021-0/+4
| |\|
| | * bugfix: action was not called when system time was set backwardsvarmojfekoj2008-09-011-0/+4
* | | added ability to execute actions only after the n-th call of the actionRainer Gerhards2008-08-071-2/+39
|/ /
* | added (internal) error codes to error messagesRainer Gerhards2008-06-271-5/+5
* | disabled compile warnings caused by third-party librariesRainer Gerhards2008-06-231-0/+4
* | ability to load proper select netstrm driverRainer Gerhards2008-04-291-1/+1
* | some more cleanupRainer Gerhards2008-04-161-1/+1
|/
* implemented $ActionExecOnlyOnceEveryInterval config directiveRainer Gerhards2008-04-081-1/+16
* added the capability to specify a processing (actually dequeue) timeframeRainer Gerhards2008-04-031-4/+11
* changed queue's discard severities default value to 8 (do not discard) toRainer Gerhards2008-03-221-1/+1
* added advanced flow control for congestion cases (mode depending on messageRainer Gerhards2008-03-141-1/+1
* fixed some compiler warnings under FreeBSDRainer Gerhards2008-03-061-1/+1
* shuffled some more code from syslogd.c to the right placesRainer Gerhards2008-03-051-0/+100
* moved date/time handling functions to their own object (2nd pass)Rainer Gerhards2008-03-051-3/+7
* bugfix: actions were not correctly retried; caused message lossRainer Gerhards2008-03-051-1/+4
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-3/+6
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-2/+5
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-4/+16
* implemented environment-settable debug optionsRainer Gerhards2008-02-281-10/+10
* bugfix: message object was not properly synchronized when the main queueRainer Gerhards2008-02-201-0/+8
* bugfix: fixed abort when invalid template was provided to an action bug:Rainer Gerhards2008-02-181-1/+3
* - implemented $ActionLibdbiDriverDirectory config directiveRainer Gerhards2008-02-151-1/+0
* removed some left-over unnecessary dbgprintf'sRainer Gerhards2008-02-131-10/+0
* - improved diagnostic information for abort casesRainer Gerhards2008-02-121-7/+18
* bugfix: discard action and backup actions did not work due to problem inRainer Gerhards2008-02-121-0/+1
* removed debug messageRainer Gerhards2008-02-111-1/+0
* bugfix: having fun with 32/64 bit portability - after 15 years, I finallyRainer Gerhards2008-01-311-4/+4
* - fixed bug in sample rsyslog.confRainer Gerhards2008-01-311-6/+6
* - rename $<obj>TimoutWorkerThreadShutdown toRainer Gerhards2008-01-311-8/+10
* - implemented limiting disk space allocated to queuesRainer Gerhards2008-01-301-0/+7
* - implemented simple output rate limitingRainer Gerhards2008-01-301-2/+10
* - changed the ommysql output plugin so that the (lengthy) connectionRainer Gerhards2008-01-301-11/+32
* fixed a bug that caused $MainMsgQueueCheckpointInterval to work incorrectlyRainer Gerhards2008-01-301-5/+0