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
*
Merge branch 'v4-stable' into v5-stable
Rainer Gerhards
2010-03-29
1
-1
/
+1
|
\
|
*
bugfix: potential re-use of free()ed file stream object in omfile
Rainer Gerhards
2010-03-23
1
-1
/
+1
*
|
backporting bugfixes from 5.2.2
Rainer Gerhards
2010-01-27
1
-2
/
+2
*
|
bugfix: ompgsql did not properly check the server connection in tryResume()
Rainer Gerhards
2009-12-16
1
-8
/
+0
*
|
bugfix: error during beginTransaction() was not properly handled
Rainer Gerhards
2009-12-16
1
-2
/
+20
*
|
bugfix: commit transaction was not properly conveyed to message layer,
Rainer Gerhards
2009-11-26
1
-4
/
+11
*
|
some light performance enhancement
Rainer Gerhards
2009-11-12
1
-6
/
+6
*
|
Merge branch 'v4-devel'
Rainer Gerhards
2009-11-12
1
-1
/
+2
|
\
|
|
*
Merge branch 'v4-stable' into v4-beta
Rainer Gerhards
2009-11-12
1
-1
/
+2
|
|
\
|
|
*
bugfix: $ActionExecOnlyOnceEveryInterval did not work.
Rainer Gerhards
2009-11-12
1
-1
/
+2
|
*
|
minor: optimized dbgprintf() use
Rainer Gerhards
2009-09-10
1
-17
/
+17
*
|
|
some module cleanup
Rainer Gerhards
2009-11-12
1
-0
/
+14
*
|
|
moved rfc3164/5424 code to new parser modules
Rainer Gerhards
2009-11-04
1
-1
/
+0
*
|
|
added omruleset output module, which provides great flexibility in action pro...
Rainer Gerhards
2009-11-02
1
-4
/
+15
*
|
|
some more cleanup - action config line handlers are now defined in action.c
Rainer Gerhards
2009-10-27
1
-41
/
+28
*
|
|
action processing optimized for queue shutdown
Rainer Gerhards
2009-10-27
1
-23
/
+15
*
|
|
Begun to work on partial batch deletes...
Rainer Gerhards
2009-10-22
1
-2
/
+2
*
|
|
bugfix: message processing states were not set correctly in all cases
Rainer Gerhards
2009-10-19
1
-2
/
+4
*
|
|
new queue engine - initial commit (probably not 100% working!)
Rainer Gerhards
2009-10-14
1
-1
/
+2
*
|
|
added some debug settings plus improved shutdown sequence
Rainer Gerhards
2009-10-13
1
-6
/
+6
*
|
|
minor: optimized dbgprintf() calling sequence
Rainer Gerhards
2009-09-10
1
-17
/
+17
*
|
|
reduced number of debug messages a bit again
Rainer Gerhards
2009-08-26
1
-9
/
+0
*
|
|
added new config option $ActionWriteAllMarkMessages
Rainer Gerhards
2009-08-20
1
-2
/
+7
*
|
|
bugfix: discard action did not work (did not discard messages)
Rainer Gerhards
2009-07-30
1
-19
/
+37
*
|
|
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
[next]