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
/
example_server_test.go
Age
Commit message (
Expand
)
Author
2021-11-13
lib/dns: use snake case for file naming
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-15
dns: refactoring the ResourceRecord values from []byte to string
Shulhan
2020-08-10
dns: split between MasterFile and masterParser
Shulhan
2020-08-03
dns: refactoring resource record fields
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-16
dns: refactoring server options
Shulhan
2019-04-12
dns: remove TCPPort on ServerOptions
Shulhan
2019-04-12
dns/client: add parameter to set recursion on Lookup()
Shulhan
2019-04-12
dns: refactor server to use caches
Shulhan
2019-04-12
dns/sender: change the Send parameter to slice of byte instead of Message
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/server: refactor server to use Start, Wait, and Stop
Shulhan
2019-01-28
lib/dns: remove request pool
Shulhan
2019-01-28
lib/dns: change the port number on test
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-09-27
lib/dns: add field Kind to request
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 examples for server, TCP client, and UDP client
Shulhan