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