summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/proto_common.c
Commit message (Expand)AuthorAgeFilesLines
* Check if there is cmsg at all.pjd2012-07-011-1/+1
* For functions that return -1 on failure check exactly for -1 and not forpjd2012-01-101-2/+2
* Revert r222688.sobomax2011-06-161-14/+2
* Read from the socket using the same max buffer size as we use whilesobomax2011-06-041-2/+14
* Handle ENOBUFS on send(2) by retrying for a while and logging the problem.pjd2011-04-021-0/+22
* When we are operating on blocking socket and get EAGAIN on send(2) or recv(2)pjd2011-04-021-4/+35
* Allow to disable sends or receives on a socket using shutdown(2) bypjd2011-04-021-0/+22
* Remove #include needed for debugging.pjd2011-03-151-1/+0
* - Rename proto_descriptor_{send,recv}() functions topjd2011-02-021-50/+55
* Fix build on ia64.pjd2011-01-311-9/+7
* Until I fix the build on ia64 comment out problematic lines.pjd2011-01-311-2/+2
* Implement two new functions for sending descriptor and receving descriptorpjd2011-01-311-6/+69
* - Use pjdlog for assertions and aborts as this will log assert/abort messagepjd2011-01-311-1/+9
* For some setups sending data in 128kB chunks makes communication very slow. Nopjd2010-08-181-2/+1
* Fix a problem where hastd will stuck in recv(2) after sending request topjd2010-04-291-2/+2
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+85
OpenPOWER on IntegriCloud