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
Age
Commit message (
Expand
)
Author
2019-01-16
Release v2.0.0
v2.0.0
Shulhan
2019-01-16
go.mod: update dependencies
Shulhan
2019-01-16
cacheworker.go: do not cache DNS message with non OK status code
Shulhan
2018-12-24
make: replace tool to generate manpage with asciidoctor
Shulhan
2018-11-30
AUR: update sub module
Shulhan
2018-11-30
make.lint: enable all linters
Shulhan
2018-11-30
go.mod: update dependencies
Shulhan
2018-11-30
cmd/resolver: remove options instance from global variable
Shulhan
2018-11-30
Remove unused message pool
Shulhan
2018-11-30
cmd/rescached: minimize global variables
Shulhan
2018-11-30
Start(): refactoring to not use naked return
Shulhan
2018-11-30
processDoHForwardQueue: replace for-select with for-range
Shulhan
2018-11-30
processForwardQueue: change parameter remote address to interface net.Addr
Shulhan
2018-11-30
cmd/resolver: remove unneeded string conversion on populateQueries
Shulhan
2018-11-30
options: realign struct sizes
Shulhan
2018-11-30
all: remove unused _responsePool variable and function allocMessage()
Shulhan
2018-10-01
rescached: clear failed forward request from queue
Shulhan
2018-10-01
README: fix step on installing from source
Shulhan
2018-10-01
.gitmodules: change the aur submodule to use HTTPS (read-only) URL
Shulhan
2018-10-01
go.mod: update dependency
Shulhan
2018-09-29
rescached: load and watch "file.resolvconf" only if its not empty
v2.0.0-rc2
Shulhan
2018-09-29
go.mod: update dependency
Shulhan
2018-09-29
Set default cache prune delay to one hour
Shulhan
2018-09-29
make: install an example of certificate files
Shulhan
2018-09-29
README: add section to explain how to use DNS over HTTPS
Shulhan
2018-09-27
go.mod: update dependency
Shulhan
2018-09-27
Replace debug level variable with debug package
Shulhan
2018-09-27
Use the same format all debug request, cache, update, and expired
Shulhan
2018-09-27
Refactoring DNS over HTTPS (DoH)
Shulhan
2018-09-27
rescached.go: reimplement request pooling
Shulhan
2018-09-26
Add option to allow insecure connection to DoH server
Shulhan
2018-09-26
cmd/rescached: fix DoH parents not set to default if its empty
Shulhan
2018-09-25
cmd/resolver: add option to query name using DNS over HTTP
Shulhan
2018-09-25
Implement DNS over HTTPS for server and forwarder
Shulhan
2018-09-14
Ignore response only if response code is not zero
Shulhan
2018-09-11
doc: add integration with openresolv on feature section
Shulhan
2018-09-11
Implement subscriber integration with openresolv
Shulhan
2018-09-09
Add documentation about format of master file
Shulhan
2018-09-08
doc: fix bencmark format
Shulhan
2018-09-08
doc: update list of features
Shulhan
2018-09-08
Add benchmark result with our tool and dnstrace
v2.0.0-rc1
Shulhan
2018-09-08
Update AUR submodule
Shulhan
2018-09-08
Ignore heap files from profiling
Shulhan
2018-09-08
Add AUR package as git submodule
Shulhan
2018-09-08
doc: add "dir.hosts" to rescached config documentation
Shulhan
2018-09-08
make: force remove on uninstall
Shulhan
2018-09-08
make: remove sudo on install and uninstall tasks
Shulhan
2018-09-08
Update response TTL every time message is requested by client
Shulhan
2018-09-08
cmd/resolver: log non success response code
Shulhan
2018-09-08
cmd/resolverbench: compute elapsed time
Shulhan
[next]