- 28 Aug, 2018 1 commit
-
-
Mukund Sivaraman authored
-
- 08 Aug, 2018 3 commits
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
- 11 May, 2018 1 commit
-
-
Ondřej Surý authored
-
- 09 Apr, 2018 1 commit
-
-
Michał Kępień authored
Replace dns_fixedname_init() calls followed by dns_fixedname_name() calls with calls to dns_fixedname_initname() where it is possible without affecting current behavior and/or performance. This patch was mostly prepared using Coccinelle and the following semantic patch: @@ expression fixedname, name; @@ - dns_fixedname_init(&fixedname); ... - name = dns_fixedname_name(&fixedname); + name = dns_fixedname_initname(&fixedname); The resulting set of changes was then manually reviewed to exclude false positives and apply minor tweaks. It is likely that more occurrences of this pattern can be refactored in an identical way. This commit only takes care of the low-hanging fruit.
-
- 04 Feb, 2017 1 commit
-
-
Evan Hunt authored
4568. [contrib] Added a --with-bind option to the dnsperf configure script to specify BIND prefix path.
-
- 03 Feb, 2016 1 commit
-
-
Evan Hunt authored
4314. [contrib] Added 'dnsperf-2.1.0.0-1', a set of performance testing tools provided by Nominum, Inc.
-