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
...
*
there was some program text duplicated for whatever reason. It had no
Rainer Gerhards
2007-06-26
1
-298
/
+0
*
fixed code in iovCreate() that broke C's strict aliasing rules
Rainer Gerhards
2007-06-26
1
-8
/
+17
*
fixed some char/unsigned char warnings
Rainer Gerhards
2007-06-25
1
-8
/
+9
*
integrating Peter Vrabec's IPv6 code for UDP. Gone some way, but needs more
Rainer Gerhards
2007-06-22
1
-196
/
+664
*
reviewing TODO items and closing those that no longer apply (or are
Rainer Gerhards
2007-06-21
1
-3
/
+3
*
made the max number of tcp sessions configurable via command line switch
Rainer Gerhards
2007-06-21
1
-85
/
+174
*
replaced syslogdPanic() by better code; made more reliable in low-memory
Rainer Gerhards
2007-06-21
1
-97
/
+80
*
fixed a bug that caused the tag to be missing on internal message (like
Rainer Gerhards
2007-06-19
1
-5
/
+8
*
added new property "syslogseverity"
Rainer Gerhards
2007-06-18
1
-1
/
+1
*
added new property replacer property "PRI-text"
Rainer Gerhards
2007-06-15
1
-24
/
+50
*
fixed a bug that caused compilation on debian to fail
Rainer Gerhards
2007-06-15
1
-1
/
+4
*
re-wrote syslog.c from scratch to solve a license compatibility issue,
Rainer Gerhards
2007-06-14
1
-1
/
+2
*
fixed a compiler warning about strict aliasing
Rainer Gerhards
2007-06-11
1
-2
/
+2
*
changed the way the MySQL API is used
Rainer Gerhards
2007-01-30
1
-39
/
+53
*
added -e option to turn off message suppression
Rainer Gerhards
2007-01-30
1
-2
/
+11
*
fixed too-low listen backlog parameter
Rainer Gerhards
2007-01-29
1
-6
/
+14
*
changed -transport-tls framing based on recent IETF WG decision
Rainer Gerhards
2006-12-19
1
-5
/
+21
*
added compression & -transport-tls framing to tcp sender
Rainer Gerhards
2006-12-07
1
-68
/
+190
*
compression support on the receiver side completed
Rainer Gerhards
2006-12-07
1
-15
/
+123
*
receiver for compressed syslog over tcp almost ready
Rainer Gerhards
2006-12-04
1
-39
/
+132
*
small fix in compressor code
Rainer Gerhards
2006-11-30
1
-1
/
+1
*
some more compression code...
Rainer Gerhards
2006-11-30
1
-102
/
+34
*
on the way to implement on-the-wire zip compression (not yet complete)
Rainer Gerhards
2006-11-30
1
-36
/
+152
*
property replacer options space-cc and drop-cc added
Rainer Gerhards
2006-11-17
1
-2
/
+22
*
escape-cc property replacer option implemented
Rainer Gerhards
2006-11-17
1
-1
/
+4
*
begin support for escape-cc property replacer option
Rainer Gerhards
2006-11-17
1
-2
/
+49
*
fixed a bug in tcp retry code
Rainer Gerhards
2006-10-31
1
-1
/
+2
*
removed some left-over dprintf's which were not intended for production
Rainer Gerhards
2006-09-27
1
-5
/
+0
*
fixed a bug in the property replace which lead to an extra TAB at string
Rainer Gerhards
2006-09-27
1
-2
/
+4
*
made the field-delimiter inside property replacer (templates) configurable
Rainer Gerhards
2006-09-27
1
-8
/
+10
*
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
[prev]
[next]