-
Notifications
You must be signed in to change notification settings - Fork 328
Gasii_ #3
base: master
Are you sure you want to change the base?
Gasii_ #3
Commits on Apr 9, 2015
-
Revert "Add documentation on stub zones"
This reverts commit 1992f5f. Wrong branch...
Configuration menu - View commit details
-
Copy full SHA for 1d4effd - Browse repository at this point
Copy the full SHA 1d4effdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d57d105 - Browse repository at this point
Copy the full SHA d57d105View commit details -
Allow SkyDNS to forward queries to other authorities, thereby create a mesh of SkyDNS server all working together. Works in theory, lots of hardcoded stuff, but looks quite workable.
Configuration menu - View commit details
-
Copy full SHA for 8309887 - Browse repository at this point
Copy the full SHA 8309887View commit details -
Multiple idential RR records should be dedupped so that only one is left. I.e. multiport.th1.kubernetes.local. 3600 IN A 1.1.1.1 multiport.th1.kubernetes.local. 3600 IN A 1.1.1.1 Should return: multiport.th1.kubernetes.local. 3600 IN A 1.1.1.1 Note: I believe the clients don't really care about this and stuff just works, but a good server should not be sending out invalid messages. Also added test case that checks for this. We also dedup the additional section, but for now there is no test for this. Fixes #149
Configuration menu - View commit details
-
Copy full SHA for 5c4545f - Browse repository at this point
Copy the full SHA 5c4545fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92e8133 - Browse repository at this point
Copy the full SHA 92e8133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53f9fbd - Browse repository at this point
Copy the full SHA 53f9fbdView commit details
Commits on Apr 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 81e5aa6 - Browse repository at this point
Copy the full SHA 81e5aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3743e2 - Browse repository at this point
Copy the full SHA c3743e2View commit details -
Add an Etcd watch and create the function that parses the result and put them in the stubzone's map so that skydns knows what to do.
Configuration menu - View commit details
-
Copy full SHA for 8e44c71 - Browse repository at this point
Copy the full SHA 8e44c71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 721c125 - Browse repository at this point
Copy the full SHA 721c125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8448c57 - Browse repository at this point
Copy the full SHA 8448c57View commit details
Commits on Apr 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6ec4a15 - Browse repository at this point
Copy the full SHA 6ec4a15View commit details -
Configuration menu - View commit details
-
Copy full SHA for fce7621 - Browse repository at this point
Copy the full SHA fce7621View commit details -
Configuration menu - View commit details
-
Copy full SHA for dda233c - Browse repository at this point
Copy the full SHA dda233cView commit details
Commits on Apr 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 555fe78 - Browse repository at this point
Copy the full SHA 555fe78View commit details
Commits on Apr 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 878fa89 - Browse repository at this point
Copy the full SHA 878fa89View commit details -
Configuration menu - View commit details
-
Copy full SHA for c88146b - Browse repository at this point
Copy the full SHA c88146bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87a3ea0 - Browse repository at this point
Copy the full SHA 87a3ea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf4d028 - Browse repository at this point
Copy the full SHA cf4d028View commit details
Commits on Apr 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d769cfc - Browse repository at this point
Copy the full SHA d769cfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9889c3 - Browse repository at this point
Copy the full SHA a9889c3View commit details
Commits on Apr 22, 2015
-
Add loop detection for stub forwarding
When forwarding queries to another stub add a custom EDNS0 option that tell SkyDNS that this is a stub forward. Such queries will be handled as normal, except that they won't be forward *again* to another stub. This should prevent all kind of nasty cycles.
Miek Gieben committedApr 22, 2015 Configuration menu - View commit details
-
Copy full SHA for 2d5ff38 - Browse repository at this point
Copy the full SHA 2d5ff38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8625b - Browse repository at this point
Copy the full SHA 3c8625bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6264a6 - Browse repository at this point
Copy the full SHA d6264a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee4d40 - Browse repository at this point
Copy the full SHA 4ee4d40View commit details
Commits on Apr 23, 2015
-
Be more explicit about the casing of the path lookup.
The lookup happens with a lowercased path. Add two more tests to make sure we work like this and add a line of documentation.
Miek Gieben committedApr 23, 2015 Configuration menu - View commit details
-
Copy full SHA for 40be39d - Browse repository at this point
Copy the full SHA 40be39dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16d4959 - Browse repository at this point
Copy the full SHA 16d4959View commit details
Commits on Apr 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for acec09b - Browse repository at this point
Copy the full SHA acec09bView commit details
Commits on Apr 28, 2015
-
Does not work (yet). It groups to aggresively and should drop some services that are not dropped.
Configuration menu - View commit details
-
Copy full SHA for ab578a8 - Browse repository at this point
Copy the full SHA ab578a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7298d72 - Browse repository at this point
Copy the full SHA 7298d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd08aee - Browse repository at this point
Copy the full SHA bd08aeeView commit details -
Add (some what lame) test for the Groups in services.
Configuration menu - View commit details
-
Copy full SHA for 39bf7d4 - Browse repository at this point
Copy the full SHA 39bf7d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b26aed - Browse repository at this point
Copy the full SHA 4b26aedView commit details
Commits on Apr 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d16d8af - Browse repository at this point
Copy the full SHA d16d8afView commit details -
Configuration menu - View commit details
-
Copy full SHA for f79b368 - Browse repository at this point
Copy the full SHA f79b368View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d53e9 - Browse repository at this point
Copy the full SHA c3d53e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for af8dee6 - Browse repository at this point
Copy the full SHA af8dee6View commit details
Commits on Apr 30, 2015
-
Internally resolve names if the are internal
See issue #163, we should internally resolve IP addresses if we can. This needs one more test, where we resolve both v4 and v6 addresses.
Configuration menu - View commit details
-
Copy full SHA for ce7e4de - Browse repository at this point
Copy the full SHA ce7e4deView commit details -
Create a smaller Dockerfile that just copies the static binary in the image. No need to ship the *entire* golang build infrastructure in an image. Added some docs on how to locally build.
Miek Gieben committedApr 30, 2015 Configuration menu - View commit details
-
Copy full SHA for 620a91f - Browse repository at this point
Copy the full SHA 620a91fView commit details
Commits on May 1, 2015
-
Inherit docker file from accursoft/micro-jessie: 66 MB in total size
Miek Gieben committedMay 1, 2015 Configuration menu - View commit details
-
Copy full SHA for c5159c2 - Browse repository at this point
Copy the full SHA c5159c2View commit details
Commits on May 3, 2015
-
Merge pull request #165 from skynetservices/dockerfile
Dockerfile updates
Configuration menu - View commit details
-
Copy full SHA for 135383b - Browse repository at this point
Copy the full SHA 135383bView commit details
Commits on May 4, 2015
-
Base image of progrium/busybox
Using a busybox only is annoying because there isn't a good dig equiv. Having access to packages, in this case openwrt, makes sense because it makes live much easier. Total size is 15.13 MB.
Configuration menu - View commit details
-
Copy full SHA for e768de5 - Browse repository at this point
Copy the full SHA e768de5View commit details -
Merge pull request #166 from skynetservices/docker-progrium
Base image of progrium/busybox
Configuration menu - View commit details
-
Copy full SHA for d442ef6 - Browse repository at this point
Copy the full SHA d442ef6View commit details
Commits on May 5, 2015
-
kill the TYPE0 hack, added extra parameters instead to AddressRecord (there are quite a few there now). Also cleaned up the test output. Only show the failing test's question and reply, makes debugging much easier. Add the final tests that return v4 and v6 for a name we have internally.
Configuration menu - View commit details
-
Copy full SHA for 540cdb7 - Browse repository at this point
Copy the full SHA 540cdb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd6106 - Browse repository at this point
Copy the full SHA 4bd6106View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e282a - Browse repository at this point
Copy the full SHA 63e282aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e458f43 - Browse repository at this point
Copy the full SHA e458f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a2eafa - Browse repository at this point
Copy the full SHA 8a2eafaView commit details -
Merge pull request #167 from skynetservices/internalresolv
Internal resolve
Configuration menu - View commit details
-
Copy full SHA for 2d18ec4 - Browse repository at this point
Copy the full SHA 2d18ec4View commit details -
Fix the tests and copy/"paste" the SRVrecords function to a MXRecords function. Both these function should be refactored, see #164.
Configuration menu - View commit details
-
Copy full SHA for 1c61c6d - Browse repository at this point
Copy the full SHA 1c61c6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9853a12 - Browse repository at this point
Copy the full SHA 9853a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4984bf5 - Browse repository at this point
Copy the full SHA 4984bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 480b0e9 - Browse repository at this point
Copy the full SHA 480b0e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44ff514 - Browse repository at this point
Copy the full SHA 44ff514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14cbdec - Browse repository at this point
Copy the full SHA 14cbdecView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4e9d1 - Browse repository at this point
Copy the full SHA fa4e9d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 173aafb - Browse repository at this point
Copy the full SHA 173aafbView commit details -
Does not work (yet). It groups to aggresively and should drop some services that are not dropped.
Configuration menu - View commit details
-
Copy full SHA for 47afc63 - Browse repository at this point
Copy the full SHA 47afc63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4225654 - Browse repository at this point
Copy the full SHA 4225654View commit details -
Add (some what lame) test for the Groups in services.
Configuration menu - View commit details
-
Copy full SHA for ef53c7e - Browse repository at this point
Copy the full SHA ef53c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3706158 - Browse repository at this point
Copy the full SHA 3706158View commit details -
Configuration menu - View commit details
-
Copy full SHA for 781a00f - Browse repository at this point
Copy the full SHA 781a00fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff51e3b - Browse repository at this point
Copy the full SHA ff51e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e9a7aa - Browse repository at this point
Copy the full SHA 8e9a7aaView commit details -
Merge pull request #169 from skynetservices/mail
Add MX record support.
Configuration menu - View commit details
-
Copy full SHA for 2912e48 - Browse repository at this point
Copy the full SHA 2912e48View commit details -
Using two loops now, but first assess the group for the services, then loop again to actually fetch these services. Added extra test in `msg/`, but this also fixes a test in server.
Configuration menu - View commit details
-
Copy full SHA for 2e40d34 - Browse repository at this point
Copy the full SHA 2e40d34View commit details
Commits on May 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f029737 - Browse repository at this point
Copy the full SHA f029737View commit details -
Miek Gieben committed
May 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 9b3eea6 - Browse repository at this point
Copy the full SHA 9b3eea6View commit details -
More extensive tests with multiple SkyDNS services. Slightly more logging in the stubzone department.
Configuration menu - View commit details
-
Copy full SHA for a22cf4f - Browse repository at this point
Copy the full SHA a22cf4fView commit details -
Merge pull request #173 from skynetservices/stubzones-tests
Stubzones tests
Configuration menu - View commit details
-
Copy full SHA for 81a4a6f - Browse repository at this point
Copy the full SHA 81a4a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd8ff9 - Browse repository at this point
Copy the full SHA 4dd8ff9View commit details
Commits on May 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 208014b - Browse repository at this point
Copy the full SHA 208014bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6953c6 - Browse repository at this point
Copy the full SHA a6953c6View commit details -
Actually look under ns.dns.<domain> as documented in the readme. Change the code and the tests.
Configuration menu - View commit details
-
Copy full SHA for cb7b66e - Browse repository at this point
Copy the full SHA cb7b66eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b261e - Browse repository at this point
Copy the full SHA d0b261eView commit details -
Configuration menu - View commit details
-
Copy full SHA for da76837 - Browse repository at this point
Copy the full SHA da76837View commit details -
Actually look under ns.dns.<domain> as documented in the readme. Change the code and the tests.
Configuration menu - View commit details
-
Copy full SHA for 24f5a0c - Browse repository at this point
Copy the full SHA 24f5a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2b7324 - Browse repository at this point
Copy the full SHA f2b7324View commit details
Commits on May 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b1a9c7c - Browse repository at this point
Copy the full SHA b1a9c7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3544d2 - Browse repository at this point
Copy the full SHA f3544d2View commit details
Commits on May 10, 2015
-
Fixes issue #168 Duplicate CNAMEs like: a.ipaddr.skydns.test. 3600 IN A 172.16.1.1 b.ipaddr.skydns.test. 3600 IN A 172.16.1.2 mx.skydns.test. 3600 IN CNAME a.ipaddr.skydns.test. mx.skydns.test. 3600 IN CNAME b.ipaddr.skydns.test. are not allowed in the DNS and should be suppressed. Right now we just allow one in the non-round-robin case the latter one (b.ipaddr.. in this case). If round-robin is enabled we just flip a coin on wether to include the "new" CNAME are not. The A/AAAA record that is not referenced is still included in the answer, but this should not case any harm, and should be ignored by the client.
Configuration menu - View commit details
-
Copy full SHA for f384738 - Browse repository at this point
Copy the full SHA f384738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e2b5f9 - Browse repository at this point
Copy the full SHA 3e2b5f9View commit details -
Merge pull request #176 from skynetservices/doublecname
Suppress duplicate CNAMEs
Configuration menu - View commit details
-
Copy full SHA for 340b9e0 - Browse repository at this point
Copy the full SHA 340b9e0View commit details -
A lot of DNS client implementation think that they know how DNS names should look. For instance glibc thinkg bla.*.com is illegal, this makes doing queries from the commandline `ping bla.*.com` impossible. This PR brings back the idea from SkyDNS1 that `any` is an alternative syntax for `*`. So you can write `ping bla.any.com` and everybody is happy. Fixes #127
Configuration menu - View commit details
-
Copy full SHA for ae37476 - Browse repository at this point
Copy the full SHA ae37476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5587c6d - Browse repository at this point
Copy the full SHA 5587c6dView commit details -
Merge pull request #177 from skynetservices/any2
Make `any` equal to `*`
Configuration menu - View commit details
-
Copy full SHA for f17188c - Browse repository at this point
Copy the full SHA f17188cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f562cc - Browse repository at this point
Copy the full SHA 2f562ccView commit details
Commits on May 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for fe72343 - Browse repository at this point
Copy the full SHA fe72343View commit details -
Configuration menu - View commit details
-
Copy full SHA for 101e1f2 - Browse repository at this point
Copy the full SHA 101e1f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32647de - Browse repository at this point
Copy the full SHA 32647deView commit details
Commits on May 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b1bd04c - Browse repository at this point
Copy the full SHA b1bd04cView commit details
Commits on May 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4801dbe - Browse repository at this point
Copy the full SHA 4801dbeView commit details
Commits on May 25, 2015
-
Base docker image out of Alpine Linux
progium/busybox will soon be deprecated and they point to Alpine Linux. Make the changes to our repo and document how to build SkyDNS because Alpine Linux used musl libc instead of glibc.
Configuration menu - View commit details
-
Copy full SHA for 26744ec - Browse repository at this point
Copy the full SHA 26744ecView commit details
Commits on May 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ad79847 - Browse repository at this point
Copy the full SHA ad79847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc66cf - Browse repository at this point
Copy the full SHA 3fc66cfView commit details -
Merge pull request #180 from skynetservices/alpine
Base docker image out of Alpine Linux
Configuration menu - View commit details
-
Copy full SHA for 3af5111 - Browse repository at this point
Copy the full SHA 3af5111View commit details -
New docker image based on Alpine Linux and various small bugfixes.
Configuration menu - View commit details
-
Copy full SHA for 01de2a7 - Browse repository at this point
Copy the full SHA 01de2a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d978fe - Browse repository at this point
Copy the full SHA 6d978feView commit details
Commits on May 28, 2015
-
Add prometheus suppport. Still need to litter the code with counter increments and maybe add some tests. I'm in favor of making prometheus the *only* metrics for SkyDNS, but for now I'm leaving the Graphite support in, although I consider that legacy. I also did not extend on the stats.Counter idea and I'm just using the prometheus stuff directly.
Configuration menu - View commit details
-
Copy full SHA for 0e28240 - Browse repository at this point
Copy the full SHA 0e28240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c37f75 - Browse repository at this point
Copy the full SHA 3c37f75View commit details -
skydns: cache add help functions
Add Size and Capacty as helper function so we can export these as metrics.
Configuration menu - View commit details
-
Copy full SHA for b8c8d51 - Browse repository at this point
Copy the full SHA b8c8d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ec220 - Browse repository at this point
Copy the full SHA 32ec220View commit details -
More Prometheus work, but still more need to be done. Started with some testing (which fail and crash skydns atm). Also need to change some metrics into vectors and call them different.
Configuration menu - View commit details
-
Copy full SHA for ec6fd22 - Browse repository at this point
Copy the full SHA ec6fd22View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e130e - Browse repository at this point
Copy the full SHA f0e130eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b81d9fe - Browse repository at this point
Copy the full SHA b81d9feView commit details
Commits on May 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bb73422 - Browse repository at this point
Copy the full SHA bb73422View commit details -
Configuration menu - View commit details
-
Copy full SHA for e557af1 - Browse repository at this point
Copy the full SHA e557af1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a26109a - Browse repository at this point
Copy the full SHA a26109aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 334287e - Browse repository at this point
Copy the full SHA 334287eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2652d9 - Browse repository at this point
Copy the full SHA c2652d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9ef55 - Browse repository at this point
Copy the full SHA 2f9ef55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49bbad7 - Browse repository at this point
Copy the full SHA 49bbad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea68ed - Browse repository at this point
Copy the full SHA 3ea68edView commit details -
skydns: don't store truncated messages
And extra defense don't set truncated to false when retrieving from the cache.
Configuration menu - View commit details
-
Copy full SHA for caf7ce9 - Browse repository at this point
Copy the full SHA caf7ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cca15c - Browse repository at this point
Copy the full SHA 0cca15cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f0dfda - Browse repository at this point
Copy the full SHA 5f0dfdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba59f4b - Browse repository at this point
Copy the full SHA ba59f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 590b7df - Browse repository at this point
Copy the full SHA 590b7dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 956dc78 - Browse repository at this point
Copy the full SHA 956dc78View commit details
Commits on Jun 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2126e84 - Browse repository at this point
Copy the full SHA 2126e84View commit details
Commits on Jun 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a6faeae - Browse repository at this point
Copy the full SHA a6faeaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ecd2ec - Browse repository at this point
Copy the full SHA 9ecd2ecView commit details
Commits on Jun 3, 2015
-
Register all Prometheus counters
always register the counters, but only enable the scraping webserver when port != 0. Reported by: K.J. Valencik
Configuration menu - View commit details
-
Copy full SHA for 6c94cbe - Browse repository at this point
Copy the full SHA 6c94cbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a47ba18 - Browse repository at this point
Copy the full SHA a47ba18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17dd3f5 - Browse repository at this point
Copy the full SHA 17dd3f5View commit details
Commits on Jun 4, 2015
-
Merge pull request #186 from thockin/silence-scary-logs
Silence scary looking log lines
Configuration menu - View commit details
-
Copy full SHA for 11370ba - Browse repository at this point
Copy the full SHA 11370baView commit details
Commits on Jun 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2c70676 - Browse repository at this point
Copy the full SHA 2c70676View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc1368 - Browse repository at this point
Copy the full SHA 1fc1368View commit details
Commits on Jun 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 150d3cc - Browse repository at this point
Copy the full SHA 150d3ccView commit details
Commits on Jun 9, 2015
-
This seems the cause problems, see #179 I think this can savely removed. Test agree so far.
Configuration menu - View commit details
-
Copy full SHA for 1b872d5 - Browse repository at this point
Copy the full SHA 1b872d5View commit details -
Merge pull request #190 from skynetservices/sync-cluster
Remove SyncClusters
Configuration menu - View commit details
-
Copy full SHA for 720db5a - Browse repository at this point
Copy the full SHA 720db5aView commit details
Commits on Jun 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0ccf3f0 - Browse repository at this point
Copy the full SHA 0ccf3f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fccbcad - Browse repository at this point
Copy the full SHA fccbcadView commit details -
Fix the flakyness by checking for 'a' or 'b'. Admittedly this is a cross hack. Fixes #189
Configuration menu - View commit details
-
Copy full SHA for dc7b400 - Browse repository at this point
Copy the full SHA dc7b400View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed9a751 - Browse repository at this point
Copy the full SHA ed9a751View commit details -
Slightly more verbose when doing metrics
Add some logging and Fatalf when the port is given, but not correct.
Configuration menu - View commit details
-
Copy full SHA for 9422cc8 - Browse repository at this point
Copy the full SHA 9422cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b456913 - Browse repository at this point
Copy the full SHA b456913View commit details
Commits on Jun 16, 2015
-
Count cache miss only for authoritative answers
Move the Inc() slightly down, as for the other (forwarding, recursive) we don't put the answer in the cache. This would otherwise skew the metrics.
Configuration menu - View commit details
-
Copy full SHA for 210b0b4 - Browse repository at this point
Copy the full SHA 210b0b4View commit details
Commits on Jun 18, 2015
-
Drop additinal section when msg > 64K
When a message is *really* too big, kill the entire additional section and see if it will fit then. Also fix a thing where we can't unmarshal json and still return NOERROR, now we are going to return SERVFAUL. And make the the overflow test really overflow by adding 2000 records under one name. This takes a long time to run now.
Configuration menu - View commit details
-
Copy full SHA for c0854ad - Browse repository at this point
Copy the full SHA c0854adView commit details
Commits on Jun 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ab56885 - Browse repository at this point
Copy the full SHA ab56885View commit details -
Make it clearer how to set nameservers
See issue #195, the nameservers must be *under* ns.dns. not at ns.dns. Make the documentation more clear that this should be the case.
Configuration menu - View commit details
-
Copy full SHA for 6d84a95 - Browse repository at this point
Copy the full SHA 6d84a95View commit details -
Merge pull request #197 from skynetservices/nameservers
Make it clearer how to set nameservers
Configuration menu - View commit details
-
Copy full SHA for 621433c - Browse repository at this point
Copy the full SHA 621433cView commit details
Commits on Jun 20, 2015
-
Drop addtitional section also when overflowing udp bufsize.
This should keep more message on the "UDP track" and prevent fallback to TCP. Add a new counter type for the error: "overflow" which indicates this.
Configuration menu - View commit details
-
Copy full SHA for 295f45d - Browse repository at this point
Copy the full SHA 295f45dView commit details -
Don't want to change to much in this PR, remove some of this until there is sufficient testing.
Configuration menu - View commit details
-
Copy full SHA for 41b140f - Browse repository at this point
Copy the full SHA 41b140fView commit details
Commits on Jun 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6b7eeb7 - Browse repository at this point
Copy the full SHA 6b7eeb7View commit details
Commits on Jun 25, 2015
-
Add histogram counters for response size and duration
Complete the metrics in skydns and add response size and request duration. Some small other refactors.
Configuration menu - View commit details
-
Copy full SHA for 47995d4 - Browse repository at this point
Copy the full SHA 47995d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2270332 - Browse repository at this point
Copy the full SHA 2270332View commit details -
Merge pull request #199 from skynetservices/hist-metrics
Add histogram counters for response size and duration
Configuration menu - View commit details
-
Copy full SHA for fdc6a79 - Browse repository at this point
Copy the full SHA fdc6a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0078e9f - Browse repository at this point
Copy the full SHA 0078e9fView commit details
Commits on Jul 9, 2015
-
Add path-prefix flag, replace hard code
skydns
in etcd prefix path,defaults to `skydns`
Configuration menu - View commit details
-
Copy full SHA for 2afffe2 - Browse repository at this point
Copy the full SHA 2afffe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3358180 - Browse repository at this point
Copy the full SHA 3358180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3904410 - Browse repository at this point
Copy the full SHA 3904410View commit details
Commits on Jul 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1d6c405 - Browse repository at this point
Copy the full SHA 1d6c405View commit details -
Merge pull request #203 from weekface/master
Add path-prefix flag, replace hard code `skydns` in etcd prefix path,defaults to `skydns`
Configuration menu - View commit details
-
Copy full SHA for cc523cf - Browse repository at this point
Copy the full SHA cc523cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b3201 - Browse repository at this point
Copy the full SHA 38b3201View commit details
Commits on Jul 13, 2015
-
Add logging when we get an error from the backend.
This should make json errors more obvious. Also add log.go and move all log callers over the functions defined there.
Configuration menu - View commit details
-
Copy full SHA for 61515fd - Browse repository at this point
Copy the full SHA 61515fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84f7fe0 - Browse repository at this point
Copy the full SHA 84f7fe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab74ced - Browse repository at this point
Copy the full SHA ab74cedView commit details
Commits on Jul 24, 2015
-
Fix the no-rec (now renamed no_rec) when specified in the json (in Etcd.). There where a couple of typos here. Fixes #210.
Configuration menu - View commit details
-
Copy full SHA for 7f9adef - Browse repository at this point
Copy the full SHA 7f9adefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ad2c3a - Browse repository at this point
Copy the full SHA 6ad2c3aView commit details
Commits on Jul 25, 2015
-
Use the correct name when creating add. section records.
Bugfix: Use the srv.Target name for the name of the A and AAAA record that are created in the additional section. Add test for this as well 'TestTargetStripAdditional' that tests for this when targetstrip is in effect (but even with TargetStrip = 0 this was an issue). Also factor out TargetStrip into a function.
Configuration menu - View commit details
-
Copy full SHA for e621a78 - Browse repository at this point
Copy the full SHA e621a78View commit details
Commits on Aug 3, 2015
-
Fix and cleanup caching. Cache differently for dnssec/non-dnssec and UDP/TCP. Also add Fit function that trims a message to size (setting TC when needed). Drop the LRU caching a go with random eviction, eliminate all data races and drop some of the useless cache metrics. Add testing for the cache subpackage. Cache stubforwarding, recursive and reverse requests. Don't call EvictRandom under a lock This leads to deadlocks when the cache is almost full. Drop the call to cache.Remove and just delete in the map directly.
Miek Gieben committedAug 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 678424f - Browse repository at this point
Copy the full SHA 678424fView commit details -
Miek Gieben committed
Aug 3, 2015 Configuration menu - View commit details
-
Copy full SHA for d4fdbb5 - Browse repository at this point
Copy the full SHA d4fdbb5View commit details -
Fix the comment, now that cache is not LRU anymore
Miek Gieben committedAug 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 6a0b900 - Browse repository at this point
Copy the full SHA 6a0b900View commit details -
Miek Gieben committed
Aug 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 6593ec0 - Browse repository at this point
Copy the full SHA 6593ec0View commit details
Commits on Aug 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b8232fa - Browse repository at this point
Copy the full SHA b8232faView commit details
Commits on Aug 9, 2015
-
Allow metrics to be registered separate from listening
External components using SkyDNS as a library may already have enabled a prometheus listener endpoint - expose RegisterMetrics to make it possible to get the metrics without the endpoint or supporting the env vars.
Configuration menu - View commit details
-
Copy full SHA for 06d2d8d - Browse repository at this point
Copy the full SHA 06d2d8dView commit details
Commits on Aug 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3395e9b - Browse repository at this point
Copy the full SHA 3395e9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd5d73 - Browse repository at this point
Copy the full SHA 8dd5d73View commit details
Commits on Aug 12, 2015
-
Merge pull request #219 from smarterclayton/expose_metrics_registration
Allow metrics to be registered separate from listening
Configuration menu - View commit details
-
Copy full SHA for 6f06873 - Browse repository at this point
Copy the full SHA 6f06873View commit details
Commits on Aug 13, 2015
-
Skydns: metrics: buckets for sizes
Add more size bucket so you can better see the distribution when message sizes get really high.
Miek Gieben committedAug 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 010ebf1 - Browse repository at this point
Copy the full SHA 010ebf1View commit details
Commits on Aug 21, 2015
-
Skydns: server: update to DNSSEC changes in go dns
Go DNS's DNSSEC API had a change (for the better). Update this code to use that new api.
Miek Gieben committedAug 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 585ed1b - Browse repository at this point
Copy the full SHA 585ed1bView commit details
Commits on Aug 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2fcff74 - Browse repository at this point
Copy the full SHA 2fcff74View commit details
Commits on Aug 26, 2015
-
If host has no /etc/resolv.conf, don't error out
It should be possible to run SkyDNS with no nameservers on a host that has no /etc/resolv.conf
Configuration menu - View commit details
-
Copy full SHA for 56c6aaf - Browse repository at this point
Copy the full SHA 56c6aafView commit details
Commits on Aug 31, 2015
-
Merge pull request #224 from smarterclayton/resolv_missing
If host has no /etc/resolv.conf, don't error out
Configuration menu - View commit details
-
Copy full SHA for ef5d36e - Browse repository at this point
Copy the full SHA ef5d36eView commit details
Commits on Sep 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for fd2c059 - Browse repository at this point
Copy the full SHA fd2c059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f724de - Browse repository at this point
Copy the full SHA 9f724deView commit details -
Merge pull request #216 from skynetservices/caching
Fix and cleanup caching.
Configuration menu - View commit details
-
Copy full SHA for b7842aa - Browse repository at this point
Copy the full SHA b7842aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3903692 - Browse repository at this point
Copy the full SHA 3903692View commit details
Commits on Sep 2, 2015
-
When overflowing with TCP dont return half answers
Miek Gieben committedSep 2, 2015 Configuration menu - View commit details
-
Copy full SHA for f04e421 - Browse repository at this point
Copy the full SHA f04e421View commit details -
Some extra doc and add truncated metric
Miek Gieben committedSep 2, 2015 Configuration menu - View commit details
-
Copy full SHA for 98c3d44 - Browse repository at this point
Copy the full SHA 98c3d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ac5c7 - Browse repository at this point
Copy the full SHA 30ac5c7View commit details
Commits on Sep 29, 2015
-
Remove the 2* for read/write timeout
It's non-obvious that SkyDNS doubles these timeouts - for no apparent reason. Longer story: kubernetes/kubernetes#14394
Configuration menu - View commit details
-
Copy full SHA for 4c00898 - Browse repository at this point
Copy the full SHA 4c00898View commit details
Commits on Oct 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 429bc38 - Browse repository at this point
Copy the full SHA 429bc38View commit details -
Merge pull request #230 from ArtfulCoder/checkReadResolvConfError
verify that defaults were set from /etc/resolv.conf
Configuration menu - View commit details
-
Copy full SHA for c24a2b7 - Browse repository at this point
Copy the full SHA c24a2b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63592c3 - Browse repository at this point
Copy the full SHA 63592c3View commit details
Commits on Oct 13, 2015
-
Determines if Nameservers will be rotated for forwarded requests.
Configuration menu - View commit details
-
Copy full SHA for a39134a - Browse repository at this point
Copy the full SHA a39134aView commit details -
Merge pull request #231 from ArtfulCoder/respectRoundRobin
Introduce NSRotate flag to rotate amongst nameservers (or not) for forwarded requests
Configuration menu - View commit details
-
Copy full SHA for 8c72f8c - Browse repository at this point
Copy the full SHA 8c72f8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d02cea - Browse repository at this point
Copy the full SHA 6d02ceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8688008 - Browse repository at this point
Copy the full SHA 8688008View commit details
Commits on Oct 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4f02be9 - Browse repository at this point
Copy the full SHA 4f02be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f08003 - Browse repository at this point
Copy the full SHA 1f08003View commit details
Commits on Oct 31, 2015
-
Merge pull request #229 from pwnall/systemd_env
Env config support for systemd socket activation
Configuration menu - View commit details
-
Copy full SHA for 2ed66bc - Browse repository at this point
Copy the full SHA 2ed66bcView commit details
Commits on Nov 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bc08a42 - Browse repository at this point
Copy the full SHA bc08a42View commit details
Commits on Jan 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 79f3ca6 - Browse repository at this point
Copy the full SHA 79f3ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a74bfdd - Browse repository at this point
Copy the full SHA a74bfddView commit details
Commits on Jan 4, 2016
-
Merge pull request #241 from so0k/patch-1
Add missing command line flags to README
Configuration menu - View commit details
-
Copy full SHA for 66fcc9c - Browse repository at this point
Copy the full SHA 66fcc9cView commit details
Commits on Feb 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6589e1d - Browse repository at this point
Copy the full SHA 6589e1dView commit details
Commits on Feb 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1bd23cb - Browse repository at this point
Copy the full SHA 1bd23cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e374db - Browse repository at this point
Copy the full SHA 2e374dbView commit details -
Better docs about metrics and remove the LICENSE section now that we have a LICENSE file.
Configuration menu - View commit details
-
Copy full SHA for acaca65 - Browse repository at this point
Copy the full SHA acaca65View commit details -
Remove stathat stuff. Refactor most prometheus stuff. Clean it up. Will follow up with another push one that actually normalized the counters.
Configuration menu - View commit details
-
Copy full SHA for 63640d7 - Browse repository at this point
Copy the full SHA 63640d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5467ec0 - Browse repository at this point
Copy the full SHA 5467ec0View commit details
Commits on Feb 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 47c3672 - Browse repository at this point
Copy the full SHA 47c3672View commit details -
cleanups: metrics contained to few files
Only dnssec.go and server.go call to report metrics. Metrics cleanedup as well.
Configuration menu - View commit details
-
Copy full SHA for ef4ad50 - Browse repository at this point
Copy the full SHA ef4ad50View commit details -
Configuration menu - View commit details
-
Copy full SHA for f31443a - Browse repository at this point
Copy the full SHA f31443aView commit details
Commits on Feb 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 847e959 - Browse repository at this point
Copy the full SHA 847e959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51cd558 - Browse repository at this point
Copy the full SHA 51cd558View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a363c4 - Browse repository at this point
Copy the full SHA 6a363c4View commit details -
Merge pull request #249 from skynetservices/metrics-cleanup
Metrics cleanup
Configuration menu - View commit details
-
Copy full SHA for 3369669 - Browse repository at this point
Copy the full SHA 3369669View commit details -
Depreate our own code that used actual types; just do the type assertion (when using the offical code). Just copied the damn file into singflight/.
Configuration menu - View commit details
-
Copy full SHA for 310cf2e - Browse repository at this point
Copy the full SHA 310cf2eView commit details -
Merge pull request #250 from skynetservices/singleflight
Add official singleflight
Configuration menu - View commit details
-
Copy full SHA for e5aca6b - Browse repository at this point
Copy the full SHA e5aca6bView commit details
Commits on Feb 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2d62a89 - Browse repository at this point
Copy the full SHA 2d62a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 035ca00 - Browse repository at this point
Copy the full SHA 035ca00View commit details
Commits on Feb 15, 2016
-
Merge pull request #251 from AdoHe/cli_version_flag
add cli version flag
Configuration menu - View commit details
-
Copy full SHA for 9092c1d - Browse repository at this point
Copy the full SHA 9092c1dView commit details -
Merge pull request #252 from unclejack/use_alpine_latest
Dockerfile: use latest alpine image
Configuration menu - View commit details
-
Copy full SHA for 3e2b95d - Browse repository at this point
Copy the full SHA 3e2b95dView commit details
Commits on Mar 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 59cd24c - Browse repository at this point
Copy the full SHA 59cd24cView commit details
Commits on Mar 3, 2016
-
Whenever a msg is forwarded, retry on SERVFAIL (to the same server). If a message still fails the next server (if specified) is tried. A said: some refactoring and fix the tests to use my new IP address.
Configuration menu - View commit details
-
Copy full SHA for e74fdac - Browse repository at this point
Copy the full SHA e74fdacView commit details
Commits on Mar 4, 2016
-
Added the OS to Go's build command, to make it work from OSX too
Mark van der Velden committedMar 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 91d5bc0 - Browse repository at this point
Copy the full SHA 91d5bc0View commit details -
Merge pull request #257 from skynetservices/recheck-on-servfail
Recheck on servfail
Configuration menu - View commit details
-
Copy full SHA for f954162 - Browse repository at this point
Copy the full SHA f954162View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b6fb7 - Browse repository at this point
Copy the full SHA f7b6fb7View commit details
Commits on Apr 12, 2016
-
GH #263: Fix to greedy matching with overlapping domain names. (#264)
Please see Github issue #263 for explanation.
Configuration menu - View commit details
-
Copy full SHA for 8898b33 - Browse repository at this point
Copy the full SHA 8898b33View commit details
Commits on Apr 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for cb97c8d - Browse repository at this point
Copy the full SHA cb97c8dView commit details
Commits on May 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d2ca1fd - Browse repository at this point
Copy the full SHA d2ca1fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9d354 - Browse repository at this point
Copy the full SHA 6c9d354View commit details
Commits on May 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6f73b15 - Browse repository at this point
Copy the full SHA 6f73b15View commit details -
* Fix travis build Just curl a compiled etcd instead of compiling by ourselves. * drop -race
Configuration menu - View commit details
-
Copy full SHA for 8d90151 - Browse repository at this point
Copy the full SHA 8d90151View commit details
Commits on Jun 7, 2016
-
Falling back to the default config doesn't make sense (#281)
Fixes #276. It's better to panic and pass the control to the process manager (systemd, docker, ...) than to continue with an unexpected configuration.
Configuration menu - View commit details
-
Copy full SHA for e18ede9 - Browse repository at this point
Copy the full SHA e18ede9View commit details
Commits on Jun 10, 2016
-
Revert "Falling back to the default config doesn't make sense (#281)"
This reverts commit e18ede9. Breaks more than it fixes.
Configuration menu - View commit details
-
Copy full SHA for 2a8de3b - Browse repository at this point
Copy the full SHA 2a8de3bView commit details
Commits on Jun 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 00ade30 - Browse repository at this point
Copy the full SHA 00ade30View commit details
Commits on Jul 26, 2016
-
Explicitly set nsec3.HashLength
Old DNS lib would paper over a zero hashlength, newer versions require that the hashlength is set. Use crypto/sha1.Size as the value for this as specified in RFC 5155.
Configuration menu - View commit details
-
Copy full SHA for 5f2ccd2 - Browse repository at this point
Copy the full SHA 5f2ccd2View commit details
Commits on Jul 27, 2016
-
add support for etcd basic auth (#289)
* add support for etcd authentication * add support for etcd basic auth * update README environement variable
Configuration menu - View commit details
-
Copy full SHA for 04afb09 - Browse repository at this point
Copy the full SHA 04afb09View commit details
Commits on Aug 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 32ad282 - Browse repository at this point
Copy the full SHA 32ad282View commit details -
Configuration menu - View commit details
-
Copy full SHA for 870cb47 - Browse repository at this point
Copy the full SHA 870cb47View commit details
Commits on Oct 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6cb395b - Browse repository at this point
Copy the full SHA 6cb395bView commit details
Commits on Nov 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d0a854f - Browse repository at this point
Copy the full SHA d0a854fView commit details -
Etcd version 3 support for skydns (#299)
* initial set of commit for etcd version 3 support. TTL value is still in default for etcdv3 mode * refactored implementation, tested functionality. * cleanup and refactored
Configuration menu - View commit details
-
Copy full SHA for 2a758af - Browse repository at this point
Copy the full SHA 2a758afView commit details
Commits on Jun 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f694f56 - Browse repository at this point
Copy the full SHA f694f56View commit details
Commits on Jan 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c665d21 - Browse repository at this point
Copy the full SHA c665d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for de21b3f - Browse repository at this point
Copy the full SHA de21b3fView commit details
Commits on Jan 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a7d5b14 - Browse repository at this point
Copy the full SHA a7d5b14View commit details
Commits on Jan 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fc00e57 - Browse repository at this point
Copy the full SHA fc00e57View commit details
Commits on Mar 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4ecf023 - Browse repository at this point
Copy the full SHA 4ecf023View commit details
Commits on Apr 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 725b637 - Browse repository at this point
Copy the full SHA 725b637View commit details -
patch-EvictRandom-cache-clean (#338)
currently, EvictRandom will clean up all cached entries when cache is full. fix it, only clean additional ones
Configuration menu - View commit details
-
Copy full SHA for 15f42ac - Browse repository at this point
Copy the full SHA 15f42acView commit details
Commits on Oct 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 035c54b - Browse repository at this point
Copy the full SHA 035c54bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65a7f3e - Browse repository at this point
Copy the full SHA 65a7f3eView commit details
Commits on Oct 14, 2019
-
Merge pull request #350 from prameshj/prometheus_0_9_3
Use prometheus client 1.1.0
Configuration menu - View commit details
-
Copy full SHA for 9245f83 - Browse repository at this point
Copy the full SHA 9245f83View commit details -
Remove checking for ErrTruncated.
This was removed from miekg/dns in commit - miekg/dns@1ff265a#diff-8353741544373e78bb7c8c3f6a0ea2cc. The commit message recommendatation is to check for the unpack error which the current code is doing. Conn.ReadMsg returns err is unpack fails.
Configuration menu - View commit details
-
Copy full SHA for 904dad5 - Browse repository at this point
Copy the full SHA 904dad5View commit details
Commits on Oct 15, 2019
-
Merge pull request #351 from prameshj/remove-trunc
Remove checking for ErrTruncated, which is now removed.
Configuration menu - View commit details
-
Copy full SHA for 94b2ea0 - Browse repository at this point
Copy the full SHA 94b2ea0View commit details