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
*
some more cleanup
Rainer Gerhards
2008-04-16
1
-3446
/
+0
*
provided ability to initialize the runtime
Rainer Gerhards
2008-04-16
1
-52
/
+9
*
cleanup: removed no longer needed files
Rainer Gerhards
2008-04-16
1
-1
/
+2
*
Merge branch 'bsd-port'
Rainer Gerhards
2008-04-15
1
-1
/
+1
|
\
|
*
our BSD define conflicted with a BSD system define
Rainer Gerhards
2008-04-09
1
-1
/
+1
*
|
enhanced legacy syslog parser to handle slightly malformed messages
Rainer Gerhards
2008-04-11
1
-3
/
+10
*
|
some cleanup
Rainer Gerhards
2008-04-11
1
-1
/
+0
*
|
removed dependency on MAXHOSTNAMELEN as much as it made sense.
Rainer Gerhards
2008-04-10
1
-8
/
+12
|
/
*
Merge branch 'beta'
Rainer Gerhards
2008-04-08
1
-2
/
+3
|
\
|
*
Merge branch 'v3-stable' into beta
Rainer Gerhards
2008-04-08
1
-2
/
+3
|
|
\
|
|
*
bugfix: some legacy options not correctly interpreted - thanks to
Rainer Gerhards
2008-04-08
1
-1
/
+1
|
|
*
- bugfixes in legacy options processing, credits to varmojfekoj
Rainer Gerhards
2008-04-08
1
-1
/
+2
*
|
|
implemented $ActionExecOnlyOnceEveryInterval config directive
Rainer Gerhards
2008-04-08
1
-0
/
+3
*
|
|
Merge branch 'beta'
Rainer Gerhards
2008-04-07
1
-3
/
+1
|
\
|
|
|
*
|
Merge branch 'v3-stable' into beta
Rainer Gerhards
2008-04-07
1
-4
/
+1
|
|
\
|
|
|
*
cleanup; var object was not dereferenced on termination
Rainer Gerhards
2008-04-07
1
-4
/
+1
|
|
*
fixed segfault when using expression based-filters
Rainer Gerhards
2008-04-07
1
-2
/
+2
|
|
*
bugfix: segfault with expression-based filters - so far untested
Rainer Gerhards
2008-04-04
1
-3
/
+4
|
|
*
bugfix: some messages were emited without hostname
Rainer Gerhards
2008-04-04
1
-41
/
+40
|
|
*
removed the 32 character size limit (from RFC3164) on the tag. This had bad
Rainer Gerhards
2008-04-04
1
-13
/
+9
|
|
*
bugfix: memory leaks in script engine
Rainer Gerhards
2008-04-03
1
-3
/
+12
|
*
|
bugfix: segfault with expression-based filters - so far untested
Rainer Gerhards
2008-04-04
1
-3
/
+4
|
*
|
bugfix: some messages were emited without hostname
Rainer Gerhards
2008-04-04
1
-41
/
+40
|
*
|
removed the 32 character size limit (from RFC3164) on the tag. This had bad
Rainer Gerhards
2008-04-04
1
-13
/
+9
|
*
|
bugfix: memory leaks in script engine
Rainer Gerhards
2008-04-03
1
-3
/
+12
|
*
|
added more meaningful error messages to rsyslogd (when some errors happens
Rainer Gerhards
2008-04-02
1
-2
/
+40
|
|
/
*
|
bugfix: segfault in expression-based filter - so far untested
Rainer Gerhards
2008-04-04
1
-3
/
+4
*
|
cleanup
Rainer Gerhards
2008-04-04
1
-6
/
+4
*
|
bugfix: some messages were emited without hostname
Rainer Gerhards
2008-04-04
1
-42
/
+44
*
|
changed command line processing. -v, -M, -c options are now parsed and
Rainer Gerhards
2008-04-04
1
-65
/
+186
*
|
removed the 32 character size limit (from RFC3164) on the tag. This had bad
Rainer Gerhards
2008-04-04
1
-13
/
+9
*
|
added the capability to specify a processing (actually dequeue) timeframe
Rainer Gerhards
2008-04-03
1
-16
/
+7
*
|
bugfix: memory leaks in script engine
Rainer Gerhards
2008-04-03
1
-3
/
+12
*
|
added more meaningful error messages to rsyslogd (when some errors happens
Rainer Gerhards
2008-04-02
1
-2
/
+40
|
/
*
some cleanup
Rainer Gerhards
2008-03-28
1
-36
/
+1
*
provided more generic URL
Rainer Gerhards
2008-03-28
1
-1
/
+1
*
added build-in templates
Rainer Gerhards
2008-03-28
1
-4
/
+4
*
- added support for high-precision timestamps when receiving legacy syslog
Rainer Gerhards
2008-03-28
1
-5
/
+11
*
- changed default file output format to include high-precision timestamps
Rainer Gerhards
2008-03-28
1
-3
/
+6
*
- changed default for "last message repeated n times", which is now off by
Rainer Gerhards
2008-03-27
1
-42
/
+105
*
small cleanup
Rainer Gerhards
2008-03-25
1
-1
/
+1
*
bugfix: continue parsing if tag is oversize (discard oversize part) -
Rainer Gerhards
2008-03-25
1
-0
/
+5
*
bugfix: internally generated messages had "FROMHOST" property not set
Rainer Gerhards
2008-03-22
1
-0
/
+1
*
removed a now-longer needed callback from the output module interface.
Rainer Gerhards
2008-03-22
1
-43
/
+0
*
changed queue's discard severities default value to 8 (do not discard) to
Rainer Gerhards
2008-03-22
1
-1
/
+1
*
bugfix: fixed some minor memory leaks
Rainer Gerhards
2008-03-20
1
-3
/
+23
*
added flow control options to other input sources
Rainer Gerhards
2008-03-19
1
-4
/
+13
*
added advanced flow control for congestion cases (mode depending on message
Rainer Gerhards
2008-03-14
1
-2
/
+2
*
bugfix: $ModDir should not be reset on $ResetConfig - this can cause a lot
Rainer Gerhards
2008-03-14
1
-4
/
+0
*
changed omgssapi and omfwd to utilize new object calling interface; made a
Rainer Gerhards
2008-03-12
1
-2
/
+0
[next]