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
*
first implementation of option to turn off hostname and tag parsing
Rainer Gerhards
2006-03-13
1
-92
/
+114
*
compiles & runs on Solaris, but not as local logger
Rainer Gerhards
2006-02-16
1
-2
/
+1
*
now it compiles under solaris, but I could not yet test it (need to find
Rainer Gerhards
2006-02-16
1
-3
/
+29
*
added some missing defines for solaris (solved the copy&paste prob via cvs
Rainer Gerhards
2006-02-16
1
-0
/
+48
*
some changes to support Solaris
Rainer Gerhards
2006-02-16
1
-2
/
+19
*
fixed a bug that caused the default socket (usually /dev/log) to be opened
Rainer Gerhards
2006-01-10
1
-1
/
+1
*
enhanced legacy syslog message parser so that it supports messages without
Rainer Gerhards
2006-01-10
1
-28
/
+26
*
finished field-based property replacer code
Rainer Gerhards
2005-12-23
1
-7
/
+5
*
added support for field-based text extraction in the property replacer.
Rainer Gerhards
2005-12-22
1
-6
/
+62
*
some code-cleanup; syslog-protocol proof-of-concept basically finished
Rainer Gerhards
2005-11-24
1
-13
/
+20
*
done basic integration of new syslog-protocol properties and emulation of
Rainer Gerhards
2005-11-24
1
-45
/
+316
*
core parser for syslog-protocol added
Rainer Gerhards
2005-11-24
1
-32
/
+388
*
fixed a bug in RFC3339 timestamp generation; added support for 3339
Rainer Gerhards
2005-11-23
1
-6
/
+2
*
streamlined internal log messages (removed the now-duplicate tag text)
Rainer Gerhards
2005-11-16
1
-8
/
+8
*
added tag to internally-generated messages
Rainer Gerhards
2005-11-16
1
-1
/
+2
*
added additional code to handle messages with missing hostname. Now
Rainer Gerhards
2005-11-14
1
-4
/
+35
*
enhanced the message parser so that it (very often) properly identifies
Rainer Gerhards
2005-11-10
1
-1
/
+40
*
fixed a bug causing core dump when no TAG was in message
Rainer Gerhards
2005-11-04
1
-2
/
+2
*
fixed a bug where a NULL-pointer was passed to printf in logmsg(); fixed a
Rainer Gerhards
2005-10-28
1
-2
/
+2
*
made multithreading work under BSD
Rainer Gerhards
2005-10-26
1
-9
/
+57
*
BSD cleanup
Rainer Gerhards
2005-10-25
1
-2
/
+2
*
removed a testing aid that accidently stayed in the code
Rainer Gerhards
2005-10-25
1
-2
/
+2
*
dual-threading code looks now fairly complete and stable
Rainer Gerhards
2005-10-25
1
-662
/
+711
*
fixed some issues with TCP sender
Rainer Gerhards
2005-10-25
1
-10
/
+46
*
fixed bug in tcp sender that could cause rsyslogd to dump core
Rainer Gerhards
2005-10-25
1
-6
/
+14
*
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
[next]