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
*
added $umask and $FileCreateMode config file directives
Rainer Gerhards
2007-07-04
1
-29
/
+113
*
applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed a
Rainer Gerhards
2007-07-03
1
-73
/
+73
*
added support for dynamic file names in selector lines. Can now be created
Rainer Gerhards
2007-07-03
1
-29
/
+201
*
fixed bug when obtaining port from /etc/services
Rainer Gerhards
2007-07-03
1
-3
/
+2
*
restored "-r 0" /etc/service lookup; improved debug output
Rainer Gerhards
2007-07-02
1
-23
/
+80
*
Applied patch to make rsyslog compile under solaris. thanks to Bartosz
Rainer Gerhards
2007-07-02
1
-2
/
+5
*
fixed a bug in freeAllSockets() that caused core dump during syslogd
Rainer Gerhards
2007-06-29
1
-14
/
+33
*
reviewing TCP IPv6, done some changes, also some other minor text changes.
Rainer Gerhards
2007-06-28
1
-36
/
+57
*
use of port 0 as indicator for "default port" re-enabled
Rainer Gerhards
2007-06-28
1
-9
/
+25
*
applied Peter Vrabec's IPv6 TCP patch - many thanks! :)
Rainer Gerhards
2007-06-28
1
-115
/
+187
*
done more IPv6 work, fixed memory leak on HUP due to new port stringbuffer
Rainer Gerhards
2007-06-28
1
-44
/
+93
*
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
[next]