]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
demo
authorAleš <ales.mrazek@nic.cz>
Thu, 11 Jun 2020 12:14:31 +0000 (14:14 +0200)
committerAleš <ales.mrazek@nic.cz>
Thu, 11 Jun 2020 12:14:31 +0000 (14:14 +0200)
commitdb4b099a9eb481e646acbebffe569dd35326079a
treeffb2404020a26ca370ce26992e3ab81b0621793e
parente4ceb224ec1f2c3433ff4efd0a3ee4d71801bb59
demo
77 files changed:
makefile [new file with mode: 0644]
modules/sysrepo-lua/meson.build
modules/sysrepo/common/sysrepo.c [new file with mode: 0644]
modules/sysrepo/common/sysrepo.h [new file with mode: 0644]
modules/sysrepo/meson.build
utils/client/meson.build
utils/kres_watcher/main.c [deleted file]
utils/kres_watcher/meson.build [deleted file]
utils/kresctl/commands.c [new file with mode: 0644]
utils/kresctl/commands.h [new file with mode: 0644]
utils/kresctl/conf_file.c [new file with mode: 0644]
utils/kresctl/conf_file.h [new file with mode: 0644]
utils/kresctl/deps/ctype.h [new file with mode: 0644]
utils/kresctl/deps/lookup.c [new file with mode: 0644]
utils/kresctl/deps/lookup.h [new file with mode: 0644]
utils/kresctl/deps/mempattern.c [new file with mode: 0644]
utils/kresctl/deps/mempattern.h [new file with mode: 0644]
utils/kresctl/deps/qp-trie/trie.c [new file with mode: 0644]
utils/kresctl/deps/qp-trie/trie.h [new file with mode: 0644]
utils/kresctl/deps/string.c [new file with mode: 0644]
utils/kresctl/deps/string.h [new file with mode: 0644]
utils/kresctl/deps/ucw/LICENSE [new file with mode: 0644]
utils/kresctl/deps/ucw/array-sort.h [new file with mode: 0644]
utils/kresctl/deps/ucw/binsearch.h [new file with mode: 0644]
utils/kresctl/deps/ucw/heap.c [new file with mode: 0644]
utils/kresctl/deps/ucw/heap.h [new file with mode: 0644]
utils/kresctl/deps/ucw/lists.c [new file with mode: 0644]
utils/kresctl/deps/ucw/lists.h [new file with mode: 0644]
utils/kresctl/deps/ucw/mempool.c [new file with mode: 0644]
utils/kresctl/deps/ucw/mempool.h [new file with mode: 0644]
utils/kresctl/interactive.c [new file with mode: 0644]
utils/kresctl/interactive.h [new file with mode: 0644]
utils/kresctl/main.c
utils/kresctl/meson.build
utils/kresctl/process.c [new file with mode: 0644]
utils/kresctl/process.h [new file with mode: 0644]
utils/meson.build
utils/watcher/bindings/api.h [new file with mode: 0644]
utils/watcher/bindings/cache.c [new file with mode: 0644]
utils/watcher/bindings/event.c [new file with mode: 0644]
utils/watcher/bindings/impl.c [new file with mode: 0644]
utils/watcher/bindings/impl.h [new file with mode: 0644]
utils/watcher/bindings/modules.c [new file with mode: 0644]
utils/watcher/bindings/net.c [new file with mode: 0644]
utils/watcher/bindings/watcher.c [new file with mode: 0644]
utils/watcher/bindings/worker.c [new file with mode: 0644]
utils/watcher/dbus_control.c [new file with mode: 0644]
utils/watcher/dbus_control.h [new file with mode: 0644]
utils/watcher/engine.c [new file with mode: 0644]
utils/watcher/engine.h [new file with mode: 0644]
utils/watcher/ffimodule.c [new file with mode: 0644]
utils/watcher/ffimodule.h [new file with mode: 0644]
utils/watcher/io.c [new file with mode: 0644]
utils/watcher/io.h [new file with mode: 0644]
utils/watcher/lua/config-watcher.lua [new file with mode: 0644]
utils/watcher/lua/meson.build [new file with mode: 0644]
utils/watcher/lua/sandbox-watcher.lua.in [new file with mode: 0644]
utils/watcher/main.c [new file with mode: 0644]
utils/watcher/meson.build [new file with mode: 0644]
utils/watcher/network.c [new file with mode: 0644]
utils/watcher/network.h [new file with mode: 0644]
utils/watcher/session.c [new file with mode: 0644]
utils/watcher/session.h [new file with mode: 0644]
utils/watcher/sr_subscriptions.c [new file with mode: 0644]
utils/watcher/sr_subscriptions.h [new file with mode: 0644]
utils/watcher/tls.c [new file with mode: 0644]
utils/watcher/tls.h [new file with mode: 0644]
utils/watcher/tls_ephemeral_credentials.c [new file with mode: 0644]
utils/watcher/tls_session_ticket-srv.c [new file with mode: 0644]
utils/watcher/udp_queue.c [new file with mode: 0644]
utils/watcher/udp_queue.h [new file with mode: 0644]
utils/watcher/watcher.c [new file with mode: 0644]
utils/watcher/watcher.h [new file with mode: 0644]
utils/watcher/worker.c [new file with mode: 0644]
utils/watcher/worker.h [new file with mode: 0644]
utils/watcher/zimport.c [new file with mode: 0644]
utils/watcher/zimport.h [new file with mode: 0644]