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 minor cosmetic things (preparing for bsd tests)
Rainer Gerhards
2005-10-25
1
-8
/
+8
*
coming closer to a real dual-threading implementation. Now with queue.
Rainer Gerhards
2005-10-25
1
-37
/
+163
*
first steps with pthread, crashes at program end
Rainer Gerhards
2005-10-24
1
-34
/
+120
*
some test implementation for mutexes. now testing on different target
Rainer Gerhards
2005-10-24
1
-4
/
+39
*
some non-intrusive preparations for dual-threading
Rainer Gerhards
2005-10-24
1
-91
/
+142
*
made sure no call to exit or die is done once rsyslogd is running
Rainer Gerhards
2005-10-24
1
-33
/
+42
*
fixed potential race condition with domark(); improved debug output
Rainer Gerhards
2005-10-20
1
-27
/
+55
*
rsyslogd still shares some code with the sysklogd project. Some patches for
Rainer Gerhards
2005-10-19
1
-9
/
+49
*
made "!progname" fully BSD-compliant; added property "programname"
Rainer Gerhards
2005-10-19
1
-30
/
+85
*
fixing a bug with the "startswith" comparison mode; more work on BSD-style
Rainer Gerhards
2005-10-19
1
-9
/
+31
*
added support for BSD-style host blocks
Rainer Gerhards
2005-10-19
1
-48
/
+171
*
mostly finished BSD-style progname block
Rainer Gerhards
2005-10-18
1
-0
/
+14
*
begin implementing BSD-style program blocks
Rainer Gerhards
2005-10-18
1
-45
/
+133
*
some restructuring, mostly preparation for an eventual move to a
Rainer Gerhards
2005-10-13
1
-135
/
+166
*
added first (simple) version of rfc3195 receiver; some bug fixes and
Rainer Gerhards
2005-10-12
1
-29
/
+44
*
updated sample config; better error reporting on allowedSenders
Rainer Gerhards
2005-09-27
1
-0
/
+13
*
added allowedSender support for TCP
Rainer Gerhards
2005-09-27
1
-21
/
+42
*
fixed 'logerror' issue in DBErrorHandler which caused an endless loop
Michael Meckelein
2005-09-27
1
-1
/
+3
*
completed allowedSender support for UDP (TCP to come next)
Rainer Gerhards
2005-09-27
1
-38
/
+106
*
nearing completion of allowedSenders functionality
Rainer Gerhards
2005-09-27
1
-50
/
+91
*
(working but partial) evening snap for udp_allowed_senders
Rainer Gerhards
2005-09-26
1
-12
/
+62
*
begin support for allowed senders
Rainer Gerhards
2005-09-26
1
-28
/
+107
*
added the "startwith" property-filter comparison operation
Rainer Gerhards
2005-09-26
1
-3
/
+12
*
added isequal comparison operation; ability to negat comparison operations
Rainer Gerhards
2005-09-26
1
-19
/
+53
*
small fix in escapefunction, finishing touches for 1.10.1
v1-10-1
Rainer Gerhards
2005-09-23
1
-8
/
+4
*
fixed a problem with MySQL field escapes
Rainer Gerhards
2005-09-23
1
-16
/
+56
*
security hardening of the new "call script" action
Rainer Gerhards
2005-09-22
1
-5
/
+39
*
Fixed minor bug in MySQL functions.
Michael Meckelein
2005-09-22
1
-2
/
+2
*
merged bkalkbrenner's execute shell patch - thanks!
Rainer Gerhards
2005-09-21
1
-10
/
+42
*
fixed SO_BSDCOMPAT problem under SUSE
Rainer Gerhards
2005-09-19
1
-10
/
+62
*
added capability to filter on any property in selector lines
Rainer Gerhards
2005-09-19
1
-21
/
+102
*
added parsing of property-filter (but not complete property selector line
Rainer Gerhards
2005-09-19
1
-30
/
+187
*
on the way to adding property-based filters - right before changing
Rainer Gerhards
2005-09-15
1
-23
/
+42
*
prepared for new parse object; now removed allmost all liblogging borrowed
Rainer Gerhards
2005-09-15
1
-59
/
+63
*
fixed probem with my regex merge; added compile time option output to -v
Rainer Gerhards
2005-09-13
1
-0
/
+10
*
added FROMHOST property to template system - thanks Cristian Testa
Rainer Gerhards
2005-09-13
1
-0
/
+2
*
merged Andres Riancho's regex extensions into the code (hopefully
Rainer Gerhards
2005-09-13
1
-5
/
+58
*
minor doc updates
Rainer Gerhards
2005-09-13
1
-1
/
+1
*
added DISCARD action to selector lines
Rainer Gerhards
2005-09-09
1
-2
/
+24
*
initial implementation of the counted string class completed (but so far
Rainer Gerhards
2005-09-09
1
-5
/
+10
*
begin adding counted string class - does NOT compile yet!
Rainer Gerhards
2005-09-07
1
-17
/
+17
*
fixed a minor bug in usage()
Branchpoint_Stable_1-0
Rainer Gerhards
2005-09-07
1
-2
/
+2
*
improved rsyslogd startup and shutdown messages
Rainer Gerhards
2005-08-17
1
-12
/
+24
*
made an error message appear if database action used in non-db build
Rainer Gerhards
2005-08-12
1
-1
/
+9
*
restructured makefile, because debian make has different syntax...
Rainer Gerhards
2005-08-09
1
-0
/
+2
*
allowed to specify the udp listening port on command line
Rainer Gerhards
2005-08-05
1
-15
/
+27
*
mysql connect error messages enhanced (now go to the log themselves)
Rainer Gerhards
2005-08-04
1
-3
/
+7
*
close to 0.9.5 - multiple instances are supported now
Rainer Gerhards
2005-08-01
1
-2
/
+5
*
support for multiple instances enhanced - still some minor issues
Rainer Gerhards
2005-08-01
1
-3
/
+6
*
-o option added (omit local log socket)
Rainer Gerhards
2005-08-01
1
-3
/
+12
[next]