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
*
applied patch from varmojfekoj to fix an issue with compatibility mode and
Rainer Gerhards
2008-02-26
1
-2
/
+2
*
- added sysvar class
Rainer Gerhards
2008-02-25
1
-0
/
+2
*
- added PUSHMSGVAR operation
Rainer Gerhards
2008-02-25
1
-16
/
+39
*
- added some temporary testing aids to conf.c, so that we can debug
Rainer Gerhards
2008-02-25
1
-0
/
+4
*
removed no longer needed code
Rainer Gerhards
2008-02-22
1
-8
/
+0
*
applied patch by varmojfekoj to allow gssapi functionality to be build as a
Rainer Gerhards
2008-02-22
1
-8
/
+153
*
first steps in implementing object interfaces (stage work for later dynamic
Rainer Gerhards
2008-02-21
1
-1
/
+12
*
changed rsCStrObj name to cstr_t, which is more inline with the rest of
Rainer Gerhards
2008-02-21
1
-1
/
+1
*
created initial vmprg class
Rainer Gerhards
2008-02-20
1
-0
/
+2
*
added vmop class (stage for expression execution)
Rainer Gerhards
2008-02-20
1
-0
/
+2
*
$MainMessageQueueDiscardSeverity can now also handle textual severities
Rainer Gerhards
2008-02-20
1
-1
/
+1
*
changed rsCStrDestruct() to use the new interface conventions
Rainer Gerhards
2008-02-20
1
-8
/
+6
*
created var class out of property_t
Rainer Gerhards
2008-02-20
1
-0
/
+1
*
created new class ctok_token
Rainer Gerhards
2008-02-20
1
-0
/
+1
*
- added ctok class (the config tokenizer)
Rainer Gerhards
2008-02-19
1
-1
/
+6
*
some include file cleanup
Rainer Gerhards
2008-02-19
1
-3
/
+0
*
cleanup
Rainer Gerhards
2008-02-19
1
-6
/
+0
*
- moved config file code to its own file
Rainer Gerhards
2008-02-19
1
-1100
/
+16
*
- added doc on how expressions will work
Rainer Gerhards
2008-02-19
1
-2
/
+2
*
- removed no longer necessary signal from threads.c
Rainer Gerhards
2008-02-18
1
-6
/
+10
*
- changed interface "printchopped()" so that it looks more like a generic
Rainer Gerhards
2008-02-18
1
-8
/
+19
*
- implemented $ActionLibdbiDriverDirectory config directive
Rainer Gerhards
2008-02-15
1
-2
/
+0
*
did some more work on omlibdbi, but did not yet get libdbi working. I guess
Rainer Gerhards
2008-02-15
1
-0
/
+2
*
- added new facility and severity syntaxes to cfsysline handler
Rainer Gerhards
2008-02-14
1
-1
/
+0
*
moved decoding of syslog names to a more appropriate place
Rainer Gerhards
2008-02-14
1
-90
/
+3
*
- fixed a race condition in DoDie() - cosmetic issue in debugging mode,
Rainer Gerhards
2008-02-13
1
-2
/
+2
*
- 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
[next]