| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix typo. | pjd | 2011-03-21 | 1 | -1/+1 |
* | Before handling any events on descriptors check signals so we can update | pjd | 2011-03-21 | 1 | -28/+43 |
* | Remove stale comment. Yes, it is valid to set role back to init. | pjd | 2011-03-21 | 1 | -1/+1 |
* | Increase debug level of "Checking hooks." message. | pjd | 2011-03-21 | 1 | -1/+1 |
* | Be pedantic and free nvout before exiting. | pjd | 2011-03-21 | 1 | -0/+1 |
* | Detect situation where resource internal identifier differs. | pjd | 2011-03-21 | 1 | -0/+13 |
* | In hast.conf we define the other node's address in 'remote' variable. | pjd | 2011-03-21 | 14 | -36/+124 |
* | Log when we start hooks checking and when we execute a hook. | pjd | 2011-03-21 | 1 | -0/+4 |
* | Use snprlcat() instead of two strlcat(3)s. | pjd | 2011-03-21 | 1 | -2/+3 |
* | Add snprlcat() and vsnprlcat() - the functions I'm always missing. | pjd | 2011-03-21 | 2 | -0/+27 |
* | When creating connection on behalf of primary worker, set pjdlog prefix | pjd | 2011-03-21 | 1 | -0/+4 |
* | If there is any traffic on one of out descriptors, we were not checking for | pjd | 2011-03-21 | 1 | -2/+14 |