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
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
2018-09-07
Remove function newCache
Shulhan
2018-09-07
cmd/rescached: minimize function parameter by storing ini object in config
Shulhan
2018-09-07
cmd/rescached: remove write timeout on pprof
Shulhan
2018-09-07
cmd/rescached: change the hosts directory key on config
Shulhan
2018-09-07
cmd/rescached: close opened file descriptor after opening directory
Shulhan
2018-09-06
cmd/rescached: load master file from directory
Shulhan
2018-09-06
cmd/resolver: use map of type and class from package lib/dns
Shulhan
2018-09-06
cmd/resolver: fix missing port in address when parsing name server
Shulhan
2018-09-05
Merge lib/dns Response
Shulhan
2018-09-05
Implement loading master files from directory
Shulhan
2018-09-05
Add message pool
Shulhan
2018-09-04
make: add debug task to test and build with race detection
Shulhan
2018-09-04
Use atomic to get or set response accessed-at field value
Shulhan
2018-09-03
make: build resolverbench command; clean generated docs and test files
Shulhan
2018-09-03
Fix data race when pruning
Shulhan
2018-09-03
Update dependencies
Shulhan
2018-08-31
cacheworker.start: free response that is not added to cache
Shulhan
2018-08-31
Update module
Shulhan
2018-08-30
cmd/resolver: fix flag nameserver (ns) overriden by resolv.conf values
Shulhan
2018-08-30
Fix race when updating new response
Shulhan
[next]