summaryrefslogtreecommitdiffstats
path: root/sbin/hastd
Commit message (Expand)AuthorAgeFilesLines
* Correct typo.pjd2011-09-281-1/+1
* If the underlying provider doesn't support BIO_FLUSH, log it only oncepjd2011-09-284-4/+24
* Break a bit earlier.pjd2011-09-281-0/+1
* After every activemap change flush disk's write cache, so that writepjd2011-09-286-7/+118
* Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert().pjd2011-09-279-161/+192
* No need to wrap pjdlog functions around with KEEP_ERRNO() macro.pjd2011-09-271-2/+1
* - Convert some impossible conditions into assertions.pjd2011-09-271-11/+10
* Correct two mistakes when converting asserts to PJDLOG_ASSERT()/PJDLOG_ABORT().pjd2011-09-271-4/+2
* Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort().pjd2011-09-273-33/+31
* No need to use KEEP_ERRNO() macro around pjdlog functions, as they don'tpjd2011-09-272-23/+20
* Ensure that pjdlog functions don't modify errno.pjd2011-09-271-0/+25
* Fix indentation.trociny2011-07-131-1/+1
* Remove useless initialization.trociny2011-07-051-2/+1
* Check the returned value of activemap_write_complete() and update matadata ontrociny2011-06-281-2/+5
* Make activemap_write_start/complete check the keepdirty list, whentrociny2011-06-281-5/+8
* Compile hastd and hastctl with capsicum support.pjd2011-06-271-1/+2
* Compile capsicum support only if HAVE_CAPSICUM is defined.pjd2011-06-271-0/+4
* Log a warning if we cannot sandbox using capsicum, but only under debug level 1.pjd2011-06-271-2/+6
* In HAST we use two sockets - one for only sending the data and one fortrociny2011-06-172-0/+6
* Revert r222688.sobomax2011-06-161-14/+2
* Read from the socket using the same max buffer size as we use whilesobomax2011-06-041-2/+14
* If READ from the local node failed we send the request to the remotetrociny2011-05-291-1/+1
* Keep statistics on number of BIO_READ, BIO_WRITE, BIO_DELETE and BIO_FLUSHpjd2011-05-234-0/+53
* To handle BIO_FLUSH and BIO_DELETE requests in secondary worker we needpjd2011-05-231-1/+7
* Recognize HIO_FLUSH requests.pjd2011-05-211-0/+1
* Document IPv6 support.pjd2011-05-201-8/+22
* If no listen address is specified, bind by default to:pjd2011-05-201-2/+0
* Rename ipv4/ipv6 to tcp4/tcp6.pjd2011-05-202-10/+10
* Now that hell is fully frozen it is good time to add IPv6 support to HAST.pjd2011-05-201-75/+116
* Allow [ ] characters in strings. They might be used in IPv6 addresses.pjd2011-05-201-1/+1
* Rename tcp4 to tcp in preparation for IPv6 support.pjd2011-05-202-93/+93
* Rename proto_tcp4.c to proto_tcp.c in preparation for IPv6 support.pjd2011-05-202-1/+1
* In preparation for IPv6 support allow to specify multiple addresses topjd2011-05-194-68/+215
* - Add support for AF_INET6 sockets for %S format character.pjd2011-05-181-7/+26
* Currently we are unable to use capsicum for the primary worker process,pjd2011-05-144-21/+43
* When using capsicum to sanbox, still use other methods first, just in casepjd2011-05-141-10/+13
* Allow to specify remote as 'none' again which was broken by r219351, wherepjd2011-05-081-1/+8
* Fix isitme(), which is used to check if node-specific configurationtrociny2011-05-081-1/+3
* Add missing ifdef. This fixes build with NO_OPENSSL.trociny2011-04-261-0/+2
* Rename HASTCTL_ defines, which are used for conversion between maintrociny2011-04-263-7/+6
* For conversation between hastctl and hastd we should use HASTCTL_CMDtrociny2011-04-261-5/+5
* Correct comment.pjd2011-04-201-1/+1
* When we become primary, we connect to the remote and expect it to be inpjd2011-04-202-13/+56
* If we act in different role than requested by the remote node, log itpjd2011-04-201-1/+1
* Timeout must be positive.pjd2011-04-201-0/+4
* Scenario:pjd2011-04-192-0/+20
* Remove hast_proto_recv(). It was used only in one place, wheretrociny2011-04-172-20/+0
* The replication mode that is currently support is fullsync, not memsync.pjd2011-04-121-1/+8
* In hast_proto_recv() remove unnecessary check. The size is checkedtrociny2011-04-101-6/+1
* In hast_proto_recv_data() check that the size of the data to betrociny2011-04-101-2/+5
OpenPOWER on IntegriCloud