index
:
rsyslog
master
v3-stable
v3-stable-kaz
Modifications to rsyslog---see v3-stable-kaz branch
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
dnscache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
optimze: reduce memory operations during dns resolution/hostname setting
Rainer Gerhards
2013-01-22
1
-10
/
+90
*
some fixes to commit 440aaff114607e82aefee56336846611a2e35c9c
Rainer Gerhards
2013-01-22
1
-11
/
+12
*
optimize: move lowercasing of hostnames to cache
Rainer Gerhards
2013-01-24
1
-36
/
+61
*
optimize: have dns cache pre-create rsyslog prop_t's
Rainer Gerhards
2013-01-24
1
-20
/
+33
*
optimize: reduce nbr of strcpy() in FROMHOST processing
Rainer Gerhards
2013-01-18
1
-10
/
+15
*
dnscache: switch to use hashtable instead of linked list
Rainer Gerhards
2013-01-18
1
-71
/
+57
*
cosmetic: remove compiler warning
Rainer Gerhards
2012-11-03
1
-1
/
+1
*
dns cache: working on invalid resolution bug, again
Rainer Gerhards
2012-02-09
1
-2
/
+4
*
dns cache: experimental fix for name resulution problem
Rainer Gerhards
2012-02-08
1
-1
/
+1
*
dns chache: added some more error instrumentation
Rainer Gerhards
2012-02-06
1
-15
/
+14
*
dnscache: bugfix, potentially grabagge data accessed
Rainer Gerhards
2011-06-07
1
-4
/
+6
*
added upper limit on # of dns cache entries to prevent DoS
Rainer Gerhards
2011-06-07
1
-2
/
+59
*
added a first implementation of a DNS name cache
Rainer Gerhards
2011-06-06
1
-0
/
+295