Skip to content
Snippets Groups Projects
Commit 2ccdbec8 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

update project files

parent 4b7b72ca
No related branches found
No related tags found
No related merge requests found
......@@ -24,18 +24,6 @@ man/Makefile.am
patches/Makefile.am
samples/Makefile.am
src/Makefile.am
src/common/base32hex.c
src/common/base32hex.h
src/common/base64.c
src/common/base64.h
src/common/debug.h
src/common/getline.c
src/common/getline.h
src/common/log.c
src/common/log.h
src/common/memdup.h
src/common/mempool.c
src/common/mempool.h
src/common-knot/array-sort.h
src/common-knot/binsearch.h
src/common-knot/crc.h
......@@ -69,6 +57,22 @@ src/common-knot/strlcat.h
src/common-knot/strlcpy.c
src/common-knot/strlcpy.h
src/common-knot/strtonum.h
src/common-knot/trim.h
src/common/base32hex.c
src/common/base32hex.h
src/common/base64.c
src/common/base64.h
src/common/debug.h
src/common/errors.c
src/common/errors.h
src/common/getline.c
src/common/getline.h
src/common/log.c
src/common/log.h
src/common/mem.c
src/common/mem.h
src/common/mempool.c
src/common/mempool.h
src/dnstap/Makefile.am
src/dnstap/convert.c
src/dnstap/convert.h
......@@ -88,6 +92,8 @@ src/knot/conf/extra.c
src/knot/conf/extra.h
src/knot/conf/includes.c
src/knot/conf/includes.h
src/knot/ctl/estimator.c
src/knot/ctl/estimator.h
src/knot/ctl/knotc_main.c
src/knot/ctl/process.c
src/knot/ctl/process.h
......@@ -113,6 +119,8 @@ src/knot/modules/synth_record.c
src/knot/modules/synth_record.h
src/knot/nameserver/axfr.c
src/knot/nameserver/axfr.h
src/knot/nameserver/capture.c
src/knot/nameserver/capture.h
src/knot/nameserver/chaos.c
src/knot/nameserver/chaos.h
src/knot/nameserver/internet.c
......@@ -166,8 +174,6 @@ src/knot/worker/queue.c
src/knot/worker/queue.h
src/knot/zone/contents.c
src/knot/zone/contents.h
src/knot/zone/estimator.c
src/knot/zone/estimator.h
src/knot/zone/events.c
src/knot/zone/events.h
src/knot/zone/node.c
......@@ -216,8 +222,6 @@ src/libknot/dnssec/sign.c
src/libknot/dnssec/sign.h
src/libknot/errcode.c
src/libknot/errcode.h
src/libknot/errors.c
src/libknot/errors.h
src/libknot/libknot.h
src/libknot/mempattern.c
src/libknot/mempattern.h
......@@ -335,5 +339,3 @@ tests/worker_queue.c
tests/zone_events.c
tests/zonedb.c
tests/ztree.c
src/knot/nameserver/capture.c
src/knot/nameserver/capture.h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment