index
:
rescached
dev
dev-telemetry
main
DNS resolver cache daemon, DNS server with caches support.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
httpd.go
Age
Commit message (
Expand
)
Author
2022-03-15
all: change the rescached license to GPL 3.0 or later
Shulhan
2021-12-21
all: move HTTP server option to Environment
Shulhan
2021-12-19
all: refactoring Server initialization
Shulhan
2021-12-04
all: sync with latest share module
Shulhan
2021-07-13
go.mod: update to latest share module
Shulhan
2021-01-22
_www: display the list of caches in front page
Shulhan
2021-01-20
all: rewrite the web user interface and the APIs
Shulhan
2021-01-12
all: update with latest share modules
Shulhan
2020-09-06
all: various changes
Shulhan
2020-09-05
all: various fixes and clean ups
Shulhan
2020-09-04
_www: reorder the create record fields on Zone interface
Shulhan
2020-09-04
httpd: fix error return value when handling delete RR
Shulhan
2020-09-02
all: handle saving the PTR record on Zone file editor
Shulhan
2020-08-25
go.mod: update with latest share package
Shulhan
2020-08-23
all: replace the internal hosts file with dns.HostsFile
Shulhan
2020-08-23
all: replace hosts with dns.ResourceRecord
Shulhan
2020-08-23
httpd: move the api path to consts
Shulhan
2020-08-22
all: change "Master" word to "Zone"
Shulhan
2020-08-18
httpd: implement functions to create and delete master file
Shulhan
2020-08-17
all: implement web UI to manage master zone files
Shulhan
2020-07-26
httpd: fetch the hosts block file if its not exist when enabled
Shulhan
2020-07-26
all: make enabling and disabling hosts block without restart
Shulhan
2020-07-26
wui: update the hosts block last-updated format
Shulhan
2020-07-26
all: implement UI to create, update, delete hosts file in hosts.d
Shulhan
2020-07-26
all: rename rescached_httpd.go to httpd.go
Shulhan