| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant space. | pjd | 2011-10-27 | 1 | -1/+1 |
* | Implement 'async' mode for HAST. | pjd | 2011-10-27 | 3 | -55/+81 |
* | Minor cleanups. | pjd | 2011-10-27 | 1 | -1/+2 |
* | Reduce indentation. | pjd | 2011-10-27 | 1 | -24/+24 |
* | Improve comment so it doesn't suggest race is possible, but that we handle | pjd | 2011-10-27 | 1 | -1/+1 |
* | - Eliminate the need for hio_nv. | pjd | 2011-10-27 | 1 | -25/+55 |
* | Monor cleanups. | pjd | 2011-10-27 | 1 | -6/+7 |
* | Delay resuid generation until first connection to secondary, not until first | pjd | 2011-10-27 | 1 | -6/+3 |
* | Correct comments. | pjd | 2011-10-27 | 1 | -3/+3 |
* | Allow to specify pidfile in HAST configuration file. | pjd | 2011-10-17 | 5 | -14/+116 |
* | Remove redundant space. | pjd | 2011-10-17 | 1 | -1/+1 |
* | When path to the configuration file is relative, obtain full path, | pjd | 2011-10-17 | 1 | -0/+16 |
* | Correct typo. | pjd | 2011-09-28 | 1 | -1/+1 |
* | If the underlying provider doesn't support BIO_FLUSH, log it only once | pjd | 2011-09-28 | 4 | -4/+24 |
* | Break a bit earlier. | pjd | 2011-09-28 | 1 | -0/+1 |
* | After every activemap change flush disk's write cache, so that write | pjd | 2011-09-28 | 6 | -7/+118 |
* | Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert(). | pjd | 2011-09-27 | 9 | -161/+192 |
* | No need to wrap pjdlog functions around with KEEP_ERRNO() macro. | pjd | 2011-09-27 | 1 | -2/+1 |
* | - Convert some impossible conditions into assertions. | pjd | 2011-09-27 | 1 | -11/+10 |
* | Correct two mistakes when converting asserts to PJDLOG_ASSERT()/PJDLOG_ABORT(). | pjd | 2011-09-27 | 1 | -4/+2 |
* | Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort(). | pjd | 2011-09-27 | 3 | -33/+31 |
* | No need to use KEEP_ERRNO() macro around pjdlog functions, as they don't | pjd | 2011-09-27 | 2 | -23/+20 |
* | Ensure that pjdlog functions don't modify errno. | pjd | 2011-09-27 | 1 | -0/+25 |
* | Fix indentation. | trociny | 2011-07-13 | 1 | -1/+1 |
* | Remove useless initialization. | trociny | 2011-07-05 | 1 | -2/+1 |
* | Check the returned value of activemap_write_complete() and update matadata on | trociny | 2011-06-28 | 1 | -2/+5 |
* | Make activemap_write_start/complete check the keepdirty list, when | trociny | 2011-06-28 | 1 | -5/+8 |
* | Compile hastd and hastctl with capsicum support. | pjd | 2011-06-27 | 1 | -1/+2 |
* | Compile capsicum support only if HAVE_CAPSICUM is defined. | pjd | 2011-06-27 | 1 | -0/+4 |
* | Log a warning if we cannot sandbox using capsicum, but only under debug level 1. | pjd | 2011-06-27 | 1 | -2/+6 |
* | In HAST we use two sockets - one for only sending the data and one for | trociny | 2011-06-17 | 2 | -0/+6 |
* | Revert r222688. | sobomax | 2011-06-16 | 1 | -14/+2 |
* | Read from the socket using the same max buffer size as we use while | sobomax | 2011-06-04 | 1 | -2/+14 |
* | If READ from the local node failed we send the request to the remote | trociny | 2011-05-29 | 1 | -1/+1 |
* | Keep statistics on number of BIO_READ, BIO_WRITE, BIO_DELETE and BIO_FLUSH | pjd | 2011-05-23 | 4 | -0/+53 |
* | To handle BIO_FLUSH and BIO_DELETE requests in secondary worker we need | pjd | 2011-05-23 | 1 | -1/+7 |
* | Recognize HIO_FLUSH requests. | pjd | 2011-05-21 | 1 | -0/+1 |
* | Document IPv6 support. | pjd | 2011-05-20 | 1 | -8/+22 |
* | If no listen address is specified, bind by default to: | pjd | 2011-05-20 | 1 | -2/+0 |
* | Rename ipv4/ipv6 to tcp4/tcp6. | pjd | 2011-05-20 | 2 | -10/+10 |
* | Now that hell is fully frozen it is good time to add IPv6 support to HAST. | pjd | 2011-05-20 | 1 | -75/+116 |
* | Allow [ ] characters in strings. They might be used in IPv6 addresses. | pjd | 2011-05-20 | 1 | -1/+1 |
* | Rename tcp4 to tcp in preparation for IPv6 support. | pjd | 2011-05-20 | 2 | -93/+93 |
* | Rename proto_tcp4.c to proto_tcp.c in preparation for IPv6 support. | pjd | 2011-05-20 | 2 | -1/+1 |
* | In preparation for IPv6 support allow to specify multiple addresses to | pjd | 2011-05-19 | 4 | -68/+215 |
* | - Add support for AF_INET6 sockets for %S format character. | pjd | 2011-05-18 | 1 | -7/+26 |
* | Currently we are unable to use capsicum for the primary worker process, | pjd | 2011-05-14 | 4 | -21/+43 |
* | When using capsicum to sanbox, still use other methods first, just in case | pjd | 2011-05-14 | 1 | -10/+13 |
* | Allow to specify remote as 'none' again which was broken by r219351, where | pjd | 2011-05-08 | 1 | -1/+8 |
* | Fix isitme(), which is used to check if node-specific configuration | trociny | 2011-05-08 | 1 | -1/+3 |