summaryrefslogtreecommitdiffstats
path: root/daemon/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* daemon/main nitpick: unify exit code number handlingVladimír Čunát2019-03-081-2/+2
* treewide: fix flushing of messages to logs in some casesVladimír Čunát2019-03-051-2/+6
* lib/utils kr_straddr_split(): simplify the APIVladimír Čunát2019-02-251-6/+6
* nitpick fixes for clang-tidyVladimír Čunát2019-02-211-1/+1
* lua from C: unify the way we throw lua_error()Vladimír Čunát2019-02-111-0/+1
* lib/utils kr_straddr_split(): tweak meaning, use moreVladimír Čunát2019-02-111-22/+9
* split daemon/bindings.c fileVladimír Čunát2019-02-071-1/+0
* nitpicks from lgtm.comVladimír Čunát2019-01-081-1/+1
* worker interactive mode: add TODOVladimír Čunát2019-01-071-0/+2
* worker interactive mode: check stdin typeVladimír Čunát2018-12-101-6/+17
* worker shutdown: close the leaking uv handleVladimír Čunát2018-12-101-0/+1
* daemon/main: work around CI lint:c problemVladimír Čunát2018-11-151-3/+11
* daemon: minor worker initialization fixGrigorii Demidov2018-10-121-14/+13
* main: locally disable a gcc warning since !672Vladimír Čunát2018-09-171-0/+4
* cache: improve out-of-disk conditionVladimír Čunát2018-09-141-24/+66
* rebrand to "Knot Resolver"Petr Špaček2018-08-141-1/+1
* doc: clarify what --quiet doesVladimír Čunát2018-02-211-1/+1
* main: fix --forks defaultVladimír Čunát2018-02-051-2/+2
* main: indentation in `parse_args()`Vladimír Čunát2018-01-311-13/+13
* main: fix exiting with --help etc.Vladimír Čunát2018-01-301-4/+7
* main: fix build without CAN_FORK_EARLYVladimír Čunát2018-01-301-1/+1
* Merge branch 'master'Vladimír Čunát2018-01-231-198/+189
|\
| * daemon: remove globals, split main into functionsVítězslav Kříž2018-01-231-143/+156
| * keyfile argument distiguish managed and unmanaged modeVitezslav Kriz2018-01-231-68/+39
| * daemon/main: refactored keyfile initialization from main()Marek Vavruša2018-01-181-77/+84
| * daemon: fixed minor linter problemsMarek Vavruša2018-01-121-4/+4
* | Merge remote-tracking branch 'origin/master' into query-traceMarek Vavruša2018-01-081-0/+1
|\|
| * daemon: reuse outbound TCP connections if possible; TLS over outbound TCP con...Grigorii Demidov2018-01-081-0/+1
* | main: close loop after it's finished to please valgrindMarek Vavruša2017-12-211-1/+5
|/
* daemon: fix a typo in SIGPIPE blockingVladimír Čunát2017-11-201-1/+1
* daemon: block SIGPIPEVladimír Čunát2017-11-131-0/+9
* gnutls logging improvementsVladimír Čunát2017-09-121-1/+0
* main ipc_activity: close and free handle on errorVitezslav Kriz2017-08-291-0/+1
* main ipc_activity: misc improvementsVladimír Čunát2017-08-241-14/+11
* main ipc_activity: use goto to simplify nestingVladimír Čunát2017-08-241-32/+33
* daemon: check existence of config fileVladimír Čunát2017-06-261-6/+10
* Make the moduledir configurable at the runtimeOndřej Surý2017-05-261-10/+18
* command line: specify ports via @ but remain compatibleVladimír Čunát2017-05-171-4/+7
* daemon: fixed memory leak and array bounds check failMarek Vavruša2017-02-281-0/+2
* Merge !202: trust anchor improvementsVladimír Čunát2017-02-281-3/+8
|\
| * trust anchors: improve logging of failuresVladimír Čunát2017-02-131-3/+8
* | Merge branch 'k_param' into 'master' Ondřej Surý2017-02-081-4/+5
|\ \
| * | Fix -k argument processing to avoid out-of-bounds memory accessesPetr Špaček2017-02-071-4/+5
| |/
* | daemon TTY: comment nitpicksVladimír Čunát2017-02-031-2/+5
* | daemon TTY: don't skip lua_settop in binary modeVladimír Čunát2017-02-031-0/+1
* | daemon TTY: use network byte order in binary outputVladimír Čunát2017-02-031-3/+5
* | daemon TTY: remove an unused variableVladimír Čunát2017-02-031-4/+3
* | daemon TTY: fix handling of bufferVladimír Čunát2017-02-031-16/+22
* | kresc: improve libedit/editline based history and tab-completionŠtěpán Balážik2017-02-031-0/+2
* | daemon TTY: support binary outputVladimír Čunát2017-02-031-5/+28
|/