summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/control.c
Commit message (Expand)AuthorAgeFilesLines
* 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