summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/proto_uds.c
Commit message (Expand)AuthorAgeFilesLines
* For functions that return -1 on failure check exactly for -1 and not forpjd2012-01-101-6/+6
* The proto API is a general purpose API, so don't use 'hast' in structures orpjd2011-03-221-14/+14
* In hast.conf we define the other node's address in 'remote' variable.pjd2011-03-211-2/+9
* When we decide to unlink socket file, sun_path must be set. If it is set,pjd2011-02-091-1/+6
* Explicitly include <sys/types.h> as suggested by getpid(2) and don't rely onpjd2011-02-081-0/+1
* Unlink UNIX domain socket file only if:pjd2011-02-081-5/+16
* - Rename proto_descriptor_{send,recv}() functions topjd2011-02-021-32/+4
* Add proto_connect_wait() to wait for connection to finish.pjd2011-02-021-1/+16
* Allow to specify connection timeout by the caller.pjd2011-02-021-1/+2
* Implement two new functions for sending descriptor and receving descriptorpjd2011-01-311-0/+28
* - Use pjdlog for assertions and aborts as this will log assert/abort messagepjd2011-01-311-36/+26
* Assert that various buffers we are large enough.pjd2010-08-051-5/+6
* Add an argument to the proto_register() function which allows protocol topjd2010-08-051-1/+1
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+330
OpenPOWER on IntegriCloud