summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/hastd.c
Commit message (Expand)AuthorAgeFilesLines
* Allow to run hooks from the main hastd process.pjd2010-08-291-3/+17
* When SIGTERM or SIGINT is received, terminate worker processes.pjd2010-08-271-0/+30
* Allow to execute specified program on various HAST events.pjd2010-08-271-1/+5
* Implement configuration reload on SIGHUP. This includes:pjd2010-08-051-8/+200
* Prepare configuration parsing code to be called multiple times:pjd2010-08-051-1/+1
* - Use pjdlog_exitx() to log errors and exit instead of errx().pjd2010-08-051-1/+1
* Correct various log messages.pjd2010-06-141-2/+2
* Remove macros that are not really needed. The idea was to have them in casepjd2010-06-141-20/+12
* - Check if the worker process was killed by signal and restart it.pjd2010-04-291-18/+26
* Fix a problem where hastd will stuck in recv(2) after sending request topjd2010-04-291-0/+4
* Restart worker thread only if the problem was temporary.pjd2010-04-281-3/+9
* Use WEXITSTATUS() to obtain real exit code.pjd2010-04-281-2/+3
* Fix control socket leak when worker process exits.pjd2010-04-161-0/+1
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+522
OpenPOWER on IntegriCloud