| Commit message (Expand) | Author | Age | Files | Lines |
* | For functions that return -1 on failure check exactly for -1 and not for | pjd | 2012-01-10 | 1 | -38/+38 |
* | Spelling fixes for sbin/ | uqs | 2012-01-07 | 1 | -1/+1 |
* | fork(2) returns -1 on failure, not some random negative number. | pjd | 2012-01-06 | 1 | -1/+1 |
* | Implement 'async' mode for HAST. | pjd | 2011-10-27 | 1 | -47/+78 |
* | 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 |
* | 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 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 | 1 | -0/+7 |
* | After every activemap change flush disk's write cache, so that write | pjd | 2011-09-28 | 1 | -0/+19 |
* | No need to wrap pjdlog functions around with KEEP_ERRNO() macro. | pjd | 2011-09-27 | 1 | -2/+1 |
* | Correct two mistakes when converting asserts to PJDLOG_ASSERT()/PJDLOG_ABORT(). | pjd | 2011-09-27 | 1 | -4/+2 |
* | Fix indentation. | trociny | 2011-07-13 | 1 | -1/+1 |
* | Check the returned value of activemap_write_complete() and update matadata on | trociny | 2011-06-28 | 1 | -2/+5 |
* | In HAST we use two sockets - one for only sending the data and one for | trociny | 2011-06-17 | 1 | -0/+2 |
* | 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 | 1 | -0/+11 |
* | Currently we are unable to use capsicum for the primary worker process, | pjd | 2011-05-14 | 1 | -1/+1 |
* | When we become primary, we connect to the remote and expect it to be in | pjd | 2011-04-20 | 1 | -13/+49 |
* | Scenario: | pjd | 2011-04-19 | 1 | -0/+19 |
* | Declare directions for sockets between primary and secondary. | pjd | 2011-04-02 | 1 | -0/+5 |
* | Handle the problem described in r220264 by using GEOM GATE queue of unlimited | pjd | 2011-04-02 | 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 | 1 | -1/+1 |
* | 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 |
* | White space cleanups. | pjd | 2011-03-22 | 1 | -3/+3 |
* | When dropping privileges prefer capsicum over chroot+setgid+setuid. | pjd | 2011-03-21 | 1 | -1/+1 |
* | Initialize localcnt on first write. This fixes assertion when we create | pjd | 2011-03-21 | 1 | -2/+6 |
* | In hast.conf we define the other node's address in 'remote' variable. | pjd | 2011-03-21 | 1 | -11/+21 |
* | For secondary, set 2 * HAST_KEEPALIVE seconds timeout for incoming | trociny | 2011-03-17 | 1 | -8/+4 |
* | Make workers inherit debug level from the main process. | trociny | 2011-03-11 | 1 | -1/+3 |
* | - Log size of data to synchronize in human readable form (using %N). | pjd | 2011-03-07 | 1 | -6/+18 |
* | Allow to compress on-the-wire data using two algorithms: | pjd | 2011-03-06 | 1 | -0/+8 |
* | Allow to checksum on-the-wire data using either CRC32 or SHA256. | pjd | 2011-03-06 | 1 | -10/+19 |
* | Setup another socketpair between parent and child, so that primary sandboxed | pjd | 2011-02-03 | 1 | -30/+60 |
* | Add missing locking after moving keepalive_send() to remote send thread | pjd | 2011-02-03 | 1 | -3/+9 |
* | Let the caller log info about successful privilege drop. | pjd | 2011-02-03 | 1 | -0/+1 |
* | Allow to specify connection timeout by the caller. | pjd | 2011-02-02 | 1 | -2/+2 |
* | - Use pjdlog for assertions and aborts as this will log assert/abort message | pjd | 2011-01-31 | 1 | -37/+36 |
* | Drop privileges in worker processes. | pjd | 2011-01-28 | 1 | -0/+5 |
* | Use newly added descriptors_assert() function to ensure only expected | pjd | 2011-01-28 | 1 | -0/+2 |
* | Close all unneeded descriptors after fork(2). | pjd | 2011-01-28 | 1 | -6/+11 |
* | Add comments to places where we treat errors as ciritical, but it is possible | pjd | 2011-01-28 | 1 | -0/+3 |
* | Don't open configuration file from worker process. Handle SIGHUP in the | pjd | 2011-01-24 | 1 | -50/+27 |
* | The 'ret' variable is of type ssize_t and we use proper format for it (%zd), so | pjd | 2010-12-16 | 1 | -3/+2 |
* | Improve problems logging. | pjd | 2010-12-16 | 1 | -7/+34 |
* | Don't ignore errors from remote requests. | pjd | 2010-12-16 | 1 | -1/+1 |