| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-14 | cmd/resolver: refactor the resolver as client of DNS and rescached | Shulhan | |
| Previously, the resolver command only for querying DNS server. In this changes and in the future, the resolver command will be client for DNS and rescached server. | |||
| 2022-03-15 | all: change the rescached license to GPL 3.0 or later | Shulhan | |
| See https://kilabit.info/journal/2022/gpl/ for more information. | |||
| 2021-12-27 | cmd/resolver: realign struct options | Shulhan | |
| This save the memory size from 80 to 72 bytes (-8 bytes). | |||
| 2021-12-04 | all: sync with latest share module | Shulhan | |
| This changes update the code based on refactoring on lib/dns package on share module. | |||
| 2021-11-14 | cmd/resolver: fix redundant new lines | Shulhan | |
| 2019-10-18 | resolver: print the usage with examples | Shulhan | |
| 2019-10-17 | resolver: allow "ns" option to query DNS over TLS and HTTPS | Shulhan | |
| 2019-01-26 | all: fix capitalized errors string | Shulhan | |
| 2018-11-30 | options: realign struct sizes | Shulhan | |
| For struct Options the size is realigned from 166 bytes to 144 bytes. For struct resolver.Options the size is realigned from 80 bytes to 72 bytes. For struct rescached.Config the size is realigned from 216 bytes to 208 bytes. | |||
| 2018-09-25 | cmd/resolver: add option to query name using DNS over HTTP | Shulhan | |
| 2018-09-06 | cmd/resolver: use map of type and class from package lib/dns | Shulhan | |
| 2018-08-30 | cmd/resolver: fix flag nameserver (ns) overriden by resolv.conf values | Shulhan | |
| Flag "-ns" should have high priority than nameserver value in resolv.conf. | |||
| 2018-08-27 | cmd/resolver: command line interface to query hostname (as in dig) | Shulhan | |
