• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CZ-NIC / knot-resolver
90%
master: 68%

Build:
Build:
LAST BUILD BRANCH: respdiff
DEFAULT BRANCH: master
Repo Added 02 Apr 2015 07:35AM UTC
Files 6
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH lua-fastcall
branch: lua-fastcall
CHANGE BRANCH
x
Reset
  • lua-fastcall
  • 1.0-beta
  • 1.0.0-beta1
  • 1.2.0-dev
  • add_libedit
  • add_libedit_2
  • allow_to_set_hostname
  • amalg-build
  • async-io-requests
  • better-rtt-tracking
  • bootstrap-speed
  • build-improvements
  • build-libkresd-with-soversion
  • cache-api-v2
  • cache-memcached
  • cache-purging-fixes
  • cache-redis-wip
  • cache-reuse-txns
  • cache-rrsig-wip
  • cache_test_fix
  • cd_proc
  • cd_proc_new
  • cd_processing
  • clean-tests
  • cname-strict-refetch
  • cname_fix
  • cname_rrsig
  • contrib-embed-libknot
  • cookies-wip
  • coverity-fix
  • coverity_scan
  • debug-fixup
  • deck_test
  • deckard
  • deckard-enobuf
  • dns-oarc
  • dns64
  • doc-forward-doesnt-validate
  • dont-fragment-mtu
  • ds-chain-fix
  • dups
  • dynamic-soversion
  • early_awareness_notification
  • embed-deckard
  • empty-sfail
  • empty-sfail-next
  • ent-wc-fix
  • fast-retransmit
  • faster-request-proc
  • favour-ipv4
  • fix-ns-badboys
  • fix-pktcache
  • fix-rare-crash
  • fix-segfault-in-early-quit
  • fix-tests
  • forward-perf
  • gitignore-update
  • gitlab-ci
  • golang-modules
  • golang-more-arch
  • hints.del
  • hive-wip
  • http-fixup
  • http-server
  • improve-lmdb-info
  • improve-version.mk
  • inbound-deduping
  • include_cleanup
  • integration_tests_wip
  • keytag-filter
  • kr_cache_insert_lowmem
  • kr_layer
  • layer-api
  • lru-alias-warn
  • lua-bytecode
  • lua-embed-bytecode
  • lua-ffi-structs
  • lua-gen-cdefs
  • lua-http-0.1
  • lua-kr_rplan_pop
  • marek/bugfixes
  • master
  • mod-daf-after-http
  • new-libknot
  • new-root-hints
  • news
  • nitpicks
  • nlogdebug
  • ns-rtt-cache
  • nstimeout-bug
  • omnia
  • osx-cache
  • osx-sed
  • osx-uint
  • p/lru-rebased
  • p/net.listen
  • p/reorder
  • pktcache-fix
  • policy
  • prefer-ipv6-nsrep
  • prefetch-wip
  • prefix-sbindir-changes
  • r2u_fix
  • r2u_fix_clear
  • r_preselect
  • ref2unsign
  • ref_serv
  • refs
  • rel_cleanup
  • remove-bashisms
  • resolve_example_in_documentation
  • respdiff
  • resumable-layers
  • root-hints-regeneration
  • round-robin
  • rrcache-fix
  • rrcache_fix
  • rtd-fix
  • scrub-dnssec
  • stats-module
  • stubmode
  • subreq-deduping
  • supervisor
  • sysd-socket-act
  • tcp-ooo
  • tcp-ooo-ref_serv
  • test-script
  • test_binary
  • test_cache
  • test_cache_fix
  • test_cache_global_api
  • test_cache_materialize
  • tests
  • tests_raw_query
  • tests_wrapped
  • tls-listen
  • tls_padding
  • touched_map
  • travis-build-fix
  • travis-darwin-check
  • travis-fix
  • travis-osx-fix
  • travis-ubuntu-trusty
  • typedef-uint
  • update-gitignore
  • v1.0.0
  • v1.0.0-beta1
  • v1.0.0-beta2
  • v1.0.0-beta3
  • v1.1.0
  • v1.1.0-omnia
  • v1.1.1
  • validate-fix-pc-unsigned
  • verbose-fixups
  • verboselog
  • vld-fix
  • vld-refactoring
  • vld_new
  • worker-uninit
  • ws_fix
  • wsheet-vld-wip
  • zonecut-membug

pending completion
405

push

travis-ci

vavrusa
build: disabled default debug messages, optional with -DWITH_DEBUG

this is a small step for me, but a huge step for resolver

4 of 4 new or added lines in 1 file covered. (100.0%)

1774 of 1974 relevant lines covered (89.87%)

534.96 hits per line

Relevant lines Covered
Build:
Build:
1974 RELEVANT LINES 1774 COVERED LINES
534.96 HITS PER LINE
Source Files on lua-fastcall
  • List 0
  • Changed 9
  • Source Changed 3
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
405 lua-fastcall build: disabled default debug messages, optional with -DWITH_DEBUG this is a small step for me, but a huge step for resolver push 03 Aug 2015 12:35PM UTC vavrusa travis-ci pending completion  
404 lua-fastcall build: build LuaJIT by default this also fixes static linking missing a math library push 03 Aug 2015 11:45AM UTC vavrusa travis-ci pending completion  
403 lua-fastcall modules/block: reworked for new FFI bindings push 03 Aug 2015 10:28AM UTC vavrusa travis-ci pending completion  
402 lua-fastcall daemon/ffimodule: store layer callbacks in registry calling a Lua layer now takes only O(1) registry lookup and pushing the right parameters push 03 Aug 2015 09:50AM UTC vavrusa travis-ci pending completion  
399 lua-fastcall modules/block: comparison without copying push 01 Aug 2015 05:53PM UTC vavrusa travis-ci pending completion  
398 lua-fastcall daemon: more aggressive Lua GC, forced GC steps the memory could go through the roof with sufficiently high pps, GC now runs at 4x the speed of allocations and doesn’t wait for increase, some callbacks also perform full collection cycle on comple... push 01 Aug 2015 05:51PM UTC vavrusa travis-ci pending completion  
397 lua-fastcall modules/block: comparison without copying push 01 Aug 2015 04:55PM UTC vavrusa travis-ci pending completion  
396 lua-fastcall modules/block: cleanup, faster matching push 01 Aug 2015 04:09PM UTC vavrusa travis-ci pending completion  
395 lua-fastcall daemon/ffimodule: store layer callbacks in registry calling a Lua layer now takes only O(1) registry lookup and pushing the right parameters push 31 Jul 2015 04:17PM UTC vavrusa travis-ci pending completion  
See All Builds (1035)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc