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
/
msg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
small performance improvement and cleanup
Rainer Gerhards
2009-07-09
1
-153
/
+166
*
bugfix: message could be truncated after TAG, often when forwarding
Rainer Gerhards
2009-07-09
1
-1
/
+1
*
bugfix: property msg was lost when working with disk queues
Rainer Gerhards
2009-07-07
1
-5
/
+12
*
bugfix: properties inputname, fromhost, fromhost-ip were lost
Rainer Gerhards
2009-07-07
1
-5
/
+3
*
bugfix: abort condition when RecvFrom was not set and message reduction was on
Rainer Gerhards
2009-07-06
1
-6
/
+12
*
now put the new property-based methods to good use
Rainer Gerhards
2009-07-01
1
-25
/
+33
*
RcvFromIP now also a property
Rainer Gerhards
2009-07-01
1
-31
/
+66
*
introduced a new way of handling the RcvFrom property
Rainer Gerhards
2009-06-30
1
-38
/
+53
*
finished transition to using inputName property
Rainer Gerhards
2009-06-30
1
-97
/
+176
*
introduced the idea of detached properties
Rainer Gerhards
2009-06-29
1
-25
/
+66
*
optimization: propert names are now internally identified by integers
Rainer Gerhards
2009-06-26
1
-121
/
+235
*
got rid of the recursive requirement for msg_t mutex (finally!)
Rainer Gerhards
2009-06-26
1
-156
/
+111
*
some more stringbuffer optimization
Rainer Gerhards
2009-06-25
1
-6
/
+2
*
backported "clean" increment of memory trim counter (not protected by mutex)
Rainer Gerhards
2009-06-25
1
-3
/
+5
*
cleanup (removed now-unused parameters)
Rainer Gerhards
2009-06-25
1
-9
/
+9
*
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
|
|
*
|
Merge branch 'beta'
Rainer Gerhards
2009-04-09
1
-0
/
+2
|
|
|
\
|
|
|
|
*
Merge branch 'v3-stable' into beta
Rainer Gerhards
2009-04-09
1
-0
/
+2
|
|
|
|
\
|
|
|
|
*
Merge branch 'v2-stable' into v3-stable
Rainer Gerhards
2009-04-09
1
-0
/
+2
*
|
|
|
|
optimized TAG handling
Rainer Gerhards
2009-06-23
1
-52
/
+35
*
|
|
|
|
optimized hostname processing
Rainer Gerhards
2009-06-23
1
-5
/
+5
*
|
|
|
|
restored repeated message reduction processing
Rainer Gerhards
2009-06-23
1
-16
/
+54
*
|
|
|
|
some more optimizations
Rainer Gerhards
2009-06-23
1
-4
/
+47
*
|
|
|
|
optimized processing of TAG message field
Rainer Gerhards
2009-06-22
1
-21
/
+6
*
|
|
|
|
some more optimizations of the msg_t object (minor)
Rainer Gerhards
2009-06-22
1
-20
/
+17
*
|
|
|
|
reduced memory footprint / "memory leak"
Rainer Gerhards
2009-06-22
1
-0
/
+18
*
|
|
|
|
fixed abort condition with oversize tags
Rainer Gerhards
2009-06-18
1
-22
/
+11
*
|
|
|
|
optimized handling of MSG part in msg object
Rainer Gerhards
2009-06-18
1
-9
/
+21
*
|
|
|
|
slight optimization of template generation
Rainer Gerhards
2009-06-18
1
-2
/
+8
*
|
|
|
|
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
1
-45
/
+72
*
|
|
|
|
cleaned up/optimized raw message handling in msg object
Rainer Gerhards
2009-06-18
1
-11
/
+32
*
|
|
|
|
going forward in moving string-handling functions to new interface...
Rainer Gerhards
2009-06-17
1
-10
/
+10
*
|
|
|
|
some more optimization in msg object string handling
Rainer Gerhards
2009-06-17
1
-44
/
+26
*
|
|
|
|
further optimized message object
Rainer Gerhards
2009-06-17
1
-115
/
+230
*
|
|
|
|
Merge branch 'master' into omfile
Rainer Gerhards
2009-06-16
1
-99
/
+71
|
\
|
|
|
|
|
*
|
|
|
removed long-obsoleted property UxTradMsg
Rainer Gerhards
2009-06-16
1
-50
/
+50
|
*
|
|
|
done various optimizations to the stringbuf and its users
Rainer Gerhards
2009-06-16
1
-24
/
+6
|
*
|
|
|
some performance optimizations
Rainer Gerhards
2009-06-16
1
-34
/
+23
*
|
|
|
|
completed multi-ruleset core support
Rainer Gerhards
2009-06-12
1
-2
/
+11
|
/
/
/
/
*
|
|
|
added capability to run multiple tcp listeners (on different ports)
Rainer Gerhards
2009-05-22
1
-64
/
+40
*
|
|
|
bugfix: solved potential memory leak in msg processing
Rainer Gerhards
2009-04-08
1
-1
/
+3
|
/
/
/
*
|
|
added new "csv" property replacer option
Rainer Gerhards
2009-04-02
1
-0
/
+34
*
|
|
Merge branch 'beta'
Rainer Gerhards
2009-01-30
1
-0
/
+2
|
\
|
|
|
*
|
Merge branch 'v3-stable' into beta, conclude fix for race
Rainer Gerhards
2009-01-30
1
-2
/
+5
|
|
\
|
|
|
*
Merge branch 'debian_lenny' into v3-stable
Rainer Gerhards
2009-01-30
1
-12
/
+7
|
|
*
bugfix: invalid mutex access in msg.c
Rainer Gerhards
2009-01-30
1
-2
/
+5
[next]