summaryrefslogtreecommitdiff
path: root/httpd.go
AgeCommit message (Expand)Author
2024-03-27all: comply with lintersShulhan
2024-03-21all: replace module "share" with "pakakeh.go"Shulhan
2024-02-04all: apply recommendation from linter reviveShulhan
2023-09-23go.mod: update all dependencies and set Go mod version to 1.20Shulhan
2023-04-01all: update go doc commentsShulhan
2022-06-12all: un-export HostsFiles and Zones fields on EnvironmentShulhan
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: change the HTTP API to update 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-17cmd/resolver: implement command to delete record on zoneShulhan
2022-05-16all: use consistent parameter name for zone nameShulhan
2022-05-16all: implement HTTP API to fetch records in zoneShulhan
2022-05-16all: fix comment regarding HTTP path on HTTP handlersShulhan
2022-05-16all: add new HTTP API to get all zonesShulhan
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: refactor the HTTP API for zone.dShulhan
2022-05-13cmd/resolver: implement command to delete record on hosts fileShulhan
2022-04-25all: refactor the APIs to manage hosts.d resource records (RR)Shulhan
2022-04-24all: return the hosts file in response of hosts.d create and deleteShulhan
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-21all: implement HTTP API to enable or disable hosts on block.dShulhan
2022-04-20all: implement HTTP API to update hosts.dShulhan
2022-04-19all: rename the page and HTTP API for hosts_blocks to block.dShulhan
2022-04-19all: add option to set the base directoryShulhan
2022-04-19all: refactoring the hosts blocks format and locationShulhan
2022-04-16cmd/resolver: implement sub command to update environmentShulhan
2022-04-16all: apply suggestions from linterShulhan
2022-04-15all: implement API to remove all cachesShulhan
2022-04-15all: implement sub command to remove caches by domain nameShulhan
2022-04-11all: replace internal response with lib/http.EndpointResponseShulhan
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-07-13go.mod: update to latest share moduleShulhan
2021-01-22_www: display the list of caches in front pageShulhan
2021-01-20all: rewrite the web user interface and the APIsShulhan
2021-01-12all: update with latest share modulesShulhan
2020-09-06all: various changesShulhan
2020-09-05all: various fixes and clean upsShulhan
2020-09-04_www: reorder the create record fields on Zone interfaceShulhan