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
*
- introduced a new, more powerful, message submission interface submitMsg()
Rainer Gerhards
2008-02-13
1
-2
/
+22
*
changed interface of logmsg() to make it more straightforward
Rainer Gerhards
2008-02-13
1
-8
/
+5
*
- improved diagnostic information for abort cases
Rainer Gerhards
2008-02-12
1
-0
/
+2
*
bugfix: discard action and backup actions did not work due to problem in
Rainer Gerhards
2008-02-12
1
-4
/
+4
*
bugfix: setting for $EscapeCopntrolCharactersOnReceive was not properly
Rainer Gerhards
2008-02-12
1
-1
/
+1
*
reduced volume of debug output
Rainer Gerhards
2008-02-12
1
-1
/
+0
*
cosmetic...
Rainer Gerhards
2008-02-12
1
-2
/
+1
*
fixed bug that caused invalid treatment of tabs (HT) in rsyslog.conf
Rainer Gerhards
2008-02-12
1
-2
/
+6
*
some cleanup on logerrorVar()
Rainer Gerhards
2008-02-11
1
-0
/
+1
*
Added debug function logerrorVar, which can have variable number of
Andre Lorbach
2008-02-11
1
-0
/
+26
*
bugfix: trailing ":" of tag was lost while parsing legacy syslog messages
Rainer Gerhards
2008-02-11
1
-1
/
+3
*
added x-info field to rsyslogd startup/shutdown message. Hopefully points
Rainer Gerhards
2008-02-11
1
-2
/
+2
*
bugfix: having fun with 32/64 bit portability - after 15 years, I finally
Rainer Gerhards
2008-01-31
1
-3
/
+3
*
- rename $<obj>TimoutWorkerThreadShutdown to
Rainer Gerhards
2008-01-31
1
-2
/
+2
*
- implemented limiting disk space allocated to queues
Rainer Gerhards
2008-01-30
1
-0
/
+7
*
- implemented simple output rate limiting
Rainer Gerhards
2008-01-30
1
-0
/
+4
*
- fixed a bug that could cause invalid string handling via strerror_r
Rainer Gerhards
2008-01-30
1
-15
/
+0
*
fixed a bug that could cause invalid string handling via strerror_r
Rainer Gerhards
2008-01-30
1
-2
/
+16
*
- changed the ommysql output plugin so that the (lengthy) connection
Rainer Gerhards
2008-01-30
1
-6
/
+0
*
finally implemented infinite action retries via -1 retry count
Rainer Gerhards
2008-01-30
1
-0
/
+1
*
- renamed Msg object to usual all-lowercase object name (else we ran into
Rainer Gerhards
2008-01-30
1
-6
/
+6
*
implemented naming for all objects (mostly as a debug aid, but you never
Rainer Gerhards
2008-01-29
1
-10
/
+3
*
- moved correct retry logic into action processing queue
Rainer Gerhards
2008-01-29
1
-0
/
+2
*
- improved debug support a bit (assertions)
Rainer Gerhards
2008-01-29
1
-188
/
+7
*
- implemented the $ActionResumeRetryCount config directive
Rainer Gerhards
2008-01-28
1
-5
/
+25
*
implemented the $ActionResumeRetryCount config directive
Rainer Gerhards
2008-01-28
1
-33
/
+6
*
- added "runtime instrumentation" feature to ./configure
Rainer Gerhards
2008-01-28
1
-5
/
+11
*
- cleanup to prepare for release
Rainer Gerhards
2008-01-28
1
-19
/
+13
*
some more testing and cleanup with the queue class (pretty stable now)
Rainer Gerhards
2008-01-28
1
-1
/
+3
*
fixed queue termination in case bSaveOnShutdown is 0
Rainer Gerhards
2008-01-27
1
-1
/
+1
*
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
[next]