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
*
worked a bit on atomic memory operations to support problem-free threading
Rainer Gerhards
2008-03-31
1
-4
/
+15
*
- bugfix: regular expressions inside property replacer did not work
Rainer Gerhards
2008-03-28
1
-6
/
+5
*
bugfix: QHOUR and HHOUR properties were wrongly calculated
Rainer Gerhards
2008-03-26
1
-2
/
+2
*
added $HHOUR and $QHOUR system properties - can be used for half- and
Rainer Gerhards
2008-03-25
1
-1
/
+17
*
added advanced flow control for congestion cases (mode depending on message
Rainer Gerhards
2008-03-14
1
-0
/
+19
*
renamed library module file names to lm*, so that they match the overall
Rainer Gerhards
2008-03-07
1
-1
/
+1
*
fixed potential infinite loop condition when module load failed on startup
Rainer Gerhards
2008-03-07
1
-1
/
+1
*
extracted regexp functionality to its own dynamically loadable module
Rainer Gerhards
2008-03-07
1
-26
/
+43
*
moved date/time handling functions to their own object
Rainer Gerhards
2008-03-05
1
-12
/
+15
*
did some portability changes to make rsyslog compile on HP UX
Rainer Gerhards
2008-03-05
1
-3
/
+7
*
- added "debug" command to debug environment settings
Rainer Gerhards
2008-02-29
1
-1
/
+4
*
changed obj base object's calling interface to use the new obj_if_t
Rainer Gerhards
2008-02-29
1
-3
/
+3
*
- added PUSHMSGVAR operation
Rainer Gerhards
2008-02-25
1
-0
/
+47
*
simplified var object, now only supports strings and numbers as a single
Rainer Gerhards
2008-02-22
1
-14
/
+14
*
changed rsCStrObj name to cstr_t, which is more inline with the rest of
Rainer Gerhards
2008-02-21
1
-1
/
+1
*
changed rsCStrDestruct() to use the new interface conventions
Rainer Gerhards
2008-02-20
1
-7
/
+6
*
created var class out of property_t
Rainer Gerhards
2008-02-20
1
-1
/
+1
*
- added doc on how expressions will work
Rainer Gerhards
2008-02-19
1
-34
/
+34
*
- 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
[next]