]> git.ipfire.org Git - thirdparty/unbound.git/commit
Linting change.
authorVadim Fedorenko <vadfed@meta.com>
Thu, 20 Apr 2023 15:39:55 +0000 (08:39 -0700)
committerVadim Fedorenko <vadfed@meta.com>
Wed, 26 Apr 2023 00:05:00 +0000 (17:05 -0700)
commit648ad4db6fdf3716a4376489998342cf267944ed
tree5b1a3e986f35edb107824a221249247ac4a50b5a
parentfe46bc47d7009d3bad8a377932773c0ef33763a3
Linting change.

Remove config parser/lexer code as it's rebuilded every time but can
break adding new config options.
Also clean up the code base to avoid mixing actual code changes and lint
issues.

Signed-off-by: Vadim Fedorenko <vadfed@meta.com>
23 files changed:
Makefile.in
config.h.in
configure
configure.ac
daemon/remote.c
daemon/stats.c
daemon/worker.c
libunbound/unbound.h
services/listen_dnsport.c
services/mesh.c
smallapp/unbound-control.c
testcode/fake_event.c
testcode/replay.c
util/config_file.c
util/config_file.h
util/configlexer.c [deleted file]
util/configlexer.lex
util/configparser.c [deleted file]
util/configparser.h [deleted file]
util/configparser.y
util/netevent.c
util/netevent.h
util/timehist.c