summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/parse.y
Commit message (Expand)AuthorAgeFilesLines
* Improve compatibility with old flex and fix build with GCC.jkim2013-05-221-0/+2
* - Add support for 'memsync' mode. This is the fastest replication mode that'spjd2013-02-171-9/+32
* Fix socket calls on error post-r243965.kevlo2012-12-211-1/+1
* Fix world after byacc import:bapt2012-05-221-290/+296
* Fix typo in comment.pjd2012-02-041-1/+1
* Fix minor memory leak.pjd2012-01-211-0/+1
* Remove another unused token.pjd2012-01-201-1/+1
* Remove unused token 'port'.pjd2012-01-201-1/+1
* Implement 'async' mode for HAST.pjd2011-10-271-4/+2
* Allow to specify pidfile in HAST configuration file.pjd2011-10-171-1/+41
* If the underlying provider doesn't support BIO_FLUSH, log it only oncepjd2011-09-281-0/+1
* After every activemap change flush disk's write cache, so that writepjd2011-09-281-2/+56
* - Convert some impossible conditions into assertions.pjd2011-09-271-11/+10
* Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort().pjd2011-09-271-21/+20
* If no listen address is specified, bind by default to:pjd2011-05-201-2/+0
* Rename ipv4/ipv6 to tcp4/tcp6.pjd2011-05-201-8/+8
* In preparation for IPv6 support allow to specify multiple addresses topjd2011-05-191-21/+99
* 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
* Timeout must be positive.pjd2011-04-201-0/+4
* The replication mode that is currently support is fullsync, not memsync.pjd2011-04-121-1/+8
* In hast.conf we define the other node's address in 'remote' variable.pjd2011-03-211-1/+21
* Allow to compress on-the-wire data using two algorithms:pjd2011-03-061-2/+41
* Allow to checksum on-the-wire data using either CRC32 or SHA256.pjd2011-03-061-2/+43
* Detect when resource is configured more than once.pjd2010-12-261-0/+10
* When node-specific configuration is missing in resource section, providepjd2010-12-261-2/+55
* Plug memory leaks.pjd2010-10-241-0/+24
* Allow to execute specified program on various HAST events.pjd2010-08-271-1/+42
* Reduce indent where possible.pjd2010-08-271-30/+30
* Prepare configuration parsing code to be called multiple times:pjd2010-08-051-56/+109
* Fix a problem where hastd will stuck in recv(2) after sending request topjd2010-04-291-1/+31
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+507
OpenPOWER on IntegriCloud