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