summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-05-15all: refactoring the HTTP API for deleting zone recordShulhan
2022-05-14all: refactoring HTTP API for adding new zone.d recordShulhan
2022-05-14cmd/resolver: implement command to create and delete zone fileShulhan
2022-05-14all: update documentation for resolverShulhan
2022-05-14all: refactor the HTTP API for zone.dShulhan
2022-05-13cmd/resolver: implement command to delete record on hosts fileShulhan
2022-05-11all: ignore generated test files inside _test directoryShulhan
2022-05-11cmd/resolver: implement command to add new record to hosts fileShulhan
2022-04-25all: refactor the APIs to manage hosts.d resource records (RR)Shulhan
2022-04-24cmd/resolver: move handling command env to resolverShulhan
2022-04-24cmd/resolver: simplify handling command "caches"Shulhan
2022-04-24cmd/resolver: simplify method to handle block.d commandShulhan
2022-04-24cmd/resolver: implement command to manage hosts.dShulhan
2022-04-24all: return the hosts file in response of hosts.d create and deleteShulhan
2022-04-23all: create hosts.d directory if not existShulhan
2022-04-23all: fix panic if a nil HostsFiles and/or Zones is accessedShulhan
2022-04-23all: change the hosts.d HTTP API request type to form and queryShulhan
2022-04-22all: changes the block.d update API request type to x-www-form-urlencodedShulhan
2022-04-21cmd/resolver: implement command to disable or enable hosts in block.dShulhan
2022-04-21all: implement HTTP API to enable or disable hosts on block.dShulhan
2022-04-20all: move all installation files into directory _sysShulhan
2022-04-20_www: implement function to update block.d hosts fileShulhan