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
*
moved date/time handling functions to their own object (2nd pass)
Rainer Gerhards
2008-03-05
1
-3
/
+3
*
moved date/time handling functions to their own object
Rainer Gerhards
2008-03-05
1
-547
/
+11
*
some cleanup
Rainer Gerhards
2008-03-05
1
-26
/
+4
*
- extracted logerror*() family of functions from syslogd, made them their
Rainer Gerhards
2008-03-05
1
-99
/
+39
*
- changed modules.c calling conventions to be interface-based
Rainer Gerhards
2008-03-05
1
-17
/
+19
*
did some portability changes to make rsyslog compile on HP UX
Rainer Gerhards
2008-03-05
1
-26
/
+46
*
- added class tcps
Rainer Gerhards
2008-03-02
1
-0
/
+4
*
converted conf.c to an abstract class
Rainer Gerhards
2008-02-29
1
-15
/
+16
*
- added "debug" command to debug environment settings
Rainer Gerhards
2008-02-29
1
-7
/
+8
*
changed obj base object's calling interface to use the new obj_if_t
Rainer Gerhards
2008-02-29
1
-1
/
+4
*
worked on queue stability
Rainer Gerhards
2008-02-26
1
-1
/
+2
*
bugfix: rsyslogd segfaulted on second SIGHUP tracker:
Rainer Gerhards
2008-02-26
1
-1
/
+1
*
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
[next]