summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-16Release v2.0.0v2.0.0Shulhan
2019-01-16go.mod: update dependenciesShulhan
2019-01-16cacheworker.go: do not cache DNS message with non OK status codeShulhan
2018-12-24make: replace tool to generate manpage with asciidoctorShulhan
2018-11-30AUR: update sub moduleShulhan
2018-11-30make.lint: enable all lintersShulhan
2018-11-30go.mod: update dependenciesShulhan
2018-11-30cmd/resolver: remove options instance from global variableShulhan
2018-11-30Remove unused message poolShulhan
2018-11-30cmd/rescached: minimize global variablesShulhan
2018-11-30Start(): refactoring to not use naked returnShulhan
2018-11-30processDoHForwardQueue: replace for-select with for-rangeShulhan
2018-11-30processForwardQueue: change parameter remote address to interface net.AddrShulhan
2018-11-30cmd/resolver: remove unneeded string conversion on populateQueriesShulhan
2018-11-30options: realign struct sizesShulhan
2018-11-30all: remove unused _responsePool variable and function allocMessage()Shulhan
2018-10-01rescached: clear failed forward request from queueShulhan
2018-10-01README: fix step on installing from sourceShulhan
2018-10-01.gitmodules: change the aur submodule to use HTTPS (read-only) URLShulhan
2018-10-01go.mod: update dependencyShulhan
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