about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-12-28 17:28:18 -0500
committerJune McEnroe <june@causal.agency>2021-12-28 17:28:18 -0500
commitca50ef458987dca1ed29816fce974684e04e35a7 (patch)
tree8ee97eff999e889bdaf302f988bb7323bcc9bee1 /Makefile
parentImport refactored xdg.c from pounce (diff)
downloadlitterbox-ca50ef458987dca1ed29816fce974684e04e35a7.tar.gz
litterbox-ca50ef458987dca1ed29816fce974684e04e35a7.zip
Close database before calling tls_close(3)
Calling tls_close(3) after an error potentially results in a SIGPIPE,
preventing dbClose() from being called.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
;follow=1'>Parse control commandsJune McEnroe 2020-08-15Read service pipesJune McEnroe 2020-08-15Implement non-blocking line-buffered readingJune McEnroe 2020-08-15Generate tags fileJune McEnroe 2020-08-15Just use CLOCK_MONOTONIC and clean up includesJune McEnroe 2020-08-15Reap childrenJune McEnroe 2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe 2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe 2020-08-14Switch to timespec for timeoutsJune McEnroe 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroe