index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dns
/
dns_test.go
Age
Commit message (
Expand
)
Author
2026-03-26
lib/dns: refactoring DoT and DoH to use address instead of port
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-22
lib/dns: add test flag to skip running DNS server
Shulhan
2023-08-05
lib/dns: always initialize the Zone SOA record to default values
Shulhan
2022-07-27
lib/dns: change the TLS listen port when testing
Shulhan
2022-05-30
lib/dns: move all caches operations from Server to Caches type
Shulhan
2022-05-12
all: rewrite all codes to use "var" instead of ":="
Shulhan
2021-11-14
lib/dns: refactoring, create type RecordType to represent type of RR
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2021-01-20
dns: replace master word with zone
Shulhan
2020-08-25
dns: add second parameter to PopulateCachesByXXX
Shulhan
2020-08-18
dns: rename MasterFile to ZoneFile
Shulhan
2020-08-10
dns: split between MasterFile and masterParser
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-06-04
dns: refactoring loading hosts and master files
Shulhan
2020-02-13
dns: check returned error from ListenAndServer in TestMain
Shulhan
2019-12-18
dns: merge Start and Wait into ListenAndServe
Shulhan
2019-10-17
dns: change the server certificate options to load from files
Shulhan
2019-10-17
dns: implement client for DNS over TLS
Shulhan
2019-10-16
dns: refactoring server options
Shulhan
2019-10-03
dns: disable parent name servers on test server
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-05-17
dns: set log flag to 0, without time prefix
Shulhan
2019-04-12
dns: remove TCPPort on ServerOptions
Shulhan
2019-04-12
dns/server: implement recursion, forwarding request to parent name servers
Shulhan
2019-04-12
dns: refactor server to use caches
Shulhan
2019-04-12
dns: use direct certificate instance on ServerOptions
Shulhan
2019-04-12
dns: add caches for server
Shulhan
2019-04-12
dns: detach generate test response from test serverHandler
Shulhan
2019-04-12
dns: fix data race issue when running test
Shulhan
2019-04-12
dns/server: refactor server to use Start, Wait, and Stop
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-01-28
lib/dns: remove request pool
Shulhan
2019-01-28
lib/dns: change the port number on test
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-09-27
lib/dns: add field Kind to request
Shulhan
2018-09-27
lib/dns: reimplement request pooling for server
Shulhan
2018-09-26
lib/dns: use debug package
Shulhan
2018-09-25
lib/dns: remove request pooling
Shulhan
2018-09-25
lib/dns: add delay after running test server
Shulhan
2018-09-25
lib/dns: add type server options to configure server
Shulhan
2018-09-25
lib/dns: implement client and server for DNS over HTTPS
Shulhan
2018-09-05
lib/dns: add test for empty answer
Shulhan
2018-09-05
lib/dns: export RDataText value
Shulhan
2018-09-05
lib/dns: remove Response
Shulhan
2018-09-03
lib/dns: rename method for marshal/unmarshal to Pack/Unpack
Shulhan
2018-08-24
[test] lib/dns: remove sleep and set log flag to microseconds
Shulhan
2018-08-24
lib/dns: add interface for sender, receiver, and client
Shulhan
2018-08-23
lib/dns: Implement DNS server with handler
Shulhan
[next]