summaryrefslogtreecommitdiffstats
path: root/src/utils/knotd/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* catalog: fix usage of new atomic in code (variable catalog_upd_signal)Jan Hák2024-12-111-2/+2
* threads: safely disable signals on threads launched by main thr except srv st...Libor Peltan2024-09-271-20/+2
* concurrent CTL: bugfix: ctl_globals have to exist separately for each CTL threadLibor Peltan2024-09-011-8/+9
* concurrent CTL: disable signals temporarily when launching subthreads to avoi...Libor Peltan2024-09-011-2/+22
* concurrent CTL: force using one thread when conf txn open...Libor Peltan2024-09-011-24/+146
* ctl: implemented multi-threaded (mutexted) CTL handlingLibor Peltan2024-09-011-5/+70
* conf: add control.backlog configuration optionDaniel Salzman2024-04-191-1/+2
* dbus: ad support for libdbus as an alternative to systemd d-busJan Hák2024-02-201-13/+9
* conf: change conf_import() arguments to flagsDaniel Salzman2024-01-161-2/+2
* utils: add the "-VV" option for listing compile time configuration summaryDaniel Salzman2023-10-251-8/+4
* utils: unify the "options" and "parameters" wording in in-line helpDavid Vašek2023-10-111-2/+3
* knotd: remove useless systemd_dbus_close()David Vašek2023-07-251-1/+0
* knotd: fix access rights for D-Bus socket connectionJan Hák2023-07-131-12/+12
* knotd: move server start log to the right placeDaniel Salzman2023-05-121-8/+8
* knotd: fix D-Bus server start signalization with catalog zones or in async modeDaniel Salzman2023-05-121-3/+38
* coding style -- unify the use of file operation modes and flagsDavid Vašek2023-02-071-2/+2
* zonedb: reload changed catalog members only (reuse otherwise), refactoringDaniel Salzman2022-12-051-3/+5
* dbus: add configurable delay upon D-Bus initializationDaniel Salzman2022-10-101-1/+6
* knotd: fix SIGSEGV when deinitialize global pkcs11 moduleJan Hák2022-08-021-2/+9
* zonereload/catalog: dont proceed to ctl poll if signal arrived...Libor Peltan2022-04-281-0/+4
* knotd: finaliza D-Bus eventsDaniel Salzman2022-01-181-8/+15
* knotd: D-Bus based on systemd's sd_busJan Hák2022-01-181-0/+12
* systemd: set STATUS only when loading zonesDaniel Salzman2021-06-011-2/+0
* knotd: fix multiple signal processingJan Hak2021-06-011-5/+5
* systemd: add adptive service start timeout, increase service stop timeout, an...Jan Hák2021-05-311-13/+6
* server: add polling wrapper for unix poll and epollJan Hak2021-04-081-0/+1
* knotd: always create pidfile to prevent instance collisionDaniel Salzman2021-02-081-15/+12
* server: strict server startup (exit if any port binding fails)David Vašek2020-10-261-2/+10
* conf: don't consider empty confdb directory as existing confdbDaniel Salzman2020-10-041-2/+1
* utils: properly initialize the time zone for libc functions where neededDavid Vašek2020-08-141-0/+3
* catalog zones implementedLibor Peltan2020-07-131-0/+9
* KASP db: use server->kaspdb also in onlinesign...Libor Peltan2020-04-171-2/+2
* server: add info log about loaded configurationDaniel Salzman2019-10-031-4/+0
* conf: allow cache reinitialization during configuration importDaniel Salzman2019-08-261-1/+1
* knotd: proper temporary fd closeDavid Vašek2019-07-241-3/+3
* knotd: close temporary fdDavid Vašek2019-07-241-0/+1
* conf: store the {udp,tcp,background}-workers parametrs in the cache and use t...David Vašek2019-07-121-1/+1
* doc: knotd/knotc - improve the -m parameter descriptionDavid Vašek2019-07-041-1/+1
* timers: using new lmdb implementation, + code organizationLibor Peltan2019-02-011-34/+1
* knotd: use default signal handler for commont coredump-like signalsDaniel Salzman2019-01-161-2/+8
* use https://www.gnu.org instead of http://www.gnu.orgDaniel Kahn Gillmor2018-08-291-1/+1
* configure: link libcap-ng with knotd onlyDaniel Salzman2018-08-291-4/+4
* utils: add maximum configuration size command line optionDaniel Salzman2018-03-211-23/+37
* Update license in previously changed filesDaniel Salzman2018-03-121-1/+1
* dnssec: move to libdnssecDaniel Salzman2018-03-121-1/+1
* knotd: replace abort() with exit(EXIT_FAILURE) to suppress core dumpingDaniel Salzman2018-02-281-1/+1
* knotd: fix possible memory leaks (Coverity)Daniel Salzman2017-12-311-0/+4
* knotd: Simplify POSIX capabilities setup to drop all capabilitiesRobert Edmonds2017-12-081-25/+6
* knotd: Make global query module activation occur laterRobert Edmonds2017-12-081-4/+4
* conf: fix query_modules list reuse upon conf-commit (adding zones)Daniel Salzman2017-10-231-1/+1