summaryrefslogtreecommitdiffstats
path: root/src/libknot/control (follow)
Commit message (Expand)AuthorAgeFilesLines
* ctl: rename KNOT_CTL_IDX_FILTER to KNOT_CTL_IDX_FILTERSDaniel Salzman2024-09-241-1/+1
* ctl: implemented multi-threaded (mutexted) CTL handlingLibor Peltan2024-09-012-0/+24
* conf: add control.backlog configuration optionDaniel Salzman2024-04-192-10/+8
* control: set 0220 UNIX socket file modeDaniel Salzman2023-01-041-1/+2
* server: set 0222 mode to STREAM UNIX listen socket filesDaniel Salzman2023-01-041-2/+2
* libknot: increase default control timeout from 5 to 30 secondsDaniel Salzman2022-07-262-2/+2
* libknot/ctl: change accept poll() timeout from infinity to 5 secondsDaniel Salzman2022-04-282-5/+10
* spellingJosh Soref2021-11-241-1/+1
* net/requestor: add support for TFODaniel Salzman2021-03-151-2/+2
* ctl: increase listen backlog to 5Daniel Salzman2020-04-251-2/+5
* contrib: replace 'struct sockaddr' with 'struct sockaddr_storage' where reaso...Daniel Salzman2019-10-051-3/+3
* control: replace memset with memzero to ensure the function call is not optim...Daniel Salzman2019-09-161-5/+5
* coding style improvements - copyright noticeDavid Vašek2019-07-041-0/+1
* use https://www.gnu.org instead of http://www.gnu.orgDaniel Kahn Gillmor2018-08-292-2/+2
* conf: fix creeping memory consumption upon reloadDaniel Salzman2018-05-211-7/+3
* doc: enhance doxygen documentationFilip Široký2017-12-211-1/+1
* doxygen: fix errors + code cleanupFilip Široký2017-10-031-3/+3
* knotc: added filtered zone cmd; removed repetitive codeLibor Peltan2017-05-251-0/+1
* wire_ctx: refactor to reduce duplication and UBVladimír Čunát2017-01-041-1/+1
* server: sockaddr instead of sockaddr_storage for const paramsJan Vcelak2016-06-271-3/+3
* trivial spelling fixes, as found by misspell_fixerklemens2016-05-021-1/+1
* libknot: add server control interfaceDaniel Salzman2016-03-242-0/+722