summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/hast.h
Commit message (Expand)AuthorAgeFilesLines
* Increase default timeout from 5 seconds to 20 seconds. 5 seconds is definitelypjd2011-04-021-1/+1
* The proto API is a general purpose API, so don't use 'hast' in structures orpjd2011-03-221-1/+0
* In hast.conf we define the other node's address in 'remote' variable.pjd2011-03-211-0/+2
* For secondary, set 2 * HAST_KEEPALIVE seconds timeout for incomingtrociny2011-03-171-0/+3
* Allow to compress on-the-wire data using two algorithms:pjd2011-03-061-0/+6
* Allow to checksum on-the-wire data using either CRC32 or SHA256.pjd2011-03-061-0/+7
* Setup another socketpair between parent and child, so that primary sandboxedpjd2011-02-031-1/+3
* Implement function that drops privileges by:pjd2011-01-281-0/+1
* Remember created control connection so on fork(2) we can close it in child.pjd2011-01-271-0/+2
* Because it is very hard to make fork(2) from threaded process safe (we arepjd2010-08-301-0/+2
* Allow to execute specified program on various HAST events.pjd2010-08-271-0/+2
* Implement keepalive mechanism inside HAST protocol so we can detect secondarypjd2010-08-271-1/+7
* Prepare configuration parsing code to be called multiple times:pjd2010-08-051-1/+1
* Fix a problem where hastd will stuck in recv(2) after sending request topjd2010-04-291-0/+3
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+190
OpenPOWER on IntegriCloud