summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/hast.h
Commit message (Expand)AuthorAgeFilesLines
* Make hastctl list command output current queue sizes.trociny2013-10-261-0/+5
* When updating the map of dirty extents, most recently used extents aretrociny2013-09-191-1/+3
* Improve compatibility with old flex and fix build with GCC.jkim2013-05-221-3/+0
* Add i/o error counters to hastd(8) and make hastctl(8) displaytrociny2013-02-251-0/+12
* - Add support for 'memsync' mode. This is the fastest replication mode that'spjd2013-02-171-2/+7
* Fix world after byacc import:bapt2012-05-221-1/+0
* Allow to specify pidfile in HAST configuration file.pjd2011-10-171-0/+2
* Remove redundant space.pjd2011-10-171-1/+1
* If the underlying provider doesn't support BIO_FLUSH, log it only oncepjd2011-09-281-0/+2
* After every activemap change flush disk's write cache, so that writepjd2011-09-281-0/+2
* Keep statistics on number of BIO_READ, BIO_WRITE, BIO_DELETE and BIO_FLUSHpjd2011-05-231-0/+11
* Rename ipv4/ipv6 to tcp4/tcp6.pjd2011-05-201-2/+2
* In preparation for IPv6 support allow to specify multiple addresses topjd2011-05-191-10/+17
* 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