summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/control.c
Commit message (Expand)AuthorAgeFilesLines
* Make hastctl list command output current queue sizes.trociny2013-10-261-0/+11
* Make hastctl(1) ('list' command) output a worker pid.trociny2013-07-011-0/+1
* Add i/o error counters to hastd(8) and make hastctl(8) displaytrociny2013-02-251-0/+18
* For functions that return -1 on failure check exactly for -1 and not forpjd2012-01-101-8/+8
* Remove redundant setting of the error variable.pjd2011-12-151-2/+0
* Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort().pjd2011-09-271-10/+9
* Remove useless initialization.trociny2011-07-051-2/+1
* Keep statistics on number of BIO_READ, BIO_WRITE, BIO_DELETE and BIO_FLUSHpjd2011-05-231-0/+17
* Rename HASTCTL_ defines, which are used for conversion between maintrociny2011-04-261-3/+3
* For conversation between hastctl and hastd we should use HASTCTL_CMDtrociny2011-04-261-5/+5
* Remove stale comment. Yes, it is valid to set role back to init.pjd2011-03-211-1/+1
* In hast.conf we define the other node's address in 'remote' variable.pjd2011-03-211-0/+2
* Allow to compress on-the-wire data using two algorithms:pjd2011-03-061-0/+3
* Allow to checksum on-the-wire data using either CRC32 or SHA256.pjd2011-03-061-0/+3
* Setup another socketpair between parent and child, so that primary sandboxedpjd2011-02-031-0/+4
* Remember created control connection so on fork(2) we can close it in child.pjd2011-01-271-0/+2
* Don't open configuration file from worker process. Handle SIGHUP in thepjd2011-01-241-1/+12
* Add missing logs.pjd2011-01-221-4/+5
* Use int16 for error.pjd2011-01-221-1/+1
* We close the event socketpair early in the mainloop to prevent spaming withpjd2010-10-081-2/+4
* Fix descriptor leaks: when child exits, we have to close control and eventpjd2010-09-221-1/+13
* If we are unable to receive control message is most likely because the mainpjd2010-09-221-1/+2
* Sort includes.pjd2010-09-221-1/+1
* - Call hook on role change.pjd2010-08-291-0/+5
* Make control_set_role() more public. We will need it soon.pjd2010-08-051-10/+17
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+426
OpenPOWER on IntegriCloud