summaryrefslogtreecommitdiff
tag namev3.0.1 (3a7638ca3c66d4187fb04033dfd14216de1934f9)
tag date2020-05-07 18:04:27 +0700
tagged byShulhan <m.shulhan@gmail.com>
tagged objectcommit d44ef6654a...
downloadrescached-3.0.1.tar.xz
= Rescached v3.0.1 (2020-05-07)
== Enhancements * dns: change the mark of input/output in log output Previously, the character '<' is used to indicate incoming request from client and '>' to indicate outgoing response. This change reverse it because '<' make more sense for output and '>' is for input (looks like cin and cout on C++ world) == Bug fixes * dns: fix index out of range when unpacking OPT RR * dns: forward the request to fallback queue if there is no forwarders == Chores * Add prefix "_" to all non-Go source directories. This is to ignore the directory being scanned by Go tools.