aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/hast.h
Commit message (Expand)AuthorAgeFilesLines
* Make hastctl list command output current queue sizes.Mikolaj Golub2013-10-261-0/+5
* When updating the map of dirty extents, most recently used extents areMikolaj Golub2013-09-191-1/+3
* Improve compatibility with old flex and fix build with GCC.Jung-uk Kim2013-05-221-3/+0
* Add i/o error counters to hastd(8) and make hastctl(8) displayMikolaj Golub2013-02-251-0/+12
* - Add support for 'memsync' mode. This is the fastest replication mode that'sPawel Jakub Dawidek2013-02-171-2/+7
* Fix world after byacc import:Baptiste Daroussin2012-05-221-1/+0
* Allow to specify pidfile in HAST configuration file.Pawel Jakub Dawidek2011-10-171-0/+2
* Remove redundant space.Pawel Jakub Dawidek2011-10-171-1/+1
* If the underlying provider doesn't support BIO_FLUSH, log it only oncePawel Jakub Dawidek2011-09-281-0/+2
* After every activemap change flush disk's write cache, so that writePawel Jakub Dawidek2011-09-281-0/+2
* Keep statistics on number of BIO_READ, BIO_WRITE, BIO_DELETE and BIO_FLUSHPawel Jakub Dawidek2011-05-231-0/+11
* Rename ipv4/ipv6 to tcp4/tcp6.Pawel Jakub Dawidek2011-05-201-2/+2
* In preparation for IPv6 support allow to specify multiple addresses toPawel Jakub Dawidek2011-05-191-10/+17
* Increase default timeout from 5 seconds to 20 seconds. 5 seconds is definitelyPawel Jakub Dawidek2011-04-021-1/+1
* The proto API is a general purpose API, so don't use 'hast' in structures orPawel Jakub Dawidek2011-03-221-1/+0
* In hast.conf we define the other node's address in 'remote' variable.Pawel Jakub Dawidek2011-03-211-0/+2
* For secondary, set 2 * HAST_KEEPALIVE seconds timeout for incomingMikolaj Golub2011-03-171-0/+3
* Allow to compress on-the-wire data using two algorithms:Pawel Jakub Dawidek2011-03-061-0/+6
* Allow to checksum on-the-wire data using either CRC32 or SHA256.Pawel Jakub Dawidek2011-03-061-0/+7
* Setup another socketpair between parent and child, so that primary sandboxedPawel Jakub Dawidek2011-02-031-1/+3
* Implement function that drops privileges by:Pawel Jakub Dawidek2011-01-281-0/+1
* Remember created control connection so on fork(2) we can close it in child.Pawel Jakub Dawidek2011-01-271-0/+2
* Because it is very hard to make fork(2) from threaded process safe (we arePawel Jakub Dawidek2010-08-301-0/+2
* Allow to execute specified program on various HAST events.Pawel Jakub Dawidek2010-08-271-0/+2
* Implement keepalive mechanism inside HAST protocol so we can detect secondaryPawel Jakub Dawidek2010-08-271-1/+7
* Prepare configuration parsing code to be called multiple times:Pawel Jakub Dawidek2010-08-051-1/+1
* Fix a problem where hastd will stuck in recv(2) after sending request toPawel Jakub Dawidek2010-04-291-0/+3
* Please welcome HAST - Highly Avalable Storage.Pawel Jakub Dawidek2010-02-181-0/+190