summaryrefslogtreecommitdiffstats
path: root/sbin/hastd
Commit message (Expand)AuthorAgeFilesLines
* For some setups sending data in 128kB chunks makes communication very slow. Nopjd2010-08-181-2/+1
* The 'size' variable is there to limit how many bytes we want to copy frompjd2010-08-161-2/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
* Document 'none' value for remote.pjd2010-08-051-1/+6
* Implement configuration reload on SIGHUP. This includes:pjd2010-08-053-12/+322
* Prepare configuration parsing code to be called multiple times:pjd2010-08-053-58/+111
* Make control_set_role() more public. We will need it soon.pjd2010-08-052-10/+20
* Allow to use 'none' keywork as remote address in case second cluster nodepjd2010-08-051-2/+12
* Reset signal handlers after fork().pjd2010-08-052-0/+6
* - Use pjdlog_exitx() to log errors and exit instead of errx().pjd2010-08-052-5/+7
* Assert that various buffers we are large enough.pjd2010-08-052-10/+13
* Problem with assertion is that it logs on stderr. Add two macros:pjd2010-08-052-0/+33
* Keep $FreeBSD$ in __FBSDID() only for C files.pjd2010-08-051-2/+0
* Mark two more places that we won't reach.pjd2010-08-051-0/+2
* Now that TCP will be checked last we don't need any knowledge about otherpjd2010-08-051-5/+6
* Add an argument to the proto_register() function which allows protocol topjd2010-08-055-10/+17
* Spelling fixes.joel2010-07-311-1/+1
* Actually, only the fullsync mode is implemented, not memsync mode.pjd2010-07-221-3/+5
* Correct various log messages.pjd2010-06-142-3/+3
* Fix typos.pjd2010-06-141-7/+7
* Initialize gctl_seq for synchronization requests.pjd2010-06-141-1/+4
* Plug memory leak.pjd2010-06-141-0/+1
* Plug memory leak.pjd2010-06-141-0/+1
* Plug memory leak.pjd2010-06-141-0/+2
* Plug memory leaks.pjd2010-06-141-6/+10
* Remove macros that are not really needed. The idea was to have them in casepjd2010-06-141-20/+12
* Eliminate dead code.pjd2010-06-141-3/+1
* mdoc: move remaining sections into consistent orderuqs2010-05-132-30/+30
* Default connection timeout is way too long. To make it shorter we have topjd2010-04-291-3/+75
* - Check if the worker process was killed by signal and restart it.pjd2010-04-291-18/+26
* Fix a problem where hastd will stuck in recv(2) after sending request topjd2010-04-2910-3/+87
* Restart worker thread only if the problem was temporary.pjd2010-04-281-3/+9
* Mark temporary issues as such.pjd2010-04-281-2/+2
* Use WEXITSTATUS() to obtain real exit code.pjd2010-04-281-2/+3
* Don't assume that "resource" property is in metadata.pjd2010-04-281-1/+1
* Fix compilation with WITHOUT_CRYPT or WITHOUT_OPENSSL options.pjd2010-04-222-3/+15
* Fix log size calculation which caused message truncation.pjd2010-04-161-1/+1
* Fix control socket leak when worker process exits.pjd2010-04-161-0/+1
* Increase ggate queue size to maximum value.pjd2010-04-151-1/+1
* Don't hold connection lock when doing reconnects as it makes I/Os wait forpjd2010-03-271-26/+50
* Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromuqs2010-03-021-1/+0
* Fixed static linkage.ru2010-02-261-2/+3
* Changing proto_socketpair.c compilation and linking order revealedpjd2010-02-211-1/+4
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-1838-0/+10308
OpenPOWER on IntegriCloud