- 18 Apr, 2018 8 commits
-
-
-
-
-
-
-
Ondřej Surý authored
Add clang (with clang specific extra options like -Wenum-conversion) to out GitLab CI Closes #200 See merge request !203
-
Ondřej Surý authored
-
Ondřej Surý authored
-
- 13 Apr, 2018 4 commits
-
-
Evan Hunt authored
-
Options updated to use ttlvals: max-cache-ttl, max-ncache-ttl, max-policy-ttl, fstrm-set-reopen-interval, interface-interval, and min-update-interval.
- 12 Apr, 2018 20 commits
-
-
Ondřej Surý authored
Appease -Werror=maybe-uninitialized before calling strtok_r() See merge request !198
-
Tony Finch authored
-
Evan Hunt authored
-
Witold Krecicki authored
Cleanup <isc/string.h> functions See merge request !163
-
Ondřej Surý authored
4924. [cleanup] Clean up the isc_string_* namespace and leave only strlcpy and strlcat. [GL #178]
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
Replace with simple snprintf() as appropriate.
-
Ondřej Surý authored
Use strlcpy and strlcat as appropriate instead.
-
Ondřej Surý authored
-
Ondřej Surý authored
Refactoring #defines into typedef enums See merge request !135
-
Ondřej Surý authored
4923. [cleanup] Refactor socket and socket event options into enum types. [GL !135]
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
Fix runtime assertion on Windows due isc_file_template being out-of-sync Closes #189 See merge request !193
-
- 11 Apr, 2018 8 commits
-
-
Ondřej Surý authored
-
Ondřej Surý authored
Resolve "Fix TSIG dump keyfile name generation issues" Closes #189 See merge request !164
-
-
Ondřej Surý authored
-
Evan Hunt authored
Commit f87e0c03 removed the "system" directory from the TESTDIRS variable in bin/tests/Makefile.in in an attempt to fix "make distclean" which was broken since commit 0d784de1. However, this change prevented any system tests from being run when "make test" is invoked. We now put it back into both SUBDIRS and TESTDIRS, but with a modified rule to check for the existence of a Makefile in each subdirectory before trying to run make there. This prevents "make distclean" from trying to run again in a directory where it's already been run.
-
Apart from ensuring "make test" returns 0, also check whether any system test output was generated as a result of running it. This prevents the CI job running system tests from succeeding unless it actually tests something.
-