index
:
rescached
dev
dev-telemetry
main
DNS resolver cache daemon, DNS server with caches support.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
Age
Commit message (
Expand
)
Author
2019-01-28
all: fix the example certificate and key for DNS over HTTPS
Shulhan
2019-01-26
all: fix capitalized errors string
Shulhan
2019-01-26
cmd/resolver: simplify if-else condition on main
Shulhan
2019-01-26
cmd/rescached: add package name to non-importable packages
Shulhan
2019-01-26
options: set default listen address to loopback address and timeout to 5
Shulhan
2019-01-26
cmd/rescached: remove type config, use rescached.Options directly
Shulhan
2018-11-30
cmd/resolver: remove options instance from global variable
Shulhan
2018-11-30
cmd/rescached: minimize global variables
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-09-29
Set default cache prune delay to one hour
Shulhan
2018-09-29
make: install an example of certificate files
Shulhan
2018-09-27
Replace debug level variable with debug package
Shulhan
2018-09-27
Refactoring DNS over HTTPS (DoH)
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-11
Implement subscriber integration with openresolv
Shulhan
2018-09-08
cmd/resolver: log non success response code
Shulhan
2018-09-08
cmd/resolverbench: compute elapsed time
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
Implement loading master files from directory
Shulhan
2018-09-05
Add message pool
Shulhan
2018-09-03
Update dependencies
Shulhan
2018-08-30
cmd/resolver: fix flag nameserver (ns) overriden by resolv.conf values
Shulhan
2018-08-30
cmd/resolver: fix counting number of minimum dots
Shulhan
2018-08-29
Add command line to benchmark DNS request and response with hot caches
Shulhan
2018-08-29
Set debug level 0 to log startup and error messages
Shulhan
2018-08-28
cmd/resolver: handle domain, search and options from resolv.conf
Shulhan
2018-08-28
[chore] Formatting output
Shulhan
2018-08-27
[chore] Remove unused variables
Shulhan
2018-08-27
cmd/resolver: command line interface to query hostname (as in dig)
Shulhan
2018-08-26
cmd/rescached: update default prune delay to 5m and threshold to 1h
Shulhan
2018-08-26
cmd/rescached: allow custom profiling address through environment variable
Shulhan
2018-08-26
cmd/rescached: split creating rescached server into function
Shulhan
2018-08-26
cmd/rescached: disable loading hosts dir if its empty
Shulhan
2018-08-26
cmd/rescached: add flag "-f" for loading custom configuration
Shulhan
2018-08-26
Implement cache pruning using time aware least recently used
Shulhan
2018-08-25
Move caches as field of rescached server
Shulhan
2018-08-25
Use package lib/net for network type
Shulhan
2018-08-25
Use package lib/net to parse address to UDPAddr
Shulhan
2018-08-24
Rename repository to rescached-go
Shulhan
[prev]
[next]