aboutsummaryrefslogtreecommitdiff
path: root/libdaemon
AgeCommit message (Expand)Author
2015-08-18cleanup: move var declarationZdenek Kabelac
2015-07-09libdaemon: config_make_nodes_v needs fixingPeter Rajnoha
2015-07-06include: Standardise around new tool.h.Alasdair G Kergon
2015-07-06macros: Wrap PRI with FMT.Alasdair G Kergon
2015-07-02Add lvmlockdDavid Teigland
2015-06-26makefiles: avoid bash == operator syntax, use = insteadFerenc Wágner
2015-06-24libdaemon: add comment about using main and initDavid Teigland
2015-06-23libdaemon: allow main processing function to be specifiedDavid Teigland
2015-06-17libdaemon: move compare_config to libDavid Teigland
2015-05-15libdaemon: fprintf(stderr...) -> ERROR()Ondrej Kozina
2015-05-15libdaemon: suggest daemon already runningOndrej Kozina
2015-05-13libdaemon: Fix socket reuse error paths.Alasdair G Kergon
2015-05-12libdaemon: shutdown on idle also in non-systemd environmentOndrej Kozina
2015-05-09lvmpolld: Add standalone polldaemon.Ondrej Kozina
2015-04-29libdaemon: introduce support for exit on idleOndrej Kozina
2015-04-14libdaemon: Export chain_node from config-utils.c.Petr Rockai
2015-03-10libdaemon: map error level properlyOndrej Kozina
2015-02-17cleanup: drop unused valZdenek Kabelac
2015-02-05libdaemon: Use select to yield CPU on a blocked read or write.Petr Rockai
2015-02-02libdaemon: set CLOEXEC flag on systemd socketOndrej Kozina
2015-02-02libdaemon: set CLOEXEC on client socket fdOndrej Kozina
2014-11-28libdaemon: Fix some client leaks.Alasdair G Kergon
2014-09-16va_list: properly pass va_list through functionsZdenek Kabelac
2014-08-19cleanup: avoid double assignZdenek Kabelac
2014-06-24coverity: fix issues reported by coverityPeter Rajnoha
2014-06-19cleanup: rename variable waitZdenek Kabelac
2014-06-09libdaemon: Keep track of client threads, wait before shutdown.Petr Rockai
2014-04-18libdaemon: header cleanupZdenek Kabelac
2014-03-24libdaemon: fix misleading "WARNING: Ignoring unsupported value for expected....Peter Rajnoha
2013-11-29lvmetad: extend socket/pid file handlingAlasdair G Kergon
2013-11-28cleanup: use matching signed typesZdenek Kabelac
2013-11-13gcc: replace #ifdef linux with __linux__Alasdair G Kergon
2013-10-10libdaemon: Fix a subtle race in worker thread creation.Petr Rockai
2013-10-08libdaemon: Fix an invalid memory read.Petr Rockai
2013-06-18cleanup: easier to read loop codeZdenek Kabelac
2013-06-18lvmetad: fix compare functionZdenek Kabelac
2013-06-18lvmetad: use dm_ malloc wrappersZdenek Kabelac
2013-04-21cleanup: add printf attributeZdenek Kabelac
2013-04-15libdaemon: Print a diagnostic when we fail to lock the pidfile.Petr Rockai
2013-01-22locales: use higher prio LC_ALL variableZdenek Kabelac
2013-01-04libdaemon: add logging to daemon_openAlasdair G Kergon
2012-12-15lvmetad: add check for failure dm_config_write_nodeZdenek Kabelac
2012-12-15lvmetad: fix socket leak in handle_connectZdenek Kabelac
2012-12-15lvmetad: keep returned struct fully initializedZdenek Kabelac
2012-12-15libdaemon: check for strdup resultZdenek Kabelac
2012-12-15cleanup: ignore errorsZdenek Kabelac
2012-10-15lvmetad: rename DEBUG() to DEBUGLOG()Alasdair G Kergon
2012-10-15lvmetad: use -l for logging level not -dAlasdair G Kergon
2012-10-15lvmetad: empty types string is okZdenek Kabelac
2012-10-15lvmetad: document and tidy cmdline argsAlasdair G Kergon