aboutsummaryrefslogtreecommitdiff
path: root/plugin/hosts (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-24For caddy v1 in our org (#4018)Gravatar Miek Gieben 2-4/+2
2020-09-18plugin/hosts: make hosts plugin cursive (#4131)Gravatar Miek Gieben 1-1/+1
2020-07-25using promauto package to ensure all created metrics are properly registered ...Gravatar Zou Nengren 2-9/+3
2020-03-31introduce metric naming test (#3789)Gravatar Zou Nengren 3-19/+25
2020-02-24plugin/hosts: Modifies NODATA handling (#3536)Gravatar Kohei Yoshida 2-22/+42
2019-11-29Move to CODEOWNERS (#3489)Gravatar Miek Gieben 1-6/+0
2019-10-08Directive -> plugin (#3363)Gravatar Miek Gieben 1-2/+2
2019-09-25plugin: cleanup code based on staticcheck warnings (#3302)Gravatar Guangming Wang 1-2/+2
2019-09-20all: simply registering plugins (#3287)Gravatar Miek Gieben 1-6/+1
2019-09-19add host metrics (#3277)Gravatar yeya24 3-0/+34
2019-09-19update doc to not use the root zone for everything (#3288)Gravatar Miek Gieben 1-2/+3
2019-07-31plugin/hosts: create inline map in setup (#3071)Gravatar Miek Gieben 3-28/+23
2019-07-25plugin/host: don't append the names when reparsing hosts file (#3045)Gravatar Miek Gieben 7-171/+144
2019-07-03Update Caddy to 1.0.1, and update import path (#2961)Gravatar Yong Tang 2-2/+2
2019-04-24Update README.md (#2799)Gravatar Cricket Liu 1-1/+1
2019-02-20Remove redundant words in comments (#2589)Gravatar Nguyen Hai Truong 1-1/+1
2019-02-17plugin/hosts: fix data race on h.size (#2573)Gravatar Miek Gieben 1-1/+4
2019-02-17Fix some typos (#2560)Gravatar Nguyen Quang Huy 1-2/+2
2019-02-12plugin/hosts provide more configuration flexibility (#2535)Gravatar Thomas Mangin 6-70/+163
2019-01-28plugin/hosts: fix for ipv4-in-ipv6 (#2506)Gravatar Thomas Mangin 2-2/+18
2019-01-21plugin/hosts reload the hosts file every 5 seconds (#2478)Gravatar Thomas Mangin 1-0/+3
2019-01-19Stop importing testing in the main binary (#2479)Gravatar Miek Gieben 1-2/+4
2018-12-30disable ra flag for several plugins (#2408)Gravatar Isolus 1-1/+1
2018-11-03plugin/host: parse file without holding lock (#2270)Gravatar Miek Gieben 2-8/+9
2018-10-21Use filepath when manipulating file paths (#2221)Gravatar Manuel Stocker 1-3/+3
2018-08-29Default to scrubbing replies in the server (#2012)Gravatar Miek Gieben 1-2/+0
2018-08-14Typo fixes (#2031)Gravatar Karsten Weiss 1-1/+1
2018-07-19Clean up tests logging (#1979)Gravatar Miek Gieben 1-0/+5
2018-07-19plugin/hosts: add log.Debug (#1985)Gravatar Miek Gieben 1-0/+18
2018-07-09Remove trailing whitespace (#1955)Gravatar Miek Gieben 2-2/+2
2018-05-27Add addition documentation for hosts plugin, fix #1825 (#1836)Gravatar Mario Kleinsasser 1-1/+25
2018-05-01Do Compress only when need in request.Scrub (#1760)Gravatar Miek Gieben 1-1/+1
2018-04-22Use logging (#1718)Gravatar Miek Gieben 1-1/+3
2018-04-22all: fix plugin import ordering (#1717)Gravatar Miek Gieben 2-4/+3
2018-04-20global: move to context (#1699)Gravatar Miek Gieben 2-2/+3
2018-04-19Update all plugins to use plugin/pkg/log (#1694)Gravatar Miek Gieben 1-3/+3
2018-03-25Make examples complete Corefiles (#1623)Gravatar John Belamaric 1-6/+12
2018-02-28return an error for multiple use of some plugins (#1559)Gravatar Miek Gieben 3-0/+17
2018-02-08Add OWNERS file (#1486)Gravatar Miek Gieben 1-0/+6
2018-01-09pkg/fall: make Zero and Root vars not funcs (#1367)Gravatar Miek Gieben 1-11/+11
2018-01-07Simplify plugin/pkg/fall (#1358)Gravatar John Belamaric 3-19/+16
2018-01-07Add pkg/fall for Fallthrough (#1355)Gravatar Miek Gieben 4-33/+36
2018-01-04Manual pages (#1346)Gravatar Miek Gieben 1-1/+5
2017-10-31add goroutine to check hosts file for updates (#1180)Gravatar Pat Moroney 6-81/+122
2017-10-24remove the deferGravatar Pat Moroney 1-1/+1
2017-10-24read lock around ReadHosts()Gravatar Pat Moroney 1-2/+10
2017-10-24move ReadHosts out of the lockGravatar Pat Moroney 1-3/+3
2017-10-24Fix locking for hosts pluginGravatar Pat Moroney 1-7/+9
2017-10-10doc update (#1140)Gravatar Miek Gieben 1-2/+4
2017-09-29Warn if the hosts file is a directory (#1126)Gravatar John Belamaric 1-1/+4