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
/
syslogd.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixed a bug when shutting down DA queue
Rainer Gerhards
2008-01-27
1
-3
/
+20
*
partially fixed bug that caused rsyslogd to stall processing enqueued
Rainer Gerhards
2008-01-26
1
-0
/
+1
*
disk-assisted queue mode finally begins to look good ;)
Rainer Gerhards
2008-01-25
1
-0
/
+1
*
redesigned queue to utilize helper classes for threading support. This is
Rainer Gerhards
2008-01-24
1
-83
/
+73
*
saving state
Rainer Gerhards
2008-01-18
1
-1
/
+1
*
worked on threading
Rainer Gerhards
2008-01-17
1
-8
/
+8
*
implemented dynamic startup and shutdown of worker threads based on current
Rainer Gerhards
2008-01-16
1
-0
/
+2
*
begin disk assisted queue memory queue modes (not fully implemented yet)
Rainer Gerhards
2008-01-14
1
-7
/
+14
*
also implemented $MainMsgQueueDiscardMark logic on dequeue, changed
Rainer Gerhards
2008-01-14
1
-2
/
+2
*
- implemented config file handlers for
Rainer Gerhards
2008-01-14
1
-0
/
+19
*
fixed broken fix ;)
Rainer Gerhards
2008-01-14
1
-1
/
+1
*
fixed a bug with standard template definitions - thanks to varmojfekoj for
Rainer Gerhards
2008-01-14
1
-1
/
+1
*
- implemented $MainMsgQueueTimeoutActionCompletion config directive
Rainer Gerhards
2008-01-14
1
-6
/
+42
*
removed no longer needed "Initialized" logic and variable
Rainer Gerhards
2008-01-14
1
-47
/
+3
*
renamed $MainMsgQueuePersistUpdateCount config file directive to
Rainer Gerhards
2008-01-13
1
-2
/
+2
*
added $MainMsgQueuePersistUpdateCount config file directive
Rainer Gerhards
2008-01-13
1
-2
/
+6
*
support for reading back persistet queue information completed
Rainer Gerhards
2008-01-13
1
-0
/
+1
*
support for object property bags added
Rainer Gerhards
2008-01-11
1
-0
/
+1
*
added $MainMsgQueueImmediateShutdown config directive
Rainer Gerhards
2008-01-11
1
-4
/
+9
*
- begun to permit queue to terminate without being drained
Rainer Gerhards
2008-01-11
1
-15
/
+42
*
- fixed a bug that caused a segfault on startup when no $WorkDir directive
v3-10-1a
Rainer Gerhards
2008-01-10
1
-2
/
+13
*
changed some config parameters and some cleanup
Rainer Gerhards
2008-01-10
1
-12
/
+12
*
created a generic stream class (for file access)
Rainer Gerhards
2008-01-09
1
-0
/
+2
*
implemented $MainMsgQueueFilePrefix configuration directive
Rainer Gerhards
2008-01-09
1
-2
/
+14
*
- implemented new GetSize() handler for config files
Rainer Gerhards
2008-01-09
1
-6
/
+15
*
completed deserialization support in msg object (but not deserializer
Rainer Gerhards
2008-01-08
1
-1
/
+1
*
added --enable-mudflap ./configure option
Rainer Gerhards
2008-01-08
1
-3
/
+6
*
- first implementation of "disk" queue mode finished. It still needs some
Rainer Gerhards
2008-01-08
1
-4
/
+9
*
- MsgSetProperty() implemented
Rainer Gerhards
2008-01-07
1
-30
/
+12
*
implemented class type registry
Rainer Gerhards
2008-01-07
1
-0
/
+1
*
removed some no-longer-needed code (thanks Michael Biebl for the help)
Rainer Gerhards
2008-01-05
1
-4
/
+0
*
- added multiple worker thread capability to queue class
Rainer Gerhards
2008-01-05
1
-3
/
+12
*
added the "direct" queueing mode to queue class (no queing at all)
Rainer Gerhards
2008-01-05
1
-3
/
+14
*
added capability for concurrent access to the msg class. Can be dynamically
Rainer Gerhards
2008-01-05
1
-0
/
+5
*
changed queue object Construction/Startup interface
Rainer Gerhards
2008-01-04
1
-1
/
+5
*
moved message destruction back to consumer - the consume should decide what
Rainer Gerhards
2008-01-04
1
-6
/
+1
*
utilized the new auto-destruction capability so that the queue can now
Rainer Gerhards
2008-01-04
1
-1
/
+4
*
removed serialization pointer from queue; used new base class instead
Rainer Gerhards
2008-01-04
1
-1
/
+1
*
- begun some work on Msg Object serializiation
Rainer Gerhards
2008-01-04
1
-1
/
+24
*
begun working on disk queueing (not completed, do not use this mode!)
Rainer Gerhards
2008-01-03
1
-0
/
+3
*
added $MainMsgQueueFilePrefix config parameter
Rainer Gerhards
2008-01-03
1
-2
/
+8
*
added $SpoolDirectory config parameter
Rainer Gerhards
2008-01-03
1
-20
/
+27
*
added $MainMsgQueueType config parameter
Rainer Gerhards
2008-01-03
1
-4
/
+30
*
added capability to use a linked list for queuing to the queue class
Rainer Gerhards
2008-01-03
1
-1
/
+2
*
some cleanup, running in non-multithreaded mode no langer can happen
Rainer Gerhards
2008-01-03
1
-101
/
+76
*
queue is now a full object and handles threading by itself
Rainer Gerhards
2008-01-03
1
-189
/
+41
*
restructured queue interface to use rsRetVal and instances, removed
Rainer Gerhards
2008-01-03
1
-8
/
+10
*
moved queue code to its own module (finally)
Rainer Gerhards
2008-01-03
1
-0
/
+1
*
some cleanup
Rainer Gerhards
2007-12-27
1
-2
/
+2
*
removed gloable variable AcceptRemote and external def of bFinished
Rainer Gerhards
2007-12-26
1
-1
/
+1
[prev]
[next]