aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/proto_socketpair.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* For functions that return -1 on failure check exactly for -1 and not forPawel Jakub Dawidek2012-01-101-1/+1
* The proto API is a general purpose API, so don't use 'hast' in structures orPawel Jakub Dawidek2011-03-221-8/+7
* In hast.conf we define the other node's address in 'remote' variable.Pawel Jakub Dawidek2011-03-211-2/+4
* - Rename proto_descriptor_{send,recv}() functions toPawel Jakub Dawidek2011-02-021-39/+9
* Implement two new functions for sending descriptor and receving descriptorPawel Jakub Dawidek2011-01-311-0/+30
* - Use pjdlog for assertions and aborts as this will log assert/abort messagePawel Jakub Dawidek2011-01-311-79/+32
* When someone gives NULL as data, assume this is because he want to declarePawel Jakub Dawidek2010-08-301-0/+8
* Add an argument to the proto_register() function which allows protocol toPawel Jakub Dawidek2010-08-051-1/+1
* Changing proto_socketpair.c compilation and linking order revealedPawel Jakub Dawidek2010-02-211-1/+4
* Please welcome HAST - Highly Avalable Storage.Pawel Jakub Dawidek2010-02-181-0/+272