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-03-22
Release rescached v2.1.2
v2.1.2
Shulhan
2019-03-22
AUR: update with previous release
Shulhan
2019-03-22
doc: update benchmark output with latest commit
Shulhan
2019-03-22
Revert "rescached: run multiple routines to process request queue"
Shulhan
2019-03-02
Release rescached v2.1.1
v2.1.1
Shulhan
2019-03-02
make: remove lint task from build and debug
Shulhan
2019-03-02
rescached: simplify the logic of return on processForwardResponse
Shulhan
2019-03-02
cmd/resolver: generate unique request ID
Shulhan
2019-03-02
rescached: run multiple routines to process request queue
Shulhan
2019-03-02
cacheworker: remove method update()
Shulhan
2019-03-02
README: update documentation on running DNS over HTTPS
Shulhan
2019-03-02
go.mod: update dependency github.com/shuLhan/share to v0.4.0
Shulhan
2019-02-14
all: remove caches request
Shulhan
2019-02-01
Release rescached v2.1.0 (2019-02-01)
v2.1.0
Shulhan
2019-02-01
cmd/rescached: write heap profile when debugging runtime
Shulhan
2019-02-01
go.mod: update package "share" to v0.3.0
Shulhan
2019-01-29
rescached: do not remove cached requests if one is fail
Shulhan
2019-01-29
rescached: add more unit test for some methods
Shulhan
2019-01-29
cmd/rescached: add function to debug runtime memory allocation
Shulhan
2019-01-29
rescached: remove manual HTTP Flush
Shulhan
2019-01-29
rescached: remove request pool FreeRequest statement
Shulhan
2019-01-29
rescached: fix logging prefix to match with its method
Shulhan
2019-01-29
rescached: split the process request into its own method
Shulhan
2019-01-29
response: renama checkExpiration to isExpired
Shulhan
2019-01-29
rescached: move loading system hosts file to cmd/rescached
Shulhan
2019-01-29
cacheworker: print pruned record only on debug mode
Shulhan
2019-01-29
cachesrequest: sort the content by map's keys on String
Shulhan
2019-01-29
all: change default parent nameservers to Cloudflare DNS
Shulhan
2019-01-29
rescached: check and initialize options with default value if its invalid
Shulhan
2019-01-28
cmd/rescached: move loading hosts and master directory to library
Shulhan
2019-01-28
Update changelog for next release
Shulhan
2019-01-28
all: fix the example certificate and key for DNS over HTTPS
Shulhan
2019-01-28
makefile: run linter on build
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
cacheworker: replace "for select" with "for range"
Shulhan
2019-01-26
all: suppress linter warnings on long lines
Shulhan
2019-01-26
all: suppress linter warnings on known global variables
Shulhan
2019-01-26
cachesrequest: fix mispelling on String comment
Shulhan
2019-01-26
caches: pre-allocated keys using map length
Shulhan
2019-01-26
options: set default listen address to loopback address and timeout to 5
Shulhan
2019-01-26
rescached: check for nil Options
Shulhan
2019-01-26
cmd/rescached: remove type config, use rescached.Options directly
Shulhan
2019-01-24
cacheworker: remove updateQueue, call cacheWorker.update directly
Shulhan
2019-01-24
caches: replace sync.Map with plain map and Mutex
Shulhan
2019-01-24
cachesrequest: replace sync.Map with Go plain map with Mutex
Shulhan
2019-01-24
cacheworker: add unit test for cacheWorker
Shulhan
2019-01-24
caches: implement Stringer interface on caches
Shulhan
2019-01-24
cacheslist: implement Stringer interface on cachesList
Shulhan
[next]