index
:
rsyslog.git
master
ommongodb
rsyslog development for Lumberjack - various unofficial and potentially rebased branches
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
action.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
"output" timestamp now taken from mesg's time generated
Rainer Gerhards
2008-10-07
1
-1
/
+5
*
very minor: performance optimization hint added
Rainer Gerhards
2008-10-02
1
-0
/
+1
*
TESTING COMMIT: commiting not fully correct code
Rainer Gerhards
2008-09-18
1
-1
/
+30
*
consolidated time() calls in rule engine
Rainer Gerhards
2008-09-16
1
-29
/
+72
*
Merge branch 'beta'
Rainer Gerhards
2008-09-12
1
-1
/
+1
|
\
|
*
Merge branch 'v3-stable' into beta
Rainer Gerhards
2008-09-12
1
-1
/
+1
|
|
\
|
|
*
bugfix: incorrect default discard severity could cause message loss
Rainer Gerhards
2008-09-10
1
-1
/
+1
*
|
|
Merge branch 'beta'
Rainer Gerhards
2008-09-02
1
-1
/
+4
|
\
|
|
|
*
|
Merge branch 'v3-stable' into beta
Rainer Gerhards
2008-09-02
1
-0
/
+4
|
|
\
|
|
|
*
bugfix: action was not called when system time was set backwards
varmojfekoj
2008-09-01
1
-0
/
+4
*
|
|
added ability to execute actions only after the n-th call of the action
Rainer Gerhards
2008-08-07
1
-2
/
+39
|
/
/
*
|
added (internal) error codes to error messages
Rainer Gerhards
2008-06-27
1
-5
/
+5
*
|
disabled compile warnings caused by third-party libraries
Rainer Gerhards
2008-06-23
1
-0
/
+4
*
|
ability to load proper select netstrm driver
Rainer Gerhards
2008-04-29
1
-1
/
+1
*
|
some more cleanup
Rainer Gerhards
2008-04-16
1
-1
/
+1
|
/
*
implemented $ActionExecOnlyOnceEveryInterval config directive
Rainer Gerhards
2008-04-08
1
-1
/
+16
*
added the capability to specify a processing (actually dequeue) timeframe
Rainer Gerhards
2008-04-03
1
-4
/
+11
*
changed queue's discard severities default value to 8 (do not discard) to
Rainer Gerhards
2008-03-22
1
-1
/
+1
*
added advanced flow control for congestion cases (mode depending on message
Rainer Gerhards
2008-03-14
1
-1
/
+1
*
fixed some compiler warnings under FreeBSD
Rainer Gerhards
2008-03-06
1
-1
/
+1
*
shuffled some more code from syslogd.c to the right places
Rainer Gerhards
2008-03-05
1
-0
/
+100
*
moved date/time handling functions to their own object (2nd pass)
Rainer Gerhards
2008-03-05
1
-3
/
+7
*
bugfix: actions were not correctly retried; caused message loss
Rainer Gerhards
2008-03-05
1
-1
/
+4
*
- extracted logerror*() family of functions from syslogd, made them their
Rainer Gerhards
2008-03-05
1
-3
/
+6
*
- changed modules.c calling conventions to be interface-based
Rainer Gerhards
2008-03-05
1
-2
/
+5
*
changed obj base object's calling interface to use the new obj_if_t
Rainer Gerhards
2008-02-29
1
-4
/
+16
*
implemented environment-settable debug options
Rainer Gerhards
2008-02-28
1
-10
/
+10
*
bugfix: message object was not properly synchronized when the main queue
Rainer Gerhards
2008-02-20
1
-0
/
+8
*
bugfix: fixed abort when invalid template was provided to an action bug:
Rainer Gerhards
2008-02-18
1
-1
/
+3
*
- implemented $ActionLibdbiDriverDirectory config directive
Rainer Gerhards
2008-02-15
1
-1
/
+0
*
removed some left-over unnecessary dbgprintf's
Rainer Gerhards
2008-02-13
1
-10
/
+0
*
- improved diagnostic information for abort cases
Rainer Gerhards
2008-02-12
1
-7
/
+18
*
bugfix: discard action and backup actions did not work due to problem in
Rainer Gerhards
2008-02-12
1
-0
/
+1
*
removed debug message
Rainer Gerhards
2008-02-11
1
-1
/
+0
*
bugfix: having fun with 32/64 bit portability - after 15 years, I finally
Rainer Gerhards
2008-01-31
1
-4
/
+4
*
- fixed bug in sample rsyslog.conf
Rainer Gerhards
2008-01-31
1
-6
/
+6
*
- rename $<obj>TimoutWorkerThreadShutdown to
Rainer Gerhards
2008-01-31
1
-8
/
+10
*
- implemented limiting disk space allocated to queues
Rainer Gerhards
2008-01-30
1
-0
/
+7
*
- implemented simple output rate limiting
Rainer Gerhards
2008-01-30
1
-2
/
+10
*
- changed the ommysql output plugin so that the (lengthy) connection
Rainer Gerhards
2008-01-30
1
-11
/
+32
*
fixed a bug that caused $MainMsgQueueCheckpointInterval to work incorrectly
Rainer Gerhards
2008-01-30
1
-5
/
+0
*
finally implemented infinite action retries via -1 retry count
Rainer Gerhards
2008-01-30
1
-13
/
+13
*
- renamed Msg object to usual all-lowercase object name (else we ran into
Rainer Gerhards
2008-01-30
1
-6
/
+6
*
action queue params are reset to default for each action
Rainer Gerhards
2008-01-29
1
-0
/
+38
*
bugfixing newly added action code
Rainer Gerhards
2008-01-29
1
-1
/
+5
*
- fine tuning on queue naming
Rainer Gerhards
2008-01-29
1
-1
/
+18
*
- moved correct retry logic into action processing queue
Rainer Gerhards
2008-01-29
1
-27
/
+14
*
- improved debug support a bit (assertions)
Rainer Gerhards
2008-01-29
1
-8
/
+192
*
- implemented the $ActionResumeRetryCount config directive
Rainer Gerhards
2008-01-28
1
-2
/
+147
*
implemented the $ActionResumeRetryCount config directive
Rainer Gerhards
2008-01-28
1
-0
/
+66
[prev]
[next]