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
Commit message (
Expand
)
Author
Age
Files
Lines
*
separate willRun and runInput calls for input modules
Michael Terry
2009-06-29
2
-0
/
+2
*
optimization: propert names are now internally identified by integers
Rainer Gerhards
2009-06-26
7
-137
/
+296
*
some optimization, declared some frequently called small stringbuf functions ...
Rainer Gerhards
2009-06-26
2
-60
/
+62
*
got rid of the recursive requirement for msg_t mutex (finally!)
Rainer Gerhards
2009-06-26
5
-168
/
+121
*
some more stringbuffer optimization
Rainer Gerhards
2009-06-25
3
-68
/
+30
*
bugfix: msg_t mutex was sometimes initialized twice
Rainer Gerhards
2009-06-25
1
-1
/
+0
*
backported "clean" increment of memory trim counter (not protected by mutex)
Rainer Gerhards
2009-06-25
2
-3
/
+6
*
named queue worker threads
Rainer Gerhards
2009-06-25
1
-0
/
+6
*
cleanup (removed now-unused parameters)
Rainer Gerhards
2009-06-25
3
-17
/
+17
*
bugfix: subtle potential issue during queue shutdown
Rainer Gerhards
2009-06-25
1
-1
/
+1
*
improvements/fixes in queue termination timeout handling
Rainer Gerhards
2009-06-25
2
-3
/
+7
*
some memory accesses are now explicitely atomic
Rainer Gerhards
2009-06-25
3
-10
/
+24
*
Merge branch 'beta'
Rainer Gerhards
2009-06-24
1
-0
/
+2
|
\
|
*
Merge branch 'v4-stable' into beta
Rainer Gerhards
2009-06-24
1
-0
/
+2
|
|
\
|
|
*
Merge branch 'v3-stable' into v4-stable
Rainer Gerhards
2009-06-24
1
-0
/
+2
|
|
|
\
|
|
|
*
bugfix: invalid mutex release in msg.c
Rainer Gerhards
2009-06-24
1
-0
/
+2
*
|
|
|
optimized TAG handling
Rainer Gerhards
2009-06-23
3
-55
/
+40
*
|
|
|
optimized hostname processing
Rainer Gerhards
2009-06-23
3
-11
/
+7
*
|
|
|
more strict parsing of the hostname in rfc3164 mode
Rainer Gerhards
2009-06-23
2
-5
/
+9
*
|
|
|
prevented unneccessary apc calls
Rainer Gerhards
2009-06-23
3
-9
/
+18
*
|
|
|
restored repeated message reduction processing
Rainer Gerhards
2009-06-23
4
-25
/
+60
*
|
|
|
fix: previous patch aborted in release mode
Rainer Gerhards
2009-06-23
1
-1
/
+3
*
|
|
|
some more optimizations
Rainer Gerhards
2009-06-23
5
-19
/
+70
*
|
|
|
optimized processing of TAG message field
Rainer Gerhards
2009-06-22
3
-22
/
+7
*
|
|
|
some more optimizations of the msg_t object (minor)
Rainer Gerhards
2009-06-22
4
-45
/
+40
*
|
|
|
reduced memory footprint / "memory leak"
Rainer Gerhards
2009-06-22
1
-0
/
+18
*
|
|
|
optimized template string generation
Rainer Gerhards
2009-06-19
3
-8
/
+5
*
|
|
|
removed pthread_testcancel() as it is no longer necessary
Rainer Gerhards
2009-06-19
1
-22
/
+0
*
|
|
|
removed uniprocessor optimization
Rainer Gerhards
2009-06-19
6
-40
/
+8
*
|
|
|
typo fix
Rainer Gerhards
2009-06-19
1
-1
/
+1
*
|
|
|
some cleanup
Rainer Gerhards
2009-06-19
1
-11
/
+6
*
|
|
|
fully optimized datetime module and enhanced test suite
Rainer Gerhards
2009-06-19
1
-78
/
+88
*
|
|
|
optimized rfc3339 timestamp string generation
Rainer Gerhards
2009-06-19
1
-30
/
+73
*
|
|
|
fixed abort condition with oversize tags
Rainer Gerhards
2009-06-18
2
-23
/
+11
*
|
|
|
optimized handling of MSG part in msg object
Rainer Gerhards
2009-06-18
2
-11
/
+24
*
|
|
|
slight optimization of template generation
Rainer Gerhards
2009-06-18
3
-4
/
+12
*
|
|
|
some optimization in the property replacer
Rainer Gerhards
2009-06-18
1
-40
/
+48
*
|
|
|
optimized TAG handling in msg object
Rainer Gerhards
2009-06-18
2
-47
/
+78
*
|
|
|
cleaned up/optimized raw message handling in msg object
Rainer Gerhards
2009-06-18
3
-65
/
+64
*
|
|
|
Merge branch 'master' into newmsg
Rainer Gerhards
2009-06-18
1
-1
/
+1
|
\
|
|
|
|
*
|
|
Merge branch 'beta'
Rainer Gerhards
2009-06-18
1
-1
/
+1
|
|
\
|
|
|
|
*
|
Merge branch 'v3-stable' into beta
Rainer Gerhards
2009-06-18
1
-1
/
+1
|
|
|
\
|
|
|
|
*
some minor bugfixes
Rainer Gerhards
2009-06-18
1
-1
/
+1
*
|
|
|
going forward in moving string-handling functions to new interface...
Rainer Gerhards
2009-06-17
10
-94
/
+113
*
|
|
|
some more optimization in msg object string handling
Rainer Gerhards
2009-06-17
2
-56
/
+35
*
|
|
|
further optimized message object
Rainer Gerhards
2009-06-17
4
-136
/
+233
*
|
|
|
added basic plumbing to support message properties separate from message
Rainer Gerhards
2009-06-16
4
-0
/
+175
*
|
|
|
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
*
|
|
|
milestone: input-side multiSubmit capability
Rainer Gerhards
2009-06-16
2
-1
/
+14
[next]