aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/dns_test.go
AgeCommit message (Expand)Author
2026-03-26lib/dns: refactoring DoT and DoH to use address instead of portShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-22lib/dns: add test flag to skip running DNS serverShulhan
2023-08-05lib/dns: always initialize the Zone SOA record to default valuesShulhan
2022-07-27lib/dns: change the TLS listen port when testingShulhan
2022-05-30lib/dns: move all caches operations from Server to Caches typeShulhan
2022-05-12all: rewrite all codes to use "var" instead of ":="Shulhan
2021-11-14lib/dns: refactoring, create type RecordType to represent type of RRShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2021-01-20dns: replace master word with zoneShulhan
2020-08-25dns: add second parameter to PopulateCachesByXXXShulhan
2020-08-18dns: rename MasterFile to ZoneFileShulhan
2020-08-10dns: split between MasterFile and masterParserShulhan
2020-06-06all: use default linter optionsShulhan
2020-06-04dns: refactoring loading hosts and master filesShulhan
2020-02-13dns: check returned error from ListenAndServer in TestMainShulhan
2019-12-18dns: merge Start and Wait into ListenAndServeShulhan
2019-10-17dns: change the server certificate options to load from filesShulhan
2019-10-17dns: implement client for DNS over TLSShulhan
2019-10-16dns: refactoring server optionsShulhan
2019-10-03dns: disable parent name servers on test serverShulhan
2019-06-14all: fix nolint formatShulhan
2019-05-17dns: set log flag to 0, without time prefixShulhan
2019-04-12dns: remove TCPPort on ServerOptionsShulhan
2019-04-12dns/server: implement recursion, forwarding request to parent name serversShulhan
2019-04-12dns: refactor server to use cachesShulhan
2019-04-12dns: use direct certificate instance on ServerOptionsShulhan
2019-04-12dns: add caches for serverShulhan
2019-04-12dns: detach generate test response from test serverHandlerShulhan
2019-04-12dns: fix data race issue when running testShulhan
2019-04-12dns/server: refactor server to use Start, Wait, and StopShulhan
2019-03-01all: fix warnings from linterShulhan
2019-01-28lib/dns: remove request poolShulhan
2019-01-28lib/dns: change the port number on testShulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-11-29all: fix warnings from lintersShulhan
2018-09-27lib/dns: add field Kind to requestShulhan
2018-09-27lib/dns: reimplement request pooling for serverShulhan
2018-09-26lib/dns: use debug packageShulhan
2018-09-25lib/dns: remove request poolingShulhan
2018-09-25lib/dns: add delay after running test serverShulhan
2018-09-25lib/dns: add type server options to configure serverShulhan
2018-09-25lib/dns: implement client and server for DNS over HTTPSShulhan
2018-09-05lib/dns: add test for empty answerShulhan
2018-09-05lib/dns: export RDataText valueShulhan
2018-09-05lib/dns: remove ResponseShulhan
2018-09-03lib/dns: rename method for marshal/unmarshal to Pack/UnpackShulhan
2018-08-24[test] lib/dns: remove sleep and set log flag to microsecondsShulhan
2018-08-24lib/dns: add interface for sender, receiver, and clientShulhan
2018-08-23lib/dns: Implement DNS server with handlerShulhan