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
...
*
|
|
moved DNS resolution code out of imudp and into the backend processing
Rainer Gerhards
2009-11-17
1
-17
/
+104
|
/
/
*
|
bugfix: potential abort if inputname property was not set
Rainer Gerhards
2009-10-26
1
-1
/
+1
*
|
enhanced test environment (including testbench)
Rainer Gerhards
2009-10-22
1
-25
/
+25
*
|
removed no longer needed msg_t property "bParseHOSTNAME"
Rainer Gerhards
2009-10-13
1
-3
/
+1
*
|
bugfix: potential segfault on messages with empty MSG part.
Rainer Gerhards
2009-10-09
1
-3
/
+12
*
|
Merge branch 'v4-beta' into beta
Rainer Gerhards
2009-09-14
1
-1
/
+3
|
\
|
|
*
fixed some minor portability issues
Rainer Gerhards
2009-09-14
1
-1
/
+3
*
|
Merge branch 'v4-beta' into beta
Rainer Gerhards
2009-09-10
1
-3
/
+8
|
\
|
|
*
bugfix: repeated messages were incorrectly processed
Rainer Gerhards
2009-09-10
1
-3
/
+8
*
|
Merge branch 'master' into udpspoof & cleanup & slight optimization
Rainer Gerhards
2009-07-09
1
-163
/
+184
|
\
|
|
*
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: 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
|
\
|
|
|
|
[prev]
[next]