summaryrefslogtreecommitdiff
path: root/rescached.go
AgeCommit message (Expand)Author
2025-12-27Release rescached v4.4.4 (2025-12-27)v4.4.4Shulhan
2025-01-26all: replace debug package with internal Debug variabelShulhan
2025-01-11go.mod: update all dependenciesShulhan
2024-09-07Release rescached v4.4.3 (2024-09-07)v4.4.3Shulhan
2024-03-21all: replace module "share" with "pakakeh.go"Shulhan
2023-11-09Release rescached v4.4.2 (2023-11-10)v4.4.2Shulhan
2023-09-23go.mod: update all dependencies and set Go mod version to 1.20Shulhan
2023-09-23all: remove loading system hosts fileShulhan
2023-04-01Release rescached v4.4.1 (2023-04-01)v4.4.1Shulhan
2023-04-01all: update go doc commentsShulhan
2023-04-01all: remove ineffectual assignment to errShulhan
2022-08-06Release rescached v4.4.0 (2022-08-06)v4.4.0Shulhan
2022-06-12all: un-export HostsFiles and Zones fields on EnvironmentShulhan
2022-06-09go.mod: update to share module v0.38.0Shulhan
2022-05-22all: export and rename the hostsBlock type to BlockdShulhan
2022-05-22cmd/resolver: add command to print the program versionShulhan
2022-04-23all: create hosts.d directory if not existShulhan
2022-04-19all: add option to set the base directoryShulhan
2022-04-19all: refactoring the hosts blocks format and locationShulhan
2022-04-11go.mod: update to latest share the moduleShulhan
2022-03-15all: change the rescached license to GPL 3.0 or laterShulhan
2021-12-21all: move HTTP server option to EnvironmentShulhan
2021-12-19all: refactoring Server initializationShulhan
2021-12-04all: sync with latest share moduleShulhan
2021-11-14all: update share moduleShulhan
2021-01-20all: rewrite the web user interface and the APIsShulhan
2020-08-25go.mod: update with latest share packageShulhan
2020-08-23all: replace the internal hosts file with dns.HostsFileShulhan
2020-08-22all: change "Master" word to "Zone"Shulhan
2020-08-17all: implement web UI to manage master zone filesShulhan
2020-07-26all: implement UI to create, update, delete hosts file in hosts.dShulhan
2020-07-26all: store the loaded hosts and master filesShulhan
2020-07-26all: use log.SetPrefix to prefix the log outputShulhan
2020-07-26all: make host and master directory staticShulhan
2020-07-26all: rename Options to environmentShulhan
2020-07-26all: implement the user interface to change configurationShulhan
2020-07-26rescached: stop watching file resolv.conf on StopShulhan
2020-07-26cmd/rescached: move parsing config file to rescached packageShulhan
2019-12-26go.mod: update dependenciesShulhan
2019-10-24rescached: return error from dns.WaitShulhan
2019-10-17rescached: support serving and forwarding DNS over TLSShulhan
2019-10-16all: refactoring configuration fileShulhan
2019-10-15rescached: log the DoH address and port on StartShulhan
2019-09-29all: remove the usage of writing PID fileShulhan
2019-07-09all: add prefix to the log output with "rescached: "Shulhan
2019-07-05all: refactoring with latest update on dns packageShulhan
2019-03-22Revert "rescached: run multiple routines to process request queue"Shulhan
2019-03-02rescached: simplify the logic of return on processForwardResponseShulhan
2019-03-02rescached: run multiple routines to process request queueShulhan
2019-03-02cacheworker: remove method update()Shulhan