| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add missing ifdef. This fixes build with NO_OPENSSL. | trociny | 2011-04-26 | 1 | -0/+2 |
* | Rename HASTCTL_ defines, which are used for conversion between main | trociny | 2011-04-26 | 3 | -7/+6 |
* | For conversation between hastctl and hastd we should use HASTCTL_CMD | trociny | 2011-04-26 | 1 | -5/+5 |
* | Correct comment. | pjd | 2011-04-20 | 1 | -1/+1 |
* | When we become primary, we connect to the remote and expect it to be in | pjd | 2011-04-20 | 2 | -13/+56 |
* | If we act in different role than requested by the remote node, log it | pjd | 2011-04-20 | 1 | -1/+1 |
* | Timeout must be positive. | pjd | 2011-04-20 | 1 | -0/+4 |
* | Scenario: | pjd | 2011-04-19 | 2 | -0/+20 |
* | Remove hast_proto_recv(). It was used only in one place, where | trociny | 2011-04-17 | 2 | -20/+0 |
* | The replication mode that is currently support is fullsync, not memsync. | pjd | 2011-04-12 | 1 | -1/+8 |
* | In hast_proto_recv() remove unnecessary check. The size is checked | trociny | 2011-04-10 | 1 | -6/+1 |
* | In hast_proto_recv_data() check that the size of the data to be | trociny | 2011-04-10 | 1 | -2/+5 |
* | Fix a typo in comments. | trociny | 2011-04-10 | 1 | -1/+1 |
* | Increase default timeout from 5 seconds to 20 seconds. 5 seconds is definitely | pjd | 2011-04-02 | 2 | -3/+3 |
* | Handle ENOBUFS on send(2) by retrying for a while and logging the problem. | pjd | 2011-04-02 | 1 | -0/+22 |
* | When we are operating on blocking socket and get EAGAIN on send(2) or recv(2) | pjd | 2011-04-02 | 1 | -4/+35 |
* | Declare directions for sockets between primary and secondary. | pjd | 2011-04-02 | 2 | -0/+12 |
* | Allow to disable sends or receives on a socket using shutdown(2) by | pjd | 2011-04-02 | 1 | -0/+22 |
* | Handle the problem described in r220264 by using GEOM GATE queue of unlimited | pjd | 2011-04-02 | 1 | -1/+1 |
* | Add mapsize to the header just before sending the packet. | pjd | 2011-03-25 | 1 | -1/+1 |
* | Use timeout from configuration file not only when sending and receiving, | pjd | 2011-03-25 | 1 | -1/+1 |
* | Use role2str() when setting process title. | pjd | 2011-03-25 | 2 | -2/+2 |
* | Don't create socketpair for connection forwarding between parent and secondary. | pjd | 2011-03-23 | 2 | -20/+28 |
* | Add my copyright. | pjd | 2011-03-22 | 2 | -0/+2 |
* | After synchronization is complete we should make primary counters be | trociny | 2011-03-22 | 1 | -3/+3 |
* | For requests that are sent only to remote component use the | trociny | 2011-03-22 | 1 | -2/+7 |
* | The proto API is a general purpose API, so don't use 'hast' in structures or | pjd | 2011-03-22 | 7 | -118/+120 |
* | White space cleanups. | pjd | 2011-03-22 | 7 | -18/+18 |
* | When dropping privileges prefer capsicum over chroot+setgid+setuid. | pjd | 2011-03-21 | 4 | -4/+18 |
* | Initialize localcnt on first write. This fixes assertion when we create | pjd | 2011-03-21 | 1 | -2/+6 |