summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-29rescached: load and watch "file.resolvconf" only if its not emptyv2.0.0-rc2Shulhan
2018-09-29go.mod: update dependencyShulhan
2018-09-29Set default cache prune delay to one hourShulhan
2018-09-29make: install an example of certificate filesShulhan
2018-09-29README: add section to explain how to use DNS over HTTPSShulhan
2018-09-27go.mod: update dependencyShulhan
2018-09-27Replace debug level variable with debug packageShulhan
2018-09-27Use the same format all debug request, cache, update, and expiredShulhan
2018-09-27Refactoring DNS over HTTPS (DoH)Shulhan
2018-09-27rescached.go: reimplement request poolingShulhan
2018-09-26Add option to allow insecure connection to DoH serverShulhan
2018-09-26cmd/rescached: fix DoH parents not set to default if its emptyShulhan
2018-09-25cmd/resolver: add option to query name using DNS over HTTPShulhan
2018-09-25Implement DNS over HTTPS for server and forwarderShulhan
2018-09-14Ignore response only if response code is not zeroShulhan
2018-09-11doc: add integration with openresolv on feature sectionShulhan
2018-09-11Implement subscriber integration with openresolvShulhan
2018-09-09Add documentation about format of master fileShulhan
2018-09-08doc: fix bencmark formatShulhan
2018-09-08doc: update list of featuresShulhan
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