aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/proto.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings.Mikolaj Golub2013-12-101-3/+3
* For functions that return -1 on failure check exactly for -1 and not forPawel Jakub Dawidek2012-01-101-3/+3
* Spelling fixes for sbin/Ulrich Spörlein2012-01-071-2/+2
* The proto API is a general purpose API, so don't use 'hast' in structures orPawel Jakub Dawidek2011-03-221-47/+47
* In hast.conf we define the other node's address in 'remote' variable.Pawel Jakub Dawidek2011-03-211-7/+9
* - Rename proto_descriptor_{send,recv}() functions toPawel Jakub Dawidek2011-02-021-11/+56
* Add proto_connect_wait() to wait for connection to finish.Pawel Jakub Dawidek2011-02-021-1/+22
* Allow to specify connection timeout by the caller.Pawel Jakub Dawidek2011-02-021-2/+3
* Move protocol allocation and deallocation to separate functions.Pawel Jakub Dawidek2011-02-021-17/+48
* Be prepared that hp_client or hp_server might be NULL now.Pawel Jakub Dawidek2011-02-021-4/+11
* Implement two new functions for sending descriptor and receving descriptorPawel Jakub Dawidek2011-01-311-0/+36
* - Use pjdlog for assertions and aborts as this will log assert/abort messagePawel Jakub Dawidek2011-01-311-35/+44
* Constify arguments we can constify.Pawel Jakub Dawidek2010-08-301-2/+2
* Add an argument to the proto_register() function which allows protocol toPawel Jakub Dawidek2010-08-051-5/+12
* Fix a problem where hastd will stuck in recv(2) after sending request toPawel Jakub Dawidek2010-04-291-0/+26
* Please welcome HAST - Highly Avalable Storage.Pawel Jakub Dawidek2010-02-181-0/+261