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 .
  1. 14 Dec, 2017 3 commits
  2. 13 Dec, 2017 1 commit
  3. 12 Dec, 2017 1 commit
  4. 11 Dec, 2017 3 commits
  5. 09 Dec, 2017 1 commit
  6. 08 Dec, 2017 5 commits
  7. 06 Dec, 2017 5 commits
    • Miek Gieben's avatar
      Codecov.yaml can be hidden (#1282) · 0a58143d
      Miek Gieben authored
      Hide it
      0a58143d
    • Ruslan Drozhdzh's avatar
      Increase performance of Dnstap plugin (#1280) · 45ef657d
      Ruslan Drozhdzh authored
      - added dnstapEncoder object which incapsulates marshalling of dnstap
         messages to protobuf and writing data to connection
      
       - dnstapEncoder writes data directly to connection object. It doesn't
         use the framestream's "write" method, because it writes data to
         intermediate buffer (bufio.Writer) which leads to unnecessary
         data copying and drops the performance
      
       - dnstapEncoder reuses a preallocated buffer for marshalling dnstap
         messages. Many messages are added to the same buffer. They are
         separated with a "frame length" 4-byte values, so the buffer content
         is writen to connection object in the format compatible with
         framestream library
      
       - added test which guarantees that dnstapEncoder output is the same
         as framestream Encoder output
      
       - the performance increase is about 50% in (dio *dnstapIO) serve() method
         of dnstap plugin. The overall coredns performance increase is about 10%
         in the following configuration:
      
         .:1053 {
             erratic {
                 drop 0
                 truncate 0
                 delay 0
             }
             dnstap tcp://127.0.0.1:6000 full
             errors stdout
         }
      
         tested with dnsperf tool
      45ef657d
    • Rene Treffer's avatar
      Fix time bucketing of response time (#1274) · 98632cd4
      Rene Treffer authored
      98632cd4
    • James Hartig's avatar
      Added Admiral to ADOPTERS.md (#1281) · 16b4f4db
      James Hartig authored
      16b4f4db
    • Yong Tang's avatar
      Update etcd/README.md for multiple endpoints, and add additional test cases (#1277) · 0baab055
      Yong Tang authored
      This fix tries to address the issue raised in 1275 to clarify
      the syntax for multiple endpoints specification.
      
      This fix also adds additional test cases to demo the usage.
      
      This fix fixes 1275.
      Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
      0baab055
  8. 05 Dec, 2017 2 commits
  9. 02 Dec, 2017 1 commit
  10. 01 Dec, 2017 5 commits
  11. 29 Nov, 2017 1 commit
  12. 28 Nov, 2017 4 commits
  13. 27 Nov, 2017 1 commit
  14. 22 Nov, 2017 2 commits
  15. 17 Nov, 2017 2 commits
  16. 15 Nov, 2017 3 commits