"...Irrlicht/svn:/svn.code.sf.net/p/irrlicht/code/trunk@3523" did not exist on "149d9ec8142ef95eca89e7badc0d1ef002494eac"
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 .
- 25 Aug, 2016 3 commits
-
-
Miek Gieben authored
See https://github.com/mholt/caddy/commit/17709a7d3f1a6ee0c34bdb81c6332b1339ea7085 where there was a slight change (for the better) on how to register. Fix the CoreDNS to adhire to this. Needs Caddy from master to compile at this moment.
-
Miek Gieben authored
Fix "just push to master, because I know better" compilation error.
-
Miek Gieben authored
The will prolly make automatic releases easier.
-
- 24 Aug, 2016 1 commit
-
-
Miek Gieben authored
-
- 23 Aug, 2016 19 commits
-
-
Miek Gieben authored
Set version and name of the program. And then call coremain.Run(). The coremain split makes CoreDNS embeddable. Also see #189 for an old PR.
-
Michael Richmond authored
* Adding debug message when starting k8s controller * Adding work-around for timing issue in k8s integration tests * Remove unused import * Fix Makefile for ast package * Increase k8s verbosity in travis * Updating TODO list to find root cause of test issue * go fmt cleanup
-
Miek Gieben authored
Second set of grammatical fixes
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
Miek Gieben authored
Some grammatical fixes to various README.md files
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
Grammatical fixes plus correction of the reverse-mapping zone for 10.0.0/24.
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
-
cricketliu authored
Grammatical fixes.
-
cricketliu authored
More grammatical fixes.
-
cricketliu authored
Minor grammatical fixes.
-
- 22 Aug, 2016 2 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
Remove miek.nl in favor of example.org and other smaller cleanups.
-
- 21 Aug, 2016 4 commits
-
-
Miek Gieben authored
Use the package go/ast/astutil for adding CoreDNS to caddy and removing the http server stuff from it as well - we're only a DNS server, no need to caddy all the HTTP stuff as well. Results in smaller binary and plugin_generate.go being much smaller as well.
-
Miek Gieben authored
-
Miek Gieben authored
This needs a patch in caddy to work properly, but we want something like it anyway. See https://github.com/mholt/caddy/pull/1058
-
Miek Gieben authored
* Set version to 001 * Remove k8stest, test fails is k8s is not there: touch luck * Remove server directory: not used anymore * Disable k8s test (for now) * gometalinter changes
-
- 20 Aug, 2016 1 commit
-
-
Miek Gieben authored
* Make CoreDNS a server type plugin for Caddy Remove code we don't need and port all middleware over. Fix all tests and rework the documentation. Also make `go generate` build a caddy binary which we then copy into our directory. This means `go build`-builds remain working as-is. And new etc instances in each etcd test for better isolation. Fix more tests and rework test.Server with the newer support Caddy offers. Fix Makefile to support new mode of operation.
-
- 17 Aug, 2016 3 commits
-
-
Michael Richmond authored
-
Miek Gieben authored
It is not middleware, so move it up one level. It was also use from core/ showing that indeed its use is not limited to middlewares.
-
Michael Richmond authored
* Adding pod setup to kubernetes startup scripts * Adding template description to k8s README.md * Fix typo. * Moving kubernetes setup scripts out of go folder * Fixing script error * Adding messages to k8s scripts for clarity
-
- 15 Aug, 2016 3 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
Changes large parts of proxy lookup mechanism. The duplicate zone checking erroneous added a nameserver for each zone we are auth. for, creating to many backend hosts. So even when a host was determined do be Down() we still got an (identical) new one from the list. The Down() and failure checking for upstream hosts had data race in the uh.Fails check - we now use atomic.LoadInt32 for that. Use and debug the test/server.go test servers implementation in the TestStubLookup test to prevent going out to the internet. Also delete the stub cycle test. That test was wrong and did not test what it needed to be testing. Deleted for now.
-
elcore authored
* Authoritative Answer - DNSKEY * Improve Style
-
- 14 Aug, 2016 2 commits
-
-
Miek Gieben authored
-
Miek Gieben authored
Add warning about in memory keys and the impossibilty to extract them.
-
- 13 Aug, 2016 1 commit
-
-
Michael Richmond authored
* Adding parsing for label selector to Corefile * Updating comment typo in k8sCorefile * Adding implementation of label support to filter exposed objects * Updating TODO list
-
- 09 Aug, 2016 1 commit
-
-
Miek Gieben authored
* Always continue * debug queries: more sane impl This PR just add a msg.Service to debug instead of crafting an TXT RR at that point. This way we lift on the normal way of generating debug responses and don't muck with that implementation. The tags=etcd is flaky as hell for some reason.
-