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
/
runtime
/
queue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
some light performance enhancement
Rainer Gerhards
2009-11-12
1
-1
/
+4
*
moved rfc3164/5424 code to new parser modules
Rainer Gerhards
2009-11-04
1
-6
/
+3
*
one step closer to dynamically loadable parsers
Rainer Gerhards
2009-11-03
1
-1
/
+0
*
removed no longer needed flag variable
Rainer Gerhards
2009-10-27
1
-10
/
+6
*
fix compile bug with last commit
Rainer Gerhards
2009-10-27
1
-1
/
+0
*
some cleanup
Rainer Gerhards
2009-10-27
1
-72
/
+0
*
fixed race condition during queue shutdown
Rainer Gerhards
2009-10-27
1
-8
/
+10
*
shuffled cancelability state to different spot
Rainer Gerhards
2009-10-26
1
-3
/
+8
*
addressed some race issues during queue shutdown
Rainer Gerhards
2009-10-26
1
-14
/
+20
*
Merge branch 'master' into queuePartialDeleteBatches
Rainer Gerhards
2009-10-26
1
-1
/
+5
|
\
|
*
bugfix: potential abort if inputname property was not set
Rainer Gerhards
2009-10-26
1
-1
/
+5
*
|
implemented solution for cancel at shutdown/unprocessed entries
Rainer Gerhards
2009-10-26
1
-35
/
+23
*
|
Begun to work on partial batch deletes...
Rainer Gerhards
2009-10-22
1
-9
/
+21
|
/
*
enhanced test environment (including testbench)
Rainer Gerhards
2009-10-22
1
-5
/
+5
*
Merge branch 'newqueue'
Rainer Gerhards
2009-10-21
1
-397
/
+108
|
\
|
*
bugfix: message processing states were not set correctly in all cases
Rainer Gerhards
2009-10-19
1
-13
/
+4
|
*
new queue engine - initial commit (probably not 100% working!)
Rainer Gerhards
2009-10-14
1
-408
/
+101
|
*
added some debug settings plus improved shutdown sequence
Rainer Gerhards
2009-10-13
1
-12
/
+39
*
|
bugfix: segfault when starting up with an invalid .qi file for a disk queue
Rainer Gerhards
2009-10-20
1
-5
/
+16
|
/
*
bugfix and testbench improvements
Rainer Gerhards
2009-10-07
1
-4
/
+18
*
bugfix and testbench improvement
Rainer Gerhards
2009-10-07
1
-2
/
+20
*
reduced number of debug messages a bit again
Rainer Gerhards
2009-08-26
1
-2
/
+0
*
bugfix: discard action did not work (did not discard messages)
Rainer Gerhards
2009-07-30
1
-0
/
+2
*
cleanup & better debug message handling
Rainer Gerhards
2009-07-20
1
-66
/
+65
*
corrected some conditions & one more simplification
Rainer Gerhards
2009-07-20
1
-15
/
+3
*
simplified startup of queue DA mode
Rainer Gerhards
2009-07-20
1
-64
/
+9
*
solved potential race condition and some cleanup
Rainer Gerhards
2009-07-20
1
-6
/
+11
*
bugfix: minor static memory leak while reading configuration
Rainer Gerhards
2009-07-20
1
-1
/
+0
*
architecture change: queue now always has at least one worker thread
Rainer Gerhards
2009-07-20
1
-17
/
+0
*
more cleanup/simplification (forgot to remove one mutex lock)
Rainer Gerhards
2009-07-20
1
-11
/
+9
*
some more threading changes
Rainer Gerhards
2009-07-20
1
-25
/
+21
*
further code simplification
Rainer Gerhards
2009-07-17
1
-2
/
+1
*
more code simplification, should also bring some performance enhancement
Rainer Gerhards
2009-07-17
1
-20
/
+18
*
finishing touches for 5.1.2
v5.1.2
Rainer Gerhards
2009-07-08
1
-1
/
+1
*
Merge branch 'v4-devel'
Rainer Gerhards
2009-07-08
1
-99
/
+34
|
\
*
|
Merge branch 'v4-beta'
Rainer Gerhards
2009-07-07
1
-2
/
+2
|
\
|
|
*
performance enhancement: much faster, up to twice as fast
Rainer Gerhards
2009-07-06
1
-2
/
+2
|
*
bugfix: subtle potential issue during queue shutdown
Rainer Gerhards
2009-06-25
1
-1
/
+1
*
|
bugfix: subtle synchronization issue
Rainer Gerhards
2009-06-25
1
-9
/
+4
*
|
added a few atomic operations
Rainer Gerhards
2009-06-25
1
-9
/
+8
*
|
adapted (and improved) input batching to v5 engine
Rainer Gerhards
2009-06-22
1
-1
/
+2
*
|
bugfix: huge memory leak in queue engine
Rainer Gerhards
2009-06-22
1
-0
/
+1
*
|
Merge branch 'omfile' into tmp
Rainer Gerhards
2009-06-22
1
-3
/
+121
|
\
|
|
*
removed uniprocessor optimization
Rainer Gerhards
2009-06-19
1
-15
/
+0
|
*
some cleanup
Rainer Gerhards
2009-06-16
1
-6
/
+4
|
*
implemented first version of multi-enqueue support, queue side
Rainer Gerhards
2009-06-16
1
-0
/
+126
*
|
Merge branch 'omfile' into v5-devel
Rainer Gerhards
2009-06-16
1
-62
/
+68
|
\
|
|
*
added capability to fsync() queue disk files for enhanced reliability
Rainer Gerhards
2009-06-09
1
-0
/
+5
|
*
modified stream class and omfile to work with it
Rainer Gerhards
2009-06-04
1
-2
/
+1
|
*
cleaned up stream class ...
Rainer Gerhards
2009-06-04
1
-44
/
+46
[next]