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
/
msg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- implemented simple output rate limiting
Rainer Gerhards
2008-01-30
1
-2
/
+3
*
- renamed Msg object to usual all-lowercase object name (else we ran into
Rainer Gerhards
2008-01-30
1
-78
/
+68
*
implemented naming for all objects (mostly as a debug aid, but you never
Rainer Gerhards
2008-01-29
1
-1
/
+1
*
redesigned queue to utilize helper classes for threading support. This is
Rainer Gerhards
2008-01-24
1
-16
/
+20
*
worked on threading
Rainer Gerhards
2008-01-17
1
-4
/
+9
*
begin disk assisted queue memory queue modes (not fully implemented yet)
Rainer Gerhards
2008-01-14
1
-2
/
+0
*
implemented $MainMsgQueueDiscardMar and $MainMsgQueueDiscardSeverity (but
Rainer Gerhards
2008-01-14
1
-0
/
+15
*
partial ability to read a disk queue back in (not completed, but would like
Rainer Gerhards
2008-01-11
1
-0
/
+2
*
support for de-serializing strm objects added
Rainer Gerhards
2008-01-11
1
-1
/
+1
*
changed some config parameters and some cleanup
Rainer Gerhards
2008-01-10
1
-1
/
+1
*
- added write functions for several types to stream class
Rainer Gerhards
2008-01-10
1
-29
/
+25
*
completed deserialization support in msg object (but not deserializer
Rainer Gerhards
2008-01-08
1
-7
/
+17
*
- first implementation of "disk" queue mode finished. It still needs some
Rainer Gerhards
2008-01-08
1
-0
/
+13
*
- MsgSetProperty() implemented
Rainer Gerhards
2008-01-07
1
-10
/
+57
*
implemented class type registry
Rainer Gerhards
2008-01-07
1
-1
/
+1
*
performance-tuned stringbuf class
Rainer Gerhards
2008-01-07
1
-1
/
+1
*
worked on object header (now also contains the size)
Rainer Gerhards
2008-01-06
1
-8
/
+5
*
completed serializer for msg (but needs review)
Rainer Gerhards
2008-01-06
1
-36
/
+23
*
worked a bit on object serialization
Rainer Gerhards
2008-01-06
1
-13
/
+22
*
added the "direct" queueing mode to queue class (no queing at all)
Rainer Gerhards
2008-01-05
1
-0
/
+2
*
added capability for concurrent access to the msg class. Can be dynamically
Rainer Gerhards
2008-01-05
1
-99
/
+256
*
changed queue object Construction/Startup interface
Rainer Gerhards
2008-01-04
1
-2
/
+1
*
moved message destruction back to consumer - the consume should decide what
Rainer Gerhards
2008-01-04
1
-2
/
+0
*
utilized the new auto-destruction capability so that the queue can now
Rainer Gerhards
2008-01-04
1
-5
/
+7
*
removed serialization pointer from queue; used new base class instead
Rainer Gerhards
2008-01-04
1
-0
/
+3
*
- begun some work on Msg Object serializiation
Rainer Gerhards
2008-01-04
1
-0
/
+66
*
some cleanup
Rainer Gerhards
2007-12-27
1
-1
/
+1
*
changed license to GPLv3 (for what is to become rsyslog v3)
Rainer Gerhards
2007-12-14
1
-7
/
+8
*
some cleanup (very minor)
Rainer Gerhards
2007-12-12
1
-2
/
+2
*
fix for memory leak with PostgreSQL date format was incomplete - corected
Rainer Gerhards
2007-12-12
1
-0
/
+2
*
fixed a small memory leak that happend when PostgreSQL date formatting was
Rainer Gerhards
2007-12-11
1
-0
/
+2
*
added Bartosz Kuzma patches for better compatibility with NetBSD - many
Rainer Gerhards
2007-12-03
1
-1
/
+1
*
adding sur5r's postgres module - many thanks for providing it! There are a
Rainer Gerhards
2007-12-03
1
-1
/
+25
*
moved syslog PRI code tables to msg.c as this is the only place where they
Rainer Gerhards
2007-11-27
1
-0
/
+44
*
code cleanup
Rainer Gerhards
2007-09-20
1
-3
/
+3
*
- removed compiler warnings in non-debug mode
v1-19-6b
Rainer Gerhards
2007-09-11
1
-6
/
+6
*
added some additional comments
Rainer Gerhards
2007-09-11
1
-10
/
+30
*
applied patch by varmojfekoj to FIX a bug that could cause segfaults if
Rainer Gerhards
2007-09-11
1
-105
/
+195
*
applied patch by varmojfekoj two fix two potential segfault situations
Rainer Gerhards
2007-09-07
1
-1
/
+1
*
- changed part of the CStr interface so that better error tracking is
Rainer Gerhards
2007-09-05
1
-35
/
+35
*
changed some calles to CStr class to their "safe" counterpart - they could
Rainer Gerhards
2007-09-04
1
-1
/
+1
*
- fixed bug: a template like this causes an infinite loop: $template
Rainer Gerhards
2007-09-04
1
-8
/
+12
*
applied patch form varmojfekoj to fix some mem leaks and a check to make
Rainer Gerhards
2007-09-04
1
-0
/
+8
*
patches and docu update for 1.19.3
v1-19-3
Michael Meckelein
2007-08-31
1
-0
/
+39
*
applied patches for release 1.19.2, update documentation
v1-19-2
Michael Meckelein
2007-08-28
1
-3
/
+1
*
changed rsyslog.h include order to solve debian sid zlib inlcude issue
Michael Meckelein
2007-08-08
1
-1
/
+1
*
changed function name dprintf() to dbgprintf() as it conflicts with the
Rainer Gerhards
2007-08-08
1
-15
/
+15
*
- loading default values as done yesterday *is* clean (I've just reviewed
Rainer Gerhards
2007-08-01
1
-1
/
+0
*
moved file write output module to own set of code files
Rainer Gerhards
2007-07-22
1
-0
/
+507
*
moved part of the shell action to its own module
Rainer Gerhards
2007-07-20
1
-1
/
+0
[next]