summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-09Release rescached v4.4.2 (2023-11-10)v4.4.2Shulhan
2023-11-09_AUR: update for next releaseShulhan
2023-11-09_sys: update all man pagesShulhan
2023-11-09go.mod: update share and ciigo modulesShulhan
2023-09-23cmd/resolver: replace "math/rand" with "crypto/rand"Shulhan
2023-09-23go.mod: update all dependencies and set Go mod version to 1.20Shulhan
2023-09-23Makefile: replace golangci-lint linterShulhan
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
2023-04-01go.mod: set Go version to 1.19 and update share moduleShulhan
2023-03-03go.mod: update all dependenciesShulhan
2022-08-25_www/doc: update the index and resolver documentationShulhan
2022-08-06Release rescached v4.4.0 (2022-08-06)v4.4.0Shulhan
2022-08-06_www/doc: format documentation for resolverShulhan
2022-08-06_AUR: track latest changes in AUR submoduleShulhan
2022-08-06go.mod: update all dependenciesShulhan
2022-07-11test: wait for server before running the testShulhan
2022-06-12all: un-export HostsFiles and Zones fields on EnvironmentShulhan
2022-06-12_www: refactoring, various bug fixes and cleanupsShulhan
2022-06-12all: trim the zone's name from request on HTTP API zone.d record deleteShulhan
2022-06-12all: make GET /api/hosts.d to return list of hosts.d if name is emptyShulhan
2022-06-12all: fixes HTTP API for updating environmentShulhan
2022-06-12_www/block.d: fix the variable names on hosts block.dShulhan
2022-06-09go.mod: update to share module v0.38.0Shulhan
2022-06-09all: add integration tests for HTTP API related to block.dShulhan
2022-06-09all: change the HTTP API to update hosts in block.dShulhan
2022-05-22all: use the exported Blockd type instead of interface{}Shulhan
2022-05-22cmd/resolver: implement command to list hosts in block.dShulhan
2022-05-22all: implement HTTP API to fetch list of block.dShulhan
2022-05-22all: export and rename the hostsBlock type to BlockdShulhan
2022-05-22all: add all known licensesShulhan
2022-05-22cmd/resolver: add command to print the program versionShulhan
2022-05-22cmd/resolver: changes the help flag to commandShulhan
2022-05-22all: simplify cmd/resolver documentationShulhan
2022-05-22all: change the test debug level from 2 to 1Shulhan
2022-05-22all: move the documentation under _www/doc directoryShulhan
2022-05-17cmd/resolver: implement command to delete record on zoneShulhan
2022-05-17all: update share moduleShulhan
2022-05-16all: use consistent parameter name for zone nameShulhan
2022-05-16_www: fetch the zone's records when clicking zoneShulhan
2022-05-16cmd/resolver: implement command to get records on zoneShulhan
2022-05-16all: implement HTTP API to fetch records in zoneShulhan
2022-05-16all: fix comment regarding HTTP path on HTTP handlersShulhan
2022-05-16cmd/resolver: add command to fetch and print all zonesShulhan
2022-05-16all: add new HTTP API to get all zonesShulhan
2022-05-16go.mod: update share moduleShulhan
2022-05-15cmd/resolver: implement command to add new record to zoneShulhan
2022-05-15all: split zoneRecordRequest type into separate fileShulhan