"...Irrlicht/svn:/svn.code.sf.net/p/irrlicht/code/trunk@3623" did not exist on "6990bb1d8265fa1b0dd4c033652d76d7e0eb5b76"
This project is mirrored from https://github.com/coredns/coredns.git.
The repository failed to update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
- 06 Mar, 2018 2 commits
-
-
nogoegst authored
-
Miek Gieben authored
Mechanical change; ran the above command.
-
- 03 Mar, 2018 4 commits
-
-
Miek Gieben authored
* plugin/health: make reload work Remove the once.Do from the startup, so we can re-bind the HTTP listener. Also clarify the usage of health in multiple server blocks (this is not the best approach - but there isn't a generic solution at this point). Manual tested as we lack testing infra, i.e kill -SIGUSR1 and some CURLing of the health endpoint. * Readme test fix * update * dont need this
-
Miek Gieben authored
* plugin/metrics: still need nil check for shutdown the second prometheus statement will trigger: (on control-C) [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x94f45a] goroutine 25 [running]: github.com/coredns/coredns/plugin/metrics.(*Metrics).OnShutdown(0xc420252000, 0x0, 0x0) /home/miek/g/src/github.com/coredns/coredns/plugin/metrics/metrics.go:107 +0x2a github.com/coredns/coredns/plugin/metrics.(*Metrics).OnShutdown-fm(0x0, 0x0) /home/miek/g/src/github.com/coredns/coredns/plugin/metrics/setup.go:39 +0x2a github.com/mholt/caddy.(*Instance).ShutdownCallbacks(0xc4202c81e0, 0x0, 0x0, 0x0) /home/miek/g/src/github.com/mholt/caddy/caddy.go:164 +0xb3 github.com/mholt/caddy.allShutdownCallbacks(0x1743935, 0x8, 0x14a1b40) /home/miek/g/src/github.com/mholt/caddy/sigtrap.go:95 +0x10d github.com/mholt/caddy.executeShutdownCallbacks.func1() /home/miek/g/src/github.com/mholt/caddy/sigtrap.go:75 +0x8f sync.(*Once).Do(0x2256b80, 0xc42036df88) /home/miek/upstream/go/src/sync/once.go:44 +0xbe github.com/mholt/caddy.executeShutdownCallbacks(0x174033f, 0x6, 0x0) /home/miek/g/src/github.com/mholt/caddy/sigtrap.go:71 +0x73 github.com/mholt/caddy.trapSignalsCrossPlatform.func1.1() /home/miek/g/src/github.com/mholt/caddy/sigtrap.go:61 +0x36 created by github.com/mholt/caddy.trapSignalsCrossPlatform.func1 /home/miek * comments on why
-
Miek Gieben authored
Couldn't revert the original commit, just manually perform the needed tweaks.
-
Miek Gieben authored
* wip * plugin/metrics: fix reload behavior Fixes #1472
-
- 02 Mar, 2018 5 commits
-
-
Uladzimir Trehubenka authored
-
Miek Gieben authored
Fixes #1564
-
Miek Gieben authored
* server: drop logging Drop this log line; you have no control over it; it doesn't add that much and can be used to easily ddos you. * compile
-
Miek Gieben authored
Just happen to see these. Fix them.
-
Miek Gieben authored
Dont return here, but continue
-
- 01 Mar, 2018 9 commits
-
-
Miek Gieben authored
error on startup when we see these in a corefile: ~~~ % ./coredns 2018/03/01 06:51:23 plugin/startup: this plugin has been deprecated % ./coredns 2018/03/01 06:51:32 plugin/shutdown: this plugin has been deprecated ~~~
-
Miek Gieben authored
* plugin/deprecated: add an easy way to error on depcated plugin * lint * better docs * slightly more docs
-
Miek Gieben authored
All these functions are namespaced by their package anyway; just use setup().
-
Miek Gieben authored
* plugin/file: shutdown reload goroutine Shutdown the z.Reload() routine (if started in the first place) on shutdow and reload. Fixes #1508 * Must be put in c.OnShutdown() * up test coverage
-
varyoo authored
* Easier way to dnstap? * Remove unnecessary function parameter from Tapper * golint * golint 2 * Proxy dnstap tests * README.md & doc * net.IP * Proxy test was incorrect * Small changes * Update README.md * Was not reporting dnstap errors + test * Wasn't working at all, now it's ok * Thanks Travis
-
Miek Gieben authored
* plugins: Return error for multiple use of some Return plugin.ErrOnce when a plugin that doesn't support it, is called mutliple times. This now adds it for: cache, dnssec, errors, forward, hosts, nsid. And changes it slightly in kubernetes, pprof, reload, root. * more tests
-
Miek Gieben authored
Log the remote's port, for IPv6 addr this means we should enclose the v6 address in brackets; make this the default for 'remote'.
-
Miek Gieben authored
godeps sets the external repos to the correct versions meaning we can build CoreDNS.
-
Miek Gieben authored
Rename the constants to IP4arpa and IP6arpa (shorter and exported) and make IsReverse return the type of the reverse zone which could be handy for some callers. Also add tests for IsReverse()
-
- 28 Feb, 2018 2 commits
-
-
Chris O'Haver authored
* better handle non PTR rev zone qrys * vice versa * tests * comment typo * much cleaner
-
Yong Tang authored
This fix adds security report section in README.md Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 27 Feb, 2018 1 commit
-
-
Yong Tang authored
We are in incubating stage now: https://lists.cncf.io/g/cncf-toc/topic/result_coredns_moving_to/12935200?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,12935200Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
-
- 26 Feb, 2018 2 commits
-
-
Miek Gieben authored
Capatilize coredns in ADAPTERS.md
-
Tobias Schmidt authored
-
- 24 Feb, 2018 2 commits
-
-
Yong Tang authored
This fix updates go dep with `dep ensure --update` as well as the following: - Removed github.com/ugorji/go restriction in Gopkg.toml (fixes #1557) - Added github.com/flynn/go-shlex in Makefile (neede by Caddy, maybe removed later) This fix fixes #1557 Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Francois Tur authored
* add OverlapChecker, move the test of overlap AFTER the directive setup process, change key of configs to allow multiple same key * glitch when rebase. init of Config should include the default host * add tests for the registering of configuration rename multicast in 'unbound'. add comments on the validator * - merged zoneAddr and addrKey that are very similar - move maps of Validator to zoneAddr, avoinding need to have string representation of zoneaddr - moving key build for saving Config at Config side instead of dnsContext * - UT on saving config is now useless. * - cannot cleanup access to Configs after setup. Deferred function to Start, use it * - cleanup register unit tests. remove useless function * - address comments of review. name of validator, comments, simplify registerAndCheck * - fixes after review. renaming a function and a comment
-
- 23 Feb, 2018 2 commits
-
-
Miek Gieben authored
* doc: some function/vars/const/package level updates Various update that stood out while reading godoc.org for CoreDNS. * Fix some misspellings as well
-
John Belamaric authored
-
- 22 Feb, 2018 7 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
-
Yong Tang authored
to make goreportcard happy Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Yong Tang authored
This fix updates golang.org/x/net to release-branch.go1.10 and golang.org/x/text to v0.3.0, for the purpose of align with go version 1.10. This fix also updates README.md to promote using go 1.10. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Miek Gieben authored
Use binary search to find the minimal message size, that contains whole RRs and fits the client's buffer. This is better then just setting entire sections to `nil`. Extend the tests to test for additional and answer section truncation. In the first case we *don't* set the TC bit. This function now also set Compression to true.
-
Chris O'Haver authored
-
Miek Gieben authored
make -f Makefile.doc
-
- 21 Feb, 2018 3 commits
-
-
Chris O'Haver authored
-
Miek Gieben authored
Drop prominent placement of SkyDNS, some cleanups
-
Miek Gieben authored
Caddy 0.10.11 is released. Fix CoreDNS to compile against that version. This also helps people compiling CoreDNS and go getting non-vendored deps.
-
- 19 Feb, 2018 1 commit
-
-
Freddy authored
-