summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-08Add benchmark result with our tool and dnstracev2.0.0-rc1Shulhan
2018-09-08Update AUR submoduleShulhan
2018-09-08Ignore heap files from profilingShulhan
2018-09-08Add AUR package as git submoduleShulhan
2018-09-08doc: add "dir.hosts" to rescached config documentationShulhan
2018-09-08make: force remove on uninstallShulhan
2018-09-08make: remove sudo on install and uninstall tasksShulhan
2018-09-08Update response TTL every time message is requested by clientShulhan
2018-09-08cmd/resolver: log non success response codeShulhan
2018-09-08cmd/resolverbench: compute elapsed timeShulhan
2018-09-07Remove function newCacheShulhan
2018-09-07cmd/rescached: minimize function parameter by storing ini object in configShulhan
2018-09-07cmd/rescached: remove write timeout on pprofShulhan
2018-09-07cmd/rescached: change the hosts directory key on configShulhan
2018-09-07cmd/rescached: close opened file descriptor after opening directoryShulhan
2018-09-06cmd/rescached: load master file from directoryShulhan
2018-09-06cmd/resolver: use map of type and class from package lib/dnsShulhan
2018-09-06cmd/resolver: fix missing port in address when parsing name serverShulhan
2018-09-05Merge lib/dns ResponseShulhan
2018-09-05Implement loading master files from directoryShulhan
2018-09-05Add message poolShulhan
2018-09-04make: add debug task to test and build with race detectionShulhan
2018-09-04Use atomic to get or set response accessed-at field valueShulhan
2018-09-03make: build resolverbench command; clean generated docs and test filesShulhan
2018-09-03Fix data race when pruningShulhan
2018-09-03Update dependenciesShulhan
2018-08-31cacheworker.start: free response that is not added to cacheShulhan
2018-08-31Update moduleShulhan
2018-08-30cmd/resolver: fix flag nameserver (ns) overriden by resolv.conf valuesShulhan
2018-08-30Fix race when updating new responseShulhan
2018-08-30cmd/resolver: fix counting number of minimum dotsShulhan
2018-08-30newListResponse: simplify returnShulhan
2018-08-30Cache request to prevent forwarding the same queries to parent serverShulhan
2018-08-29Add command line to benchmark DNS request and response with hot cachesShulhan
2018-08-29Set debug level 0 to log startup and error messagesShulhan
2018-08-29Convert request question name to lower casesShulhan
2018-08-29go.mod: remove replace valueShulhan
2018-08-28make: fix typo on sudoShulhan
2018-08-28cmd/resolver: handle domain, search and options from resolv.confShulhan
2018-08-28Ignore updating response from local cachesShulhan
2018-08-28[chore] Formatting outputShulhan
2018-08-27[chore] Remove unused variablesShulhan
2018-08-27Move rescached config documentation to doc directoryShulhan
2018-08-27cmd/resolver: command line interface to query hostname (as in dig)Shulhan
2018-08-26cmd/rescached: update default prune delay to 5m and threshold to 1hShulhan
2018-08-26cmd/rescached: allow custom profiling address through environment variableShulhan
2018-08-26cmd/rescached: split creating rescached server into functionShulhan
2018-08-26cmd/rescached: disable loading hosts dir if its emptyShulhan
2018-08-26cmd/rescached: add flag "-f" for loading custom configurationShulhan
2018-08-26Add documentation for rescached.cfg and script filesShulhan