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
...
*
|
|
more code simplification, should also bring some performance enhancement
Rainer Gerhards
2009-07-17
1
-11
/
+0
*
|
|
Merge branch 'v4-devel'
Rainer Gerhards
2009-07-09
1
-1
/
+2
|
\
|
|
|
*
|
small performance improvement and cleanup
Rainer Gerhards
2009-07-09
1
-1
/
+2
*
|
|
Merge branch 'master' into v5-devel
Rainer Gerhards
2009-06-26
1
-2
/
+2
|
\
|
|
|
*
|
got rid of the recursive requirement for msg_t mutex (finally!)
Rainer Gerhards
2009-06-26
1
-2
/
+2
|
*
|
bugfix: abort when using multiple mainMsgQueue worker threads
Rainer Gerhards
2009-06-24
1
-16
/
+9
|
*
|
fixed a race condition: generated msg string store must be mutex protected
Rainer Gerhards
2009-06-23
1
-11
/
+13
*
|
|
quick and dirty fix for one race condition
Rainer Gerhards
2009-06-24
1
-4
/
+4
*
|
|
Merge branch 'omfile' into v5-devel
Rainer Gerhards
2009-06-23
1
-13
/
+7
|
\
|
|
|
*
|
restored repeated message reduction processing
Rainer Gerhards
2009-06-23
1
-14
/
+8
*
|
|
some post-merge cleanup
Rainer Gerhards
2009-06-22
1
-5
/
+2
*
|
|
Merge branch 'omfile' into tmp
Rainer Gerhards
2009-06-22
1
-63
/
+89
|
\
|
|
|
*
|
optimized template string generation
Rainer Gerhards
2009-06-19
1
-31
/
+72
|
*
|
optimized action.c a bit
Rainer Gerhards
2009-06-19
1
-19
/
+15
|
*
|
optimized handling of MSG part in msg object
Rainer Gerhards
2009-06-18
1
-1
/
+2
|
*
|
cleaned up/optimized raw message handling in msg object
Rainer Gerhards
2009-06-18
1
-1
/
+1
*
|
|
Merge branch 'omfile' into v5-devel
Rainer Gerhards
2009-06-16
1
-0
/
+4
|
\
|
|
|
*
|
added capability to fsync() queue disk files for enhanced reliability
Rainer Gerhards
2009-06-09
1
-0
/
+4
|
|
/
*
|
moved user object destruction to queue itself
Rainer Gerhards
2009-05-13
1
-1
/
+0
*
|
action batch processing implemented
Rainer Gerhards
2009-05-12
1
-24
/
+132
*
|
moving to a cleaner implementation of batches
Rainer Gerhards
2009-05-12
1
-12
/
+13
*
|
Merge branch 'master' into multi-dequeue
Rainer Gerhards
2009-05-12
1
-4
/
+7
|
\
|
|
*
added capability to draw configuration graphs
Rainer Gerhards
2009-05-11
1
-4
/
+7
*
|
fixed some bugs & added testing helpers
Rainer Gerhards
2009-05-07
1
-21
/
+86
*
|
first shot at action state machine implemention (untested)
Rainer Gerhards
2009-05-07
1
-127
/
+335
*
|
minor cleanup
Rainer Gerhards
2009-04-29
1
-1
/
+2
*
|
begin implementation of new transactional output module interface
Rainer Gerhards
2009-04-27
1
-2
/
+9
*
|
added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize configur...
Rainer Gerhards
2009-04-23
1
-0
/
+4
*
|
now batches are handed down to the actual consumer
Rainer Gerhards
2009-04-22
1
-2
/
+28
|
/
*
added a new way how output plugins may be passed parameters.
Rainer Gerhards
2009-04-03
1
-2
/
+30
*
Merge branch 'omfile-errHandler'
Rainer Gerhards
2009-03-24
1
-1
/
+7
|
\
|
*
omfile bugfixing
Rainer Gerhards
2009-03-18
1
-1
/
+7
*
|
integrated various patches for solaris
Rainer Gerhards
2009-03-05
1
-22
/
+22
|
/
*
added new config directive $RepeatedMsgContainsOriginalMsg
Rainer Gerhards
2009-02-02
1
-8
/
+11
*
fixed type in format string (s as string indicator missing)
varmojfekoj
2009-01-12
1
-1
/
+1
*
experimentally altered "last message repeated n times" to include msg
Rainer Gerhards
2008-12-19
1
-2
/
+7
*
added configuration directive "HUPisRestart"
Rainer Gerhards
2008-10-23
1
-0
/
+33
*
cleanup of output timestamp generation
Rainer Gerhards
2008-10-07
1
-36
/
+2
*
"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
[prev]
[next]