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
/
cacheworker.go
Age
Commit message (
Expand
)
Author
2019-07-05
all: refactoring with latest update on dns package
Shulhan
2019-03-02
cacheworker: remove method update()
Shulhan
2019-02-14
all: remove caches request
Shulhan
2019-01-29
cacheworker: print pruned record only on debug mode
Shulhan
2019-01-26
cacheworker: replace "for select" with "for range"
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-23
cacheworker: remove queue for pruning response in cache
Shulhan
2019-01-23
cacheworker: check for nil "res" parameter on remove
Shulhan
2019-01-23
cacheworker: add message to list if its contains other type
Shulhan
2019-01-22
cacheworker: rename add() method to upsert()
Shulhan
2019-01-22
cacheworker: check for empty msg parameter on add()
Shulhan
2019-01-22
cacheworker: remove unused cacheThreshold field
Shulhan
2019-01-16
cacheworker.go: do not cache DNS message with non OK status code
Shulhan
2018-11-30
Remove unused message pool
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-14
Ignore response only if response code is not zero
Shulhan
2018-09-07
Remove function newCache
Shulhan
2018-09-06
cmd/rescached: load master file from directory
Shulhan
2018-09-05
Merge lib/dns Response
Shulhan
2018-08-31
cacheworker.start: free response that is not added to cache
Shulhan
2018-08-30
Fix race when updating new response
Shulhan
2018-08-30
Cache request to prevent forwarding the same queries to parent server
Shulhan
2018-08-29
Set debug level 0 to log startup and error messages
Shulhan
2018-08-29
Convert request question name to lower cases
Shulhan
2018-08-28
[chore] Formatting output
Shulhan
2018-08-26
Implement cache pruning using time aware least recently used
Shulhan